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 neologix
Recipients Aaron.Staley, neologix
Date 2012-02-12.15:47:29
SpamBayes Score 2.4608358e-05
Marked as misclassified No
Message-id <CAH_1eM2ZEJe9-fwJvwHEg=tMD8dGT-FGX-ukDSdVS1gSECHpBw@mail.gmail.com>
In-reply-to <1329044711.89.0.393446996799.issue13992@psf.upfronthosting.co.za>
Content
> Possibly a double free?

> (gdb) p *op
> $5 = {_ob_next = 0x0, _ob_prev = 0x0, ob_refcnt = 0, ob_type = 0x3c6d9f0}
>

It indeed looks like a double free (see the previous and next pointers
have already been set to NULL).

Could you check if there's not another thread active inside the
interpreter at the same time ("thread apply all bt")?

But I'm afraid it'll be hard to debug with just a core dump.
Do you have any test script that could be used to reproduce the crash?
History
Date User Action Args
2012-02-12 15:47:30neologixsetrecipients: + neologix, Aaron.Staley
2012-02-12 15:47:29neologixlinkissue13992 messages
2012-02-12 15:47:29neologixcreate