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 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio