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.23:08:20
SpamBayes Score 0.01029247
Marked as misclassified No
Message-id <1215040105.18.0.397811822686.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
Okay.  I just got about 5 perfect runs of the test suite, followed by:

Macintosh-3:trunk dickinsm$ ./python.exe -m test.regrtest
[...]
test_multiprocessing
Assertion failed: (bp != NULL), function PyObject_Malloc, file 
Objects/obmalloc.c, line 746.
Abort trap (core dumped)

I then did:

gdb -c /cores/core.16235

I've attached the traceback as traceback.txt
History
Date User Action Args
2008-07-02 23:08:25mark.dickinsonsetspambayes_score: 0.0102925 -> 0.01029247
recipients: + mark.dickinson, gvanrossum, barry, amaury.forgeotdarc, tebeka, Rhamphoryncus, donmez, paulmelis, roudkerk, benjamin.peterson, jnoller
2008-07-02 23:08:25mark.dickinsonsetspambayes_score: 0.0102925 -> 0.0102925
messageid: <1215040105.18.0.397811822686.issue3088@psf.upfronthosting.co.za>
2008-07-02 23:08:24mark.dickinsonlinkissue3088 messages
2008-07-02 23:08:24mark.dickinsoncreate