[issue21951] tcl test change crashes AIX

STINNER Victor report at bugs.python.org
Thu Sep 4 09:59:05 CEST 2014


STINNER Victor added the comment:

The failing assertion means that the method raised an exception and returned a result, or failed but didn't raised an exception. According to the gdb trace, the function failed (res is NULL). You can display the current exception in gdb using: "print PyErr_Occurred()" (NULL if there is no exception).

Please run test_tcl on AIX with attached test_tkinter.patch applied.

----------
Added file: http://bugs.python.org/file36530/tkinter_debug.patch

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


More information about the Python-bugs-list mailing list