[issue8863] Segfault handler: display Python backtrace on segfault

STINNER Victor report at bugs.python.org
Wed Oct 13 02:10:24 CEST 2010


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

Patch version 4:
 - Add segfault.c to pythoncore.vcproj
 - Remove #error "nope" (I used it for debug purpose)
 - Don't include <unistd.h> on Windows

This version works on Windows.

----------
Added file: http://bugs.python.org/file19210/segfault_handler-4.patch

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


More information about the Python-bugs-list mailing list