Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment:

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.

----------
nosy: +mrabarnett

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14212>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to