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 jkloth
Recipients jkloth, vstinner
Date 2019-06-17.11:05:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The test run was stopped by me terminating the stuck processes on the buildbot worker itself.  This happens approximately once a month or so.

As of late, its been stuck in test_concurrent_futures, but it can get stuck in any test that uses multiprocessing (the spawned pool never terminates).
History
Date User Action Args
2019-06-17 11:05:17jklothsetrecipients: + jkloth, vstinner
2019-06-17 11:05:17jklothsetmessageid: <[email protected]>
2019-06-17 11:05:17jklothlinkissue37313 messages
2019-06-17 11:05:16jklothcreate