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 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:32vstinnersetrecipients: + vstinner
2017-05-11 16:16:32vstinnersetmessageid: <1494519392.85.0.668925519236.issue30345@psf.upfronthosting.co.za>
2017-05-11 16:16:32vstinnerlinkissue30345 messages
2017-05-11 16:16:32vstinnercreate