PyType_IsSubtype ()

"Martin v. Löwis" martin at v.loewis.de
Fri Jan 5 19:30:03 EST 2007


Sheldon schrieb:
> I ran the program in GDB and it crashed giving the following backtrace:
> 
> #0  0x4008376e in PyType_IsSubtype () from /usr/lib/libpython2.3.so.1.0
> #1  0x4047730c in ?? () from
> /usr/lib/python2.3/site-packages/Numeric/_numpy.so
> 
> Can you make head or tail of this?

Not yet, although it hints to a bug in Numeric.

It now would help if _numpy.so was compiled with debug information enabled.

Regards,
Martin



More information about the Python-list mailing list