[Image-SIG] Re: [PSA MEMBERS] Python 1.5.2 core dumps on Linux

Fredrik Lundh fredrik@pythonware.com
Wed, 9 Dec 1998 22:45:07 +0100


>Charles G Waldman wrote:
>> 
>> Fredrik Lundh writes:
>> 
>> #0  0x8077563 in PyObject_Print (op=0x81084fd, fp=0x80dde40, flags=0) at object.c:178
>> 178                     else if (op->ob_type->tp_print == NULL) {
>> (gdb) print op->ob_type
>> $1 = (PyTypeObject *) 0x6e697274
>> (gdb) print op->ob_type->tp_print
>> Cannot access memory at address 0x6e697290.
>> (gdb)

By the way, I cannot seem to repeat this on my local
Linux box (still using RedHat 4.2)

Could this be glibc-related?

    /F