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 dmalcolm
Recipients dmalcolm, pitrou, vstinner
Date 2010-10-13.15:05:46
SpamBayes Score 0.0008392864
Marked as misclassified No
Message-id <1286982350.22.0.680991360437.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
One other concern: many OSes (e.g. Linux distributions) implement some kind of system-wide crash-catching utility; for example in Fedora we have ABRT ( https://fedorahosted.org/abrt/wiki ).

I'm not sure yet exactly how these are implemented, but we'd want to avoid breaking them: segfaults of a system-provided /usr/bin/python (or /usr/bin/python3 ) should continue to be detected by such tools.
History
Date User Action Args
2010-10-13 15:05:50dmalcolmsetrecipients: + dmalcolm, pitrou, vstinner
2010-10-13 15:05:50dmalcolmsetmessageid: <1286982350.22.0.680991360437.issue8863@psf.upfronthosting.co.za>
2010-10-13 15:05:47dmalcolmlinkissue8863 messages
2010-10-13 15:05:46dmalcolmcreate