discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] issue with GRC on ubuntu 12.10 - Segmentation Fault w


From: Arturo Rinaldi
Subject: [Discuss-gnuradio] issue with GRC on ubuntu 12.10 - Segmentation Fault when launching the tool
Date: Fri, 19 Oct 2012 02:49:09 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20121010 Thunderbird/16.0.1

After successfully building gnuradio 3.6.2 on ubuntu quantal quetzal 12.10 i get this error when launching gnuradio-companion :

address@hidden:/usr/local/bin$ gnuradio-companion
Traceback (most recent call last):
  File "/usr/local/bin/gnuradio-companion", line 58, in <module>
    from gnuradio.grc.python.Platform import Platform
  File "/usr/local/lib/python2.7/dist-packages/gnuradio/grc/python/Platform.py", line 22, in <module>
    from .. base.Platform import Platform as _Platform
  File "/usr/local/lib/python2.7/dist-packages/gnuradio/grc/base/Platform.py", line 22, in <module>
    from .. base import ParseXML, odict
  File "/usr/local/lib/python2.7/dist-packages/gnuradio/grc/base/ParseXML.py", line 20, in <module>
    from lxml import etree
  File "lxml.etree.pyx", line 67, in init lxml.etree (src/lxml/lxml.etree.c:160085)
  File "/usr/lib/python2.7/io.py", line 51, in <module>
    import _io
TypeError: type '_io._IOBase' participates in gc and is a base type but has inappropriate tp_free slot
Segmentation Fault (core dump created)

I satisfied all the required dependencies with the build-gnuradio script by SBRAC. Any ideas to solve this issue, it never happened to me in any build of GNURadio from stable tarball. Do I have to install some other python package ?

Thank you in advance

Kind Regards

              Arturo

reply via email to

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