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 Fynn Be, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-10-09.10:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507545085.12.0.213398074469.issue31701@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote the PR 3928 to call AddVectoredExceptionHandler(0, ...) rather than AddVectoredExceptionHandler(1, ...), but it doesn't work as expected.

I tested "faulthandler.enable(); faulthandler._sigsegv()": a traceback is logged. But this code tested the *signal handler* rather than the exception handler. I disabled manually the code of faulthandler.enable() to not install signal handlers anymore: no more traceback is logged.
History
Date User Action Args
2017-10-09 10:31:25vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Fynn Be
2017-10-09 10:31:25vstinnersetmessageid: <1507545085.12.0.213398074469.issue31701@psf.upfronthosting.co.za>
2017-10-09 10:31:25vstinnerlinkissue31701 messages
2017-10-09 10:31:25vstinnercreate