[issue13992] Segfault in PyTrash_destroy_chain

Charles-François Natali report at bugs.python.org
Fri Aug 3 09:59:59 CEST 2012


Charles-François Natali added the comment:

> (gdb) p op
> $12 = (PyObject *) 0x4dc7bc0

Don't you have GDB 7, to decode Python objects ?
You can check the type of the object with :
"""
p op->ob_type.tp_name
"""

>
> thread all apply bt is going to be very long no ? Could you tell me what you want to know that is not in info threads maybe ? I can definitely post it here, but it's going to be a lot of output.

You can add it as an attachment.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13992>
_______________________________________


More information about the Python-bugs-list mailing list