Message293503
| Author |
vstinner |
| Recipients |
vstinner |
| Date |
2017年05月11日.16:16:32 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1494519392.85.0.668925519236.issue30345@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
cstratak reported the following test failure on Fedora 24 when building Python 3.6 with LTO + PGO:
======================================================================
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 "/builddir/build/BUILD/Python-3.6.1/Lib/test/test_gdb.py", line 783, in test_threads
cmds_after_breakpoint=['thread apply all py-bt'])
File "/builddir/build/BUILD/Python-3.6.1/Lib/test/test_gdb.py", line 218, in get_stack_trace
self.assertEqual(unexpected_errlines, [])
AssertionError: Lists differ: ["Python Exception <class 'ValueError'> Va[95 chars]nd."] != []
First list contains 2 additional elements.
First extra element 0:
"Python Exception <class 'ValueError'> Variable 'func_obj' not found.: "
+ []
- ["Python Exception <class 'ValueError'> Variable 'func_obj' not found.: ",
- "Error occurred in Python command: Variable 'func_obj' not found."]
---------------------------------------------------------------------- |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2017年05月11日 16:16:32 | vstinner | set | recipients:
+ vstinner |
| 2017年05月11日 16:16:32 | vstinner | set | messageid: <1494519392.85.0.668925519236.issue30345@psf.upfronthosting.co.za> |
| 2017年05月11日 16:16:32 | vstinner | link | issue30345 messages |
| 2017年05月11日 16:16:32 | vstinner | create |
|