[issue21951] tcl test change crashes AIX

David Edelsohn report at bugs.python.org
Sun Jul 13 21:26:51 CEST 2014


David Edelsohn added the comment:

#5  0x1019bb90 in PyCFunction_Call (func=0x30533b5c, arg=0x305d8ab4, kw=0x0)
    at Objects/methodobject.c:94
#6  0x1012534c in call_function (pp_stack=0x2ff16144, oparg=2)
    at Python/ceval.c:4269

94                  CHECK_RESULT(res);

(gdb) print res
$9 = (PyObject *) 0x0
(gdb) print meth
$10 = (PyCFunction) @0x20380888: 0xd8dd57dc <Tkapp_Call>
(gdb) print self
$11 = (PyObject *) 0x305d44d8

----------

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


More information about the Python-bugs-list mailing list