[issue12882] mmap crash on Windows

Abhijit Bhattacharjee report at bugs.python.org
Fri Sep 2 07:17:11 CEST 2011


New submission from Abhijit Bhattacharjee <itabhijitb at gmail.com>:

The following Code causes Python to crash
import os
import mmap
data = mmap.mmap(open(<Certain File>,"r+").fileno(),os.path.getsize(<Certain File>))

assuming <Certain File> is present in the current working directory

----------
components: Interpreter Core, Windows
messages: 143378
nosy: itabhijitb
priority: normal
severity: normal
status: open
title: mmap crash on Windows
type: crash
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12882>
_______________________________________


More information about the Python-bugs-list mailing list