[issue17737] test_gdb fails on armv7hl

Bohuslav "Slavek" Kabrda report at bugs.python.org
Tue Apr 16 15:46:38 CEST 2013


Bohuslav "Slavek" Kabrda added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17737>
_______________________________________


More information about the Python-bugs-list mailing list