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 pitrou
Recipients benjamin.peterson, dmalcolm, georg.brandl, gregory.p.smith, loewis, pitrou, vstinner
Date 2012-06-27.16:04:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340813082.35.0.597040947963.issue12605@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2012-06-27 16:04:42pitrousetrecipients: + pitrou, loewis, georg.brandl, gregory.p.smith, vstinner, benjamin.peterson, dmalcolm
2012-06-27 16:04:42pitrousetmessageid: <1340813082.35.0.597040947963.issue12605@psf.upfronthosting.co.za>
2012-06-27 16:04:41pitroulinkissue12605 messages
2012-06-27 16:04:41pitroucreate