discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Using disconnect_all() in C++


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Using disconnect_all() in C++
Date: Thu, 21 Feb 2013 15:14:23 -0800

On Thu, Feb 21, 2013 at 3:08 PM, Alexandru Csete <address@hidden> wrote:
 
Ok, I'll do that; in gdb then I run strace or backtrace after it crashes?

$ gdb gqrx
[...]
(gdb) set args --foo --bar [if needed]
(gdb) run
[...segfault output...]
(gdb) bt
(gdb) info threads

The output from bt and info threads should tell us exactly where it is faulting.  Actually, that's already known, its an error handler that is throwing due to bad data, but the stack trace will tell us who was calling it.

Johnathan

reply via email to

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