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 zbysz
Recipients pitrou, vstinner, zbysz
Date 2012-05-19.18:47:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337453250.98.0.697381687975.issue14854@psf.upfronthosting.co.za>
In-reply-to
Content
% PYTHONFAULTHANDLER=1 ./python -E -c 'import faulthandler; faulthandler._sigsegv()'
[3]    14516 segmentation fault (core dumped)

Unless I'm missing something, the env. var. is not working as documented.

Patch with two tests is attached: the first does 'python -X faulthandler ...' and passes after Antoine's patch, the second does 'PYTHONFAULTHANDLER=YesPlease python ...' and does not pass.
History
Date User Action Args
2012-05-19 18:47:31zbyszsetrecipients: + zbysz, pitrou, vstinner
2012-05-19 18:47:30zbyszsetmessageid: <1337453250.98.0.697381687975.issue14854@psf.upfronthosting.co.za>
2012-05-19 18:47:30zbyszlinkissue14854 messages
2012-05-19 18:47:30zbyszcreate