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 lambertv
Recipients ezio.melotti, lambertv, ncoghlan, neologix, pitrou, vstinner
Date 2013-08-26.23:33:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377559988.0.0.204757077917.issue18623@psf.upfronthosting.co.za>
In-reply-to
Content
I've added a new test that uses fork() and os.abort(), then asserts os.WCOREDUMP() is false. 
However, this test is currently failing. Is my test incorrect, or is this an issue with SuppressCoreFiles() itself?

If its a problem with the test I'm guessing it might have to do with how os.WCOREDUMP() decides whether a process has dumped its core or not. Is there another way we could go about this test?
History
Date User Action Args
2013-08-26 23:33:08lambertvsetrecipients: + lambertv, ncoghlan, pitrou, vstinner, ezio.melotti, neologix
2013-08-26 23:33:08lambertvsetmessageid: <1377559988.0.0.204757077917.issue18623@psf.upfronthosting.co.za>
2013-08-26 23:33:07lambertvlinkissue18623 messages
2013-08-26 23:33:07lambertvcreate