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.00:30:13
SpamBayes Score 0.00019633859
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
> Are you sure that's right?

Not at all.  :-)

> That traceback has no mention of
> PyObject_Malloc or obmalloc.c.  Try checking the date.  Also, if  you
> use "gdb ./python.exe <corefile>" to start gdb it should print a
> warning if the program doesn't match the core.

The date and time on the core file look right (Jul 2, 23:52 GMT+1), and 
gdb ./python.exe ... doesn't give any warning.  So I'm not sure what I 
did wrong.  I'll try again and see if I get the same thing.
History
Date User Action Args
2008-07-03 00:30:15mark.dickinsonsetspambayes_score: 0.000196339 -> 0.00019633859
recipients: + mark.dickinson, gvanrossum, barry, amaury.forgeotdarc, tebeka, Rhamphoryncus, donmez, paulmelis, roudkerk, benjamin.peterson, jnoller
2008-07-03 00:30:14mark.dickinsonsetspambayes_score: 0.000196339 -> 0.000196339
messageid: <[email protected]>
2008-07-03 00:30:14mark.dickinsonlinkissue3088 messages
2008-07-03 00:30:13mark.dickinsoncreate