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 pitrou
Recipients amaury.forgeotdarc, barry, benjamin.peterson, donmez, gpolo, lemburg, loewis, pitrou, teoliphant
Date 2008-08-19.20:44:58
SpamBayes Score 1.5017403e-06
Marked as misclassified No
Message-id <1219178696.5550.6.camel@fsol>
In-reply-to <1218865816.59.0.265900877081.issue3139@psf.upfronthosting.co.za>
Content
Le samedi 16 août 2008 à 05:50 +0000, Ismail Donmez a écrit :
> This seems to break test_unicode on MacOSX 10.5.4,
> 
> test_unicode
> python(80320,0xa0659fa0) malloc: *** mmap(size=2147483648) failed (error 
> code=12)
> *** error: can't allocate region
> *** set a breakpoint in malloc_error_break to debug
> python(80320,0xa0659fa0) malloc: *** mmap(size=2147483648) failed (error 
> code=12)
> *** error: can't allocate region
> *** set a breakpoint in malloc_error_break to debug

Can you run Lib/test/test_unicode.py directly to know which test
precisely crashes?
History
Date User Action Args
2008-08-19 20:45:00pitrousetrecipients: + pitrou, lemburg, loewis, barry, teoliphant, amaury.forgeotdarc, donmez, benjamin.peterson, gpolo
2008-08-19 20:44:58pitroulinkissue3139 messages
2008-08-19 20:44:58pitroucreate