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-03.10:06:06
SpamBayes Score 0.0048179803
Marked as misclassified No
Message-id <1215079573.91.0.592474333685.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
> Are you sure that's right?  That traceback has no mention of
> PyObject_Malloc or obmalloc.c.

So now I think that the traceback was right.  There was no mention of 
PyObject_Malloc or obmalloc.c because the traceback only showed 1 of the 9 
threads, and the failed assert occurred in a different thread.

I've attached another traceback, showing all the threads, and applying 'tb 
full' to the relevant thread.  (This was from a different run, but with 
the same failed assertion at line 746 of Objects/obmalloc.c.)
History
Date User Action Args
2008-07-03 10:06:14mark.dickinsonsetspambayes_score: 0.00481798 -> 0.0048179803
recipients: + mark.dickinson, gvanrossum, barry, amaury.forgeotdarc, tebeka, Rhamphoryncus, donmez, paulmelis, roudkerk, benjamin.peterson, jnoller
2008-07-03 10:06:14mark.dickinsonsetspambayes_score: 0.00481798 -> 0.00481798
messageid: <1215079573.91.0.592474333685.issue3088@psf.upfronthosting.co.za>
2008-07-03 10:06:13mark.dickinsonlinkissue3088 messages
2008-07-03 10:06:12mark.dickinsoncreate