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 mark.dickinson
Recipients mark.dickinson, ned.deily, pitrou, serhiy.storchaka, vstinner
Date 2016-02-18.17:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455816684.04.0.354785120452.issue26360@psf.upfronthosting.co.za>
In-reply-to
Content
A minor update: I did manage to verify that the GIL is indeed not held by any threads at the moment of the hang, so it does look very much as though a `pthread_cond_signal` signal has gone astray somehow.
History
Date User Action Args
2016-02-18 17:31:24mark.dickinsonsetrecipients: + mark.dickinson, pitrou, vstinner, ned.deily, serhiy.storchaka
2016-02-18 17:31:24mark.dickinsonsetmessageid: <1455816684.04.0.354785120452.issue26360@psf.upfronthosting.co.za>
2016-02-18 17:31:24mark.dickinsonlinkissue26360 messages
2016-02-18 17:31:23mark.dickinsoncreate