Charles-François Natali <neolo...@free.fr> added the comment: > 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? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13992> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com