discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: AW: Import Error "undefined symbol"


From: Vasil Velichkov
Subject: Re: AW: AW: Import Error "undefined symbol"
Date: Tue, 21 Mar 2023 09:50:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

Hi Niklas,

On 20/03/2023 20.49, Beckmann, Niklas wrote:
> Hello Vasil,
> I hope this is what you meant:

Yes, this is what I wanted.

> (gdb) backtrace
> #0  0x00007fffc9d1340b in  ()
>     at 
> /usr/lib/python3/dist-packages/gnuradio/digital/digital_python.cpython-38-x86_64-linux-gnu.so
> #1  0x00007fffc9d94a02 in  ()
>     at 
> /usr/lib/python3/dist-packages/gnuradio/digital/digital_python.cpython-38-x86_64-linux-gnu.so
> #2  0x00000000005f5b39 in PyCFunction_Call ()
> #3  0x00000000005f6706 in _PyObject_MakeTpCall ()

But unfortunately this backtrace is not very useful because you are missing 
debug symbols. How to install debug symbols largely depends on how you 
installed gnuradio and the distribution that you are using. For Ubuntu you can 
get some info here https://wiki.ubuntu.com/Debug%20Symbol%20Packages

Also it looks like the crash is in gnuradio's digital. Can you share the part 
of source code where you are using it? 

Regards,
Vasil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]