discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] segfault


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] segfault
Date: Sun, 30 Nov 2014 21:16:12 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Hi Michele,

if you built GNU Radio/gqrx with gcc, then the GNU Debugger might be of
immensive help.
First make sure you've built GNU Radio with debugging symbols ("cmake 
-DCMAKE_BUILD_TYPE=RelWithDebInfo  [...]"), then start gqrx in the debugger:

?> gdb $(which gqrx)
[lots of text from gdb]
(gdb) run [<enter>]

should start gqrx and run until it segfaults. then use the backtrace
command in gdb:

(gdb) bt [<enter>]

which should show you in which function call hierarchy the fault occurred.

Greetings,
Marcus

PS: don't worry about your English, it's quite fine :)
On 11/29/2014 07:30 PM, michele wrote:
> Hi to all.
> This is my first post here...i hope to have choosen the right place to 
> ask....
>
> I'm currently trying to compile gqrx and gnuradio...everything went well, 
> but when i run gqrx it won't start and give me this error:
>
> gqrx[5865]: segfault at 12d0 ip 00007f570ee76d2f sp 00007fff60fd9000 error 
> 4 in libgnuradio-pmt-3.7.6git.so.0.0.0[7f570ee44000+50000]
>
> I've asked on the gqrx group and the author (hi csete!!!) told me that 
> most probably it's a bug/problem on gnuradio.
>
> I've no idea what's wrong...
>
>
> PS: it was running ok before i updated with git pull gnuradio (didn't do 
> that since 2 months...).
>
> PSS: Sorry for my english!!!!
>
>
> _______________________________________________
> 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]