[Discuss-gnuradio] Re: debugging

2005-11-04 Thread Robitaille, Michael
Good fix, usrp_oscope.py no longer locks up. Thanks Eric and Lee. Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Re: debugging

2005-10-28 Thread Eric Blossom
On Fri, Oct 28, 2005 at 12:15:53PM -0400, Lee Patton wrote: > Eric - > > I've attached the gdb back trace you asked for. Thanks! I really appreciate it when others jump in. > (gdb) c > Continuing. > [New Thread -179336272 (LWP 11020)] > [New Thread -190067792 (LWP 11021)] > [Thread -190067792 (

[Discuss-gnuradio] Re: debugging

2005-10-28 Thread Lee Patton
Eric - I've attached the gdb back trace you asked for. Also, I used pdb in an attempt to debug the python code. I found: 1) usrp_oscope.py: * app.Mainloop() never returns (you could have guessed that) 2) stdgui.py: * self.Destroy() in the OnCloseWindow method does return * pu

[Discuss-gnuradio] Re: debugging

2005-10-27 Thread Eric Blossom
On Thu, Oct 27, 2005 at 09:14:18PM -0400, Lee Patton wrote: > > Anyone have any ideas why I'm seeing that core dump when I do a File-Exit? > I'm not sure, I see it too. I'd appreciate it if someone would track it down with gdb. To start we need a backtrace from where the problem occurs. Use the