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 Rhamphoryncus
Recipients Rhamphoryncus, amaury.forgeotdarc, barry, benjamin.peterson, donmez, gvanrossum, jnoller, mark.dickinson, paulmelis, roudkerk, tebeka
Date 2008-07-02.23:55:36
SpamBayes Score 1.2026215e-05
Marked as misclassified No
Message-id <aac2c7cb0807021655p310daffl5cad97af39bbe4d0@mail.gmail.com>
In-reply-to <1215040105.18.0.397811822686.issue3088@psf.upfronthosting.co.za>
Content
On Wed, Jul 2, 2008 at 5:08 PM, Mark Dickinson <report@bugs.python.org> wrote:
>
> Mark Dickinson <dickinsm@gmail.com> added the comment:
>
> 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

Are you sure that's right?  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.
History
Date User Action Args
2008-07-02 23:55:44Rhamphoryncussetspambayes_score: 1.20262e-05 -> 1.2026215e-05
recipients: + Rhamphoryncus, gvanrossum, barry, amaury.forgeotdarc, tebeka, mark.dickinson, donmez, paulmelis, roudkerk, benjamin.peterson, jnoller
2008-07-02 23:55:43Rhamphoryncuslinkissue3088 messages
2008-07-02 23:55:37Rhamphoryncuscreate