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 Arfrever, Trundle, dmalcolm, lemburg, pitrou, scott.dial, vstinner
Date 2011-03-30.10:52:35
SpamBayes Score 1.2739989e-06
Marked as misclassified No
Message-id <1301482356.68.0.438679645301.issue11393@psf.upfronthosting.co.za>
In-reply-to
Content
> faulthandler_fatal_error() calls the previous signal handler
> using raise(signum)

It doesn't work as expected on Windows: Windows doesn't call its own signal handler anymore. Use the previous code (only on Windows).

I also added a test for stack overflow: it fails on FreeBSD because I called sigaltstack() with the wrong arguments. It is now fixed.

test_faulthandler pass on Linux, Windows and FreeBSD.
History
Date User Action Args
2011-03-30 10:52:36vstinnersetrecipients: + vstinner, lemburg, scott.dial, pitrou, Arfrever, Trundle, dmalcolm
2011-03-30 10:52:36vstinnersetmessageid: <1301482356.68.0.438679645301.issue11393@psf.upfronthosting.co.za>
2011-03-30 10:52:35vstinnerlinkissue11393 messages
2011-03-30 10:52:35vstinnercreate