discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] segfault


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] segfault
Date: Mon, 01 Dec 2014 08:53:53 -0500

Hi Michele - It looks like there are multiple GNU Radio installs being
caught in the execution: /usr/local/lib/ and /usr/lib/x86_64-linux-gnu/
:

{{{
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6001d2f in pmt::string_to_symbol(std::string const&) () from
/
usr/local/lib/libgnuradio-pmt-3.7.6git.so.0.0.0
(gdb) bt
#0  0x00007ffff6001d2f in pmt::string_to_symbol(std::string const&) () 
from /usr/local/lib/libgnuradio-pmt-3.7.6git.so.0.0.0
#1  0x00007ffff6002079 in pmt::intern(std::string const&) () from /usr/
local/lib/libgnuradio-pmt-3.7.6git.so.0.0.0
#2  0x00007fffee193a0d in ?? () from
/usr/lib/x86_64-linux-gnu/libgnuradio-
blocks.so.3.7.3
}}}

On Mac OS X this dual-linkage -could- cause issues depending on the
library linkage (flat or 2-level namespace; but, it likely would
anyway); I assume the same on Linux. I'd suggest limiting the number of
GR installs to just 1, and/or just making sure that any dependency is
linked to all of the correct GR libraries (those from the same install).

Good luck! - MLD



reply via email to

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