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 cstratak, ishcherb, vstinner
Date 2017-10-09.07:56:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507535763.88.0.213398074469.issue31719@psf.upfronthosting.co.za>
In-reply-to
Content
For the records, test_regrtest.test_crashed() uses faulthandler._sigsegv() in the master branch. This function calls raise(SIGSEGV) directly, rather than trying to read from NULL (address 0).
History
Date User Action Args
2017-10-09 07:56:03vstinnersetrecipients: + vstinner, cstratak, ishcherb
2017-10-09 07:56:03vstinnersetmessageid: <1507535763.88.0.213398074469.issue31719@psf.upfronthosting.co.za>
2017-10-09 07:56:03vstinnerlinkissue31719 messages
2017-10-09 07:56:03vstinnercreate