discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] uhd_fft seg fault


From: Alexander Levedahl
Subject: Re: [Discuss-gnuradio] uhd_fft seg fault
Date: Thu, 24 Mar 2016 12:48:26 -0400

Can you run gdb --args python [your flowgraph with its arguments]?

At some point I had an issue that I traced to an FFT block and it turned out to be one of the volk instructions had a bug in it that was later fixed.

Alex

On Thu, Mar 24, 2016 at 8:29 AM, Marcus D. Leech <address@hidden> wrote:
On 03/24/2016 07:34 AM, Daniel R. Marlow wrote:


Thanks Marcus.

I did a "sudo ldconfig" but to no avail.

I am wondering if the problem is destructive interference between the apt-get install of the binaries
and my attempt to install using PyBOMBS?   If so, is there anything I should do to get rid of the PyBOMBS
other than an "rm" of the installation directories?

--Dan
That is almost certainly the case.

What installation prefix did you have PyBombs use?    I think it will have instructed you to use an env.sh, or setupenv.sh, which will
  contain settings of LD_LIBRARY_PATH, PYTHONPATH, etc.  If you simply log out, and log back in, and don't run that setup script,
  you may be OK, without having to uninstall the PyBombs-installed stuff.

But I'll point out that GR+friends installed from packages are going to be out-of-date, sometimes, spectacularly.




address@hidden:~/21cm$ uhd_fft -1420M
Segmentation fault (core dumped)
address@hidden:~/21cm$ gnuradio-companion
Segmentation fault (core dumped)
address@hidden:~/21cm$ python top_block_ex.py
Segmentation fault (core dumped)
address@hidden:~/21cm$




  _______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listin
_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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