[issue8863] Segfault handler: display Python backtrace on segfault

STINNER Victor report at bugs.python.org
Mon May 31 21:10:19 CEST 2010


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

See also issue #3999: a similar patch to raise an exception on segfault. This patch was rejected because Python internal state may be corrupted, and we cannot guarantee that next instructions will be executed correctly.

This patch is safer because it just tries to display the backtrace and then exit.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list