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.

classification
Title: "mmap(size=9223372036854779904) failed" message when running test_io on "AMD64 Snow Leop 3.x" buildbot
Type: Stage: resolved
Components: macOS, Tests Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Malloc errors in test_io
View: 5614
Assigned To: ronaldoussoren Nosy List: ronaldoussoren, vstinner
Priority: normal Keywords: buildbot

Created on 2014-06-12 15:01 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (1)
msg220356 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-06-12 15:01
http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/1734/steps/test/logs/stdio

python.exe(59021,0x7fff71296cc0) malloc: *** mmap(size=9223372036854779904) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
python.exe(59021,0x7fff71296cc0) malloc: *** mmap(size=9223372036854779904) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
python.exe(59021,0x7fff71296cc0) malloc: *** mmap(size=9223372036854779904) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
[212/390] test_io
History
Date User Action Args
2022-04-11 14:58:04adminsetgithub: 65932
2014-06-12 17:22:06ned.deilysetstatus: open -> closed
resolution: duplicate
superseder: Malloc errors in test_io
stage: resolved
2014-06-12 15:01:09vstinnercreate