Re: [Python-Dev] gdbinit and Gdb wrapper objects

2009-02-23 Thread Martin v. Löwis
> I am trying to use python gdb to debug a python process that is hanginig > - it is a thread lock situation. Larry, python-dev is a mailing list for the development of Python, not the development with Python. So this question is off-topic. > 1) Does anyone have any idea why this might be happen

[Python-Dev] gdbinit and Gdb wrapper objects

2009-02-23 Thread Larry (Laurence) Cotton
Hi I am trying to use python gdb to debug a python process that is hanginig - it is a thread lock situation. I have been trying to use the gdbinit macros to help me in this, but when I attempt to access f->f_nlocals in a PyEval_EvalFrameEx object it informs There is no member named f_nlocals.