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
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 (
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
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