[docs] [issue13951] Seg Fault in .so called by ctypes causes the interpreter to Seg Fault

STINNER Victor report at bugs.python.org
Tue Feb 14 01:10:09 CET 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

> Should it seg fault or just throw an exception?

Python cannot do anything useful on such fatal error. In Python 3.3, there is a faulthandler module which can help to debug: it dumps the traceback of all threads on such fatal error. It is also available as a third party module on PyPI:
http://pypi.python.org/pypi/faulthandler

----------
nosy: +haypo

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


More information about the docs mailing list