discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] issue with GRC on ubuntu 12.10 - Segmentation Fau


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] issue with GRC on ubuntu 12.10 - Segmentation Fault when launching the tool
Date: Fri, 19 Oct 2012 22:33:11 -0400

Johnathan Corgan and I /might/ have tracked down the problem. Please
check out the branch 'rtld_ticket181_undo' on my github git repo:
git://github.com/trondeau/gnuradio.git


This undoes something that was put in a while ago to make up for a
problem with exceptions in SWIG. We think that a) SWIG now handles
this stuff better and b) someone (ld, Python, stdc, etc., etc.) have
updated their behavior to cause a conflict with how things run. On my
12.10 box, this patch allows me to run GRC again. Also, I could not
run 'from gnuradio import audio' before but can now.

This is a bit touchy since this code has been in here for so long.
We're concerned that people might be relying on it and that removing
it could cause some other, unknown behavior. At the same time, getting
GRC to run again is a pretty big deal.

Please check out and test the branch and let me know how it works on
your currently broken systems or on your currently working system to
see if it breaks anything. This was branched off today's master
branch.

Tom


On Fri, Oct 19, 2012 at 6:46 PM, Martin Braun (CEL)
<address@hidden> wrote:
> On Fri, Oct 19, 2012 at 03:53:21PM -0400, Tom Rondeau wrote:
>> My new machine has a brand new install of 12.10 and I'm seeing the
>> same issues. It looks like it's happening on this line in
>> gnuradio-companion:
>>
>> from gnuradio.grc.python.Platform import Platform
>>
>> What's odd is that I can run 'ipython <pathto>/gnuradio-companion' and
>> it runs just fine. If I use python instead of ipython, I get the
>> segfault.
>
> Hm, doesn't ipython auto-import some modules? That might narrow it down.
>
> MB
>
> --
> Karlsruhe Institute of Technology (KIT)
> Communications Engineering Lab (CEL)
>
> Dipl.-Ing. Martin Braun
> Research Associate
>
> Kaiserstraße 12
> Building 05.01
> 76131 Karlsruhe
>
> Phone: +49 721 608-43790
> Fax: +49 721 608-46071
> www.cel.kit.edu
>
> KIT -- University of the State of Baden-Württemberg and
> National Laboratory of the Helmholtz Association
>
> _______________________________________________
> 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]