This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pitrou, vstinner
Date 2010-06-19.00:25:22
SpamBayes Score 0.019455899
Marked as misclassified No
Message-id <1276907128.61.0.5120683121.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
New version of the patch:
 - catch also SIGFPE
 - add segfault.o to Makefile.pre.in
 - use abort() to quit instead of _exit(1)
 - call DebugBreak() on Windows before the abort(), as done by Py_FatalError()

TODO: Patch configure to only enable segfault handler if sigaltstack() is available. The alternate stack is maybe not needed for the SIGFPE handler.
History
Date User Action Args
2010-06-19 00:25:29vstinnersetrecipients: + vstinner, pitrou
2010-06-19 00:25:28vstinnersetmessageid: <1276907128.61.0.5120683121.issue8863@psf.upfronthosting.co.za>
2010-06-19 00:25:26vstinnerlinkissue8863 messages
2010-06-19 00:25:26vstinnercreate