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 Adq
Recipients Adq
Date 2020-10-20.14:36:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603204591.66.0.845365232565.issue42097@roundup.psfhosted.org>
In-reply-to
Content
We've been having some mysterious hangs in our threaded code. Debugging with GDB shows it ends up deadlocking during logging inside logging._acquireLock()

I googled and found someone else with the same issue: https://stackoverflow.com/questions/62059975/python-multiprocessing-logging-hangs

I'm able to replicate this on python 3.7.9 on two entirely separate machines (one ubuntu, one arch linux), though I had to bump up the number of iterations to 1000.
History
Date User Action Args
2020-10-20 14:36:31Adqsetrecipients: + Adq
2020-10-20 14:36:31Adqsetmessageid: <1603204591.66.0.845365232565.issue42097@roundup.psfhosted.org>
2020-10-20 14:36:31Adqlinkissue42097 messages
2020-10-20 14:36:31Adqcreate