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 brian.curtin, loewis, vstinner
Date 2011-03-31.21:33:04
SpamBayes Score 0.02119866
Marked as misclassified No
Message-id <1301607184.77.0.603835162231.issue11732@psf.upfronthosting.co.za>
In-reply-to
Content
Ubuntu has also a fault handler: Apport.
https://wiki.ubuntu.com/Apport

Fedora has abrt.
https://fedorahosted.org/abrt/wiki
http://fedoraproject.org/wiki/Features/ABRT

If we should to disable the Windows fault handler, we may also disable these tools.

test_faulthandler already disable another fault handler: it disables the creation of core files. prepare_subprocess() calls setrlimit(RLIMIT_CORE, (0, 0)).
History
Date User Action Args
2011-03-31 21:33:04vstinnersetrecipients: + vstinner, loewis, brian.curtin
2011-03-31 21:33:04vstinnersetmessageid: <1301607184.77.0.603835162231.issue11732@psf.upfronthosting.co.za>
2011-03-31 21:33:04vstinnerlinkissue11732 messages
2011-03-31 21:33:04vstinnercreate