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 steve.dower
Recipients eryksun, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-03-29.14:41:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459262463.41.0.456198642353.issue26624@psf.upfronthosting.co.za>
In-reply-to
Content
The deadlock is between a CRT thread initialization lock and Windows's process-wide module initialization lock. So if anything is being loaded on demand by the watchdog thread, it's probably locked too (and that could be within the CRT or the OS, so not easy to identify).

I'm still keen to get some version numbers off the build machine, mainly ucrtbased.dll. I'd add code to the build process to just dump them, but I can't get to that for at least a week right now, so if Jeremy can provide it we can rule in/out some possibilities.
History
Date User Action Args
2016-03-29 14:41:03steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, jkloth, zach.ware, eryksun
2016-03-29 14:41:03steve.dowersetmessageid: <1459262463.41.0.456198642353.issue26624@psf.upfronthosting.co.za>
2016-03-29 14:41:03steve.dowerlinkissue26624 messages
2016-03-29 14:41:03steve.dowercreate