right list for SIGABRT python binary question ?

dieter dieter at handshake.de
Thu Oct 19 02:32:38 EDT 2017


Karsten Hilbert <Karsten.Hilbert at gmx.net> writes:
> ...
> When run under "normal" py2.7 it runs all the way through but
> upon shutdown (*after* sys.exit(0)) faulthandler shows a
> problem (and returns 134 which made me think of SIGABRT):
>
> 	*** Error in `python': free(): invalid pointer: 0x00770b14 ***

This indicates some form of memory corruption, usually caused by
some C extension. Unfortunately, memory corruption is rarely noticed
locally; therefore, the localization is typically complex.

Maybe, you are lucky and the "mxdatetime" is to blame.




More information about the Python-list mailing list