[issue5614] Malloc errors in test_io
Ronald Oussoren
report at bugs.python.org
Tue Mar 31 00:02:56 CEST 2009
New submission from Ronald Oussoren <ronaldoussoren at mac.com>:
The malloc warnings happen on OSX, with a fresh checkout of the python3
branch. Python was build using --enable-universalsdk=/ --with-universal-
archs=all, on a x86_64 capable laptop running Leopard.
The issue goes away when running from the commandline, the "-E -bb"
flags that 'make test' use seem to be involved in the issue.
test_io
Testing large file ops skipped on darwin.
It requires 2147483648 bytes and a long time.
Use 'regrtest.py -u largefile test_io' to run it.
Testing large file ops skipped on darwin.
It requires 2147483648 bytes and a long time.
Use 'regrtest.py -u largefile test_io' to run it.
python.exe(35535,0x7fff701d1720) malloc: *** mmap(size=-
9223372036854775808) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
python.exe(35535,0x7fff701d1720) malloc: *** mmap(size=-
9223372036854775808) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
python.exe(35535,0x7fff701d1720) malloc: *** mmap(size=-
9223372036854775808) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
test_ioctl
----------
messages: 84672
nosy: nad, ronaldoussoren
severity: normal
status: open
title: Malloc errors in test_io
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5614>
_______________________________________
More information about the Python-bugs-list
mailing list