Hi Josh,

Thanks for your hints. It turned out that I had two libuhd.so. One (new one) in /usr/local/lib and one old one in /usr/local/lib64. GRC always loaded the old one which caused the crash. After deleting both and doing a fresh install the problem seems to be solved.

Thanks.

Thomas


On 11/23/2010 10:25 AM, Josh Blum wrote:
Make sure you dont have any old libuhd.so

You said it crashed on import: Run python in gdb and see what it spits out.

gdb python
run -c "from gnuradio import uhd"

... crashes here...

backtrace

-Josh


--
******************************************************************
Dr. Thomas Hobiger
Space-Time Measurement Project
Space-Time Standards Group
New Generation Network Research Center
National Institute of Information and Communications Technology
------------------------------------------------------------------
4-2-1 Nukui-Kitamachi, Koganei
184-8795 Tokyo
Japan
------------------------------------------------------------------
email:  hobi...@nict.go.jp
phone:  ++81-042-327-7561
fax:    ++81-042-327-6664
------------------------------------------------------------------
homepage (priv.): http://www.hobiger.org
******************************************************************


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

Reply via email to