Re: Debugging with gdb: pystack macro for gdb to show python stack trace

2009-09-17 Thread Timothy Madden
Timothy Madden wrote: Hello [...] Can I get the python stack trace working under gdb ? [...] Ok I found some other gdb macros on linked from the wiki page and I had to change them to get the stack trace work. I had to change the symbol PyEval_EvalFrame to PyEval_EvalFrameEx and then I coul

Debugging with gdb: pystack macro for gdb to show python stack trace

2009-09-16 Thread Timothy Madden
Hello I have an application with several threads that sometimes just freezes. I installed the debug symbols for python interpreter, and the gdb macros, as instructed on the wiki http://wiki.python.org/moin/DebuggingWithGdb so I can debug with gdb. gdb loads many files with python de