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 thatiparthy
Recipients thatiparthy
Date 2020-06-26.10:11:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593166308.58.0.119681286256.issue41126@roundup.psfhosted.org>
In-reply-to
Content
While running tests with `./python.exe Lib/test`, I see the following text in the console.

Is this a bug? 

``
python.exe(14198,0x114352dc0) malloc: can't allocate region
:*** mach_vm_map(size=842105263157895168, flags: 100) failed (error code=3)
python.exe(14198,0x114352dc0) malloc: *** set a breakpoint in malloc_error_break to debug
python.exe(14198,0x114352dc0) malloc: can't allocate region
:*** mach_vm_map(size=842105263157895168, flags: 100) failed (error code=3)
python.exe(14198,0x114352dc0) malloc: *** set a breakpoint in malloc_error_break to debug
python.exe(14198,0x114352dc0) malloc: can't allocate region
:*** mach_vm_map(size=421052631578947584, flags: 100) failed (error code=3)
python.exe(14198,0x114352dc0) malloc: *** set a breakpoint in malloc_error_break to debug
python.exe(14198,0x114352dc0) malloc: can't allocate region
:*** mach_vm_map(size=421052631578947584, flags: 100) failed (error code=3)
python.exe(14198,0x114352dc0) malloc: *** set a breakpoint in malloc_error_break to debug
``

My system is macOS Catalina 10.15.5 (19F101).

unman -a

Darwin Srinivass-MacBook-Pro.local 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64
History
Date User Action Args
2020-06-26 10:11:48thatiparthysetrecipients: + thatiparthy
2020-06-26 10:11:48thatiparthysetmessageid: <1593166308.58.0.119681286256.issue41126@roundup.psfhosted.org>
2020-06-26 10:11:48thatiparthylinkissue41126 messages
2020-06-26 10:11:48thatiparthycreate