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 bkabrda
Recipients bkabrda, dmalcolm
Date 2013-04-16.13:46:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366119998.57.0.443745900612.issue17737@psf.upfronthosting.co.za>
In-reply-to
Content
This may also be related to the tests failing on official buildbots as mentioned in [1], although the error messages look different. However both of these issues seem to be a memory corruption problem, as one of the frames in stack trace (the one that fails the tests for me) has ob_refcnt < 0 and ob_type = 0x26000000, (corresponds to tuple if I'm not mistaken) and all sorts of other weird values.

[1] http://bugs.python.org/issue12605#msg166423
History
Date User Action Args
2013-04-16 13:46:38bkabrdasetrecipients: + bkabrda, dmalcolm
2013-04-16 13:46:38bkabrdasetmessageid: <1366119998.57.0.443745900612.issue17737@psf.upfronthosting.co.za>
2013-04-16 13:46:38bkabrdalinkissue17737 messages
2013-04-16 13:46:38bkabrdacreate