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

STINNER Victor report at bugs.python.org
Wed Oct 20 01:28:12 CEST 2010


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

Patch version 8:
 - fix compiler warning on Windows
 - skip test_sigfpe() on Windows: it looks like the signal handler is not executed, the program exits directly
 - fix tests for Windows end of line (\r\n vs \n)

----------
Added file: http://bugs.python.org/file19289/segfault_handler-8.patch

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


More information about the Python-bugs-list mailing list