[issue12605] Enhancements to gdb 7 debugging hooks

Antoine Pitrou report at bugs.python.org
Wed Jun 27 18:04:42 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Got the following error on Mageia 1:

======================================================================
FAIL: test_threads (test.test_gdb.PyBtTests)
Verify that "py-bt" indicates threads that are waiting for the GIL
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_gdb.py", line 697, in test_threads
    cmds_after_breakpoint=['thread apply all py-bt'])
  File "/home/antoine/cpython/default/Lib/test/test_gdb.py", line 153, in get_stack_trace
    self.assertEqual(err, '')
AssertionError: "Error occurred in Python command: 'NoneType' object has no attribute 'startswit [truncated]... != ''
- Error occurred in Python command: 'NoneType' object has no attribute 'startswith'

----------

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


More information about the Python-bugs-list mailing list