[issue21810] SIGSEGV in PyObject_Malloc when ARENAS_USE_MMAP

Charles-François Natali report at bugs.python.org
Thu Jun 19 23:47:37 CEST 2014


Charles-François Natali added the comment:

Thanks for the report.

The patch introducing mmap() to limit memory fragmentation was applied initially only to the Python 3 branch (3.2 at that time IIRC). This problem was spotted a couple days later, and fixed: http://hg.python.org/cpython/rev/ba8f85e16dd9
I guess the backport to Python 2.7 didn't backport the subsequent fix.

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list