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 mrabarnett
Recipients fijall, mrabarnett
Date 2012-03-06.19:09:31
SpamBayes Score 0.000814432
Marked as misclassified No
Message-id <1331060971.82.0.0312627548218.issue14212@psf.upfronthosting.co.za>
In-reply-to
Content
It segfaults because it attempts to access the buffer of an mmap that has been closed. It would be certainly be more friendly if it checked whether the mmap was still open and, if not, raised an exception instead.
History
Date User Action Args
2012-03-06 19:09:31mrabarnettsetrecipients: + mrabarnett, fijall
2012-03-06 19:09:31mrabarnettsetmessageid: <1331060971.82.0.0312627548218.issue14212@psf.upfronthosting.co.za>
2012-03-06 19:09:31mrabarnettlinkissue14212 messages
2012-03-06 19:09:31mrabarnettcreate