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 skrah
Recipients LambertDW, skrah
Date 2009-12-10.11:17:17
SpamBayes Score 0.00036572953
Marked as misclassified No
Message-id <1260443840.0.0.522662479396.issue7466@psf.upfronthosting.co.za>
In-reply-to
Content
Segfault confirmed on 64 bit Ubuntu, Python 3.2a0:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f5074dea6e0 (LWP 11665)]
0x000000000042111b in _PyTuple_Resize (pv=0x7fff7ce03b10, newsize=25) at
Objects/tupleobject.c:853
853             _PyObject_GC_UNTRACK(v);
History
Date User Action Args
2009-12-10 11:17:20skrahsetrecipients: + skrah, LambertDW
2009-12-10 11:17:19skrahsetmessageid: <1260443840.0.0.522662479396.issue7466@psf.upfronthosting.co.za>
2009-12-10 11:17:18skrahlinkissue7466 messages
2009-12-10 11:17:17skrahcreate