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 mark.dickinson
Recipients Rhamphoryncus, amaury.forgeotdarc, barry, benjamin.peterson, donmez, gvanrossum, jnoller, mark.dickinson, paulmelis, roudkerk, tebeka
Date 2008-07-02.21:05:28
SpamBayes Score 8.096621e-05
Marked as misclassified No
Message-id <1215032729.56.0.689839091414.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an interesting snippet from the my most recent attempt to run 
'make test'.  I got a failed assertion:

[...]
test_multibytecodec_support
test_multifile
test_multiprocessing
Assertion failed: (bp != NULL), function PyObject_Malloc, file 
Objects/obmalloc.c, line 746.
make: *** [test] Abort trap
./python.exe -E -tt ./Lib/test/regrtest.py -l 
test_grammar
test_opcodes
[...]

This is again on OS X 10.5.3;  I built with:

LDFLAGS=-L/opt/local/lib CPPFLAGS=-I/opt/local/include ./configure --
with-pydebug && make

(the /opt/local stuff is there because that's where my readline library 
is...)

Python 2.6b1+ (trunk:64671, Jul  2 2008, 21:51:37) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
History
Date User Action Args
2008-07-02 21:05:29mark.dickinsonsetspambayes_score: 8.09662e-05 -> 8.096621e-05
recipients: + mark.dickinson, gvanrossum, barry, amaury.forgeotdarc, tebeka, Rhamphoryncus, donmez, paulmelis, roudkerk, benjamin.peterson, jnoller
2008-07-02 21:05:29mark.dickinsonsetspambayes_score: 8.09662e-05 -> 8.09662e-05
messageid: <1215032729.56.0.689839091414.issue3088@psf.upfronthosting.co.za>
2008-07-02 21:05:28mark.dickinsonlinkissue3088 messages
2008-07-02 21:05:28mark.dickinsoncreate