[issue21260] python malloc mach_vm_map failed

Stéphane Wirtel report at bugs.python.org
Wed Apr 16 20:16:50 CEST 2014


New submission from Stéphane Wirtel:

Hi all,

Sometimes, I get this error on my laptop : OSX 10.9 with Python 3.5


[386/388] test_io
python.exe(33496,0x7fff7367d310) malloc: *** mach_vm_map(size=9223372036854779904) failed (error code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
python.exe(33496,0x7fff7367d310) malloc: *** mach_vm_map(size=9223372036854779904) failed (error code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
python.exe(33496,0x7fff7367d310) malloc: *** mach_vm_map(size=9223372036854779904) failed (error code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
[387/388] test_tokenize

Stephane

----------
components: Interpreter Core
messages: 216539
nosy: matrixise
priority: normal
severity: normal
status: open
title: python malloc mach_vm_map failed
versions: Python 3.5

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


More information about the Python-bugs-list mailing list