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