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 pablogsal
Recipients pablogsal, vstinner, xtreak
Date 2018-08-20.19:46:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534794380.15.0.56676864532.issue34007@psf.upfronthosting.co.za>
In-reply-to
Content
This failure seems related to the issue:

https://buildbot.python.org/all/#/builders/139/builds/74

=====================================================================
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 "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_gdb.py", line 808, in test_threads
    self.assertIn('Waiting for the GIL', gdb_output)
test test_gdb failed -- Traceback (most recent call last):
  File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_gdb.py", line 808, in test_threads
    self.assertIn('Waiting for the GIL', gdb_output)
AssertionError: 'Waiting for the GIL' not found in 'Breakpoint 1 (PyObject_Print) pending.\n.....
History
Date User Action Args
2018-08-20 19:46:20pablogsalsetrecipients: + pablogsal, vstinner, xtreak
2018-08-20 19:46:20pablogsalsetmessageid: <1534794380.15.0.56676864532.issue34007@psf.upfronthosting.co.za>
2018-08-20 19:46:20pablogsallinkissue34007 messages
2018-08-20 19:46:20pablogsalcreate