Message164168
| 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' |
|