Re: pythonic backtrace with gdb

2008-01-24 Thread Dieter Maurer
Hynek Hanke <[EMAIL PROTECTED]> writes on Wed, 23 Jan 2008 14:30:22 +0100: > ... > I've also tried to use the backtrace script here > http://mashebali.com/?Python_GDB_macros:The_Macros:Backtrace > But I get a different error: > (gdb) pbt > Invalid type combination in ordering comparison. > > I'm u

pythonic backtrace with gdb

2008-01-23 Thread Hynek Hanke
Hello, please, I'm trying to obtain a pythonic backtrace via gdb to be able to debug deadlock situations in a multi-threaded program by attaching to the running process. I'm running the program under python2.4-dbg, When I try to load the .gdbinit script obtained at http://wiki.python.org/moin