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 dmalcolm, joshbressers, pitrou, vstinner
Date 2010-10-19.23:04:20
SpamBayes Score 3.418981e-08
Marked as misclassified No
Message-id <1287529465.72.0.497686853891.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 7:
 - don't use snprintf() because it is not signal safe
 - catch also SIGBUS and SIGILL if available
 - Py_FatalError() uses fileno(stderr) instead of directly 2
 - Factorize code in segfault.c and test_segfault.py
History
Date User Action Args
2010-10-19 23:04:25vstinnersetrecipients: + vstinner, pitrou, dmalcolm, joshbressers
2010-10-19 23:04:25vstinnersetmessageid: <1287529465.72.0.497686853891.issue8863@psf.upfronthosting.co.za>
2010-10-19 23:04:24vstinnerlinkissue8863 messages
2010-10-19 23:04:24vstinnercreate