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 koobs, vstinner, zitterbewegung
Date 2020-03-09.12:32:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583757175.24.0.792639940983.issue36184@roundup.psfhosted.org>
In-reply-to
Content
> So I changed 'pthread_cond_timedwait' to 'take_gil' and this didn't seem to have an effect on the unit test.

Maybe you forgot to run "make" to copy Tools/gdb/libpython.py as python-gdb.py.

Anyway, I wrote PR 18873 and I tested manually that it does fix test_gdb on FreeBSD. I tested "GNU gdb (GDB) 8.3.1 [GDB v8.3.1 for FreeBSD]" on FreeBSD 12.1-RELEASE-p2.
History
Date User Action Args
2020-03-09 12:32:55vstinnersetrecipients: + vstinner, koobs, zitterbewegung
2020-03-09 12:32:55vstinnersetmessageid: <1583757175.24.0.792639940983.issue36184@roundup.psfhosted.org>
2020-03-09 12:32:55vstinnerlinkissue36184 messages
2020-03-09 12:32:55vstinnercreate