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-13.21:50:31
SpamBayes Score 5.550658e-05
Marked as misclassified No
Message-id <1287006632.73.0.623451916399.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
TODO (maybe): Call the original signal handler to make tools like apport or ABRT able to catch segmentation faults.

> By the way, don't you want to handle SIGILL and SIGBUS too?

Maybe. SIGILL is a very rare exception. To test it, should I send a SIGILL signal to the process? Or should I try to execute arbitrary CPU instructions?

About SIGBUS: I don't know this signal. Is it used on Linux? If not, on which OS is it used?
History
Date User Action Args
2010-10-13 21:50:32vstinnersetrecipients: + vstinner, pitrou, dmalcolm, joshbressers
2010-10-13 21:50:32vstinnersetmessageid: <1287006632.73.0.623451916399.issue8863@psf.upfronthosting.co.za>
2010-10-13 21:50:31vstinnerlinkissue8863 messages
2010-10-13 21:50:31vstinnercreate