[issue8863] Display Python backtrace on SIGSEGV, SIGFPE and fatal error

STINNER Victor report at bugs.python.org
Thu Dec 23 12:29:21 CET 2010


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

Note: To avoid the signal-safe requirement, another solution is to use sigsetjmp()+siglongjmp().

----------

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


More information about the Python-bugs-list mailing list