Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

I requested a SLES VM in https://linuxone20.cloud.marist.edu as indicated by 
@David Edelsohn (the builtbot maintainer) and I can reproduce the issue on 
master, 3.7, 3.6 and 3.5. So it seems that a change in gdb itself caused this. 
Interestingly, in Python 3.5 the error is different:

======================================================================
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/linux1/cpython/Lib/test/test_gdb.py", line 771, in test_threads
    self.assertIn('Waiting for the GIL', gdb_output)
AssertionError: 'Waiting for the GIL' not found in 'Breakpoint 1 at 0x11751d8: 
file Python/bltinmodule.c, line 1093.\n[Thread debugging using libthread_db 
enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n[New 
Thread 0x3fffd2ff910 (LWP 33928)]\n[New Thread 0x3fffcaff910 (LWP 33929)]\n'

----------------------------------------------------------------------
Ran 45 tests in 19.522s

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34007>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to