[Python-Dev] python2.1.1 SEGV in GC on Solaris 2.7

Martin von Loewis loewis@informatik.hu-berlin.de
Thu, 18 Oct 2001 17:29:48 +0200 (MEST)


> Do you know about _PyObject_Dump() and _PyGC_Dump()?  See also
> Misc/gdbinit.

In the specific problem, ob_type is NULL at the time of the crash, so
_PyObject_Dump won't do anything interesting.

Regards,
Martin