This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, ronaldoussoren
Date 2009-03-30.22:02:54
SpamBayes Score 9.823322e-07
Marked as misclassified No
Message-id <1238450576.61.0.363286616174.issue5614@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-03-30 22:02:56ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2009-03-30 22:02:56ronaldoussorensetmessageid: <1238450576.61.0.363286616174.issue5614@psf.upfronthosting.co.za>
2009-03-30 22:02:55ronaldoussorenlinkissue5614 messages
2009-03-30 22:02:54ronaldoussorencreate