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 shreyanavigyan
Recipients asvetlov, erlendaasland, pablogsal, shreyanavigyan, vstinner, yselivanov
Date 2021-06-03.19:54:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Victor, this issue is reproducible on Linux. I reproduced it on my WSL. And I've identified the issue is in test_close_kill_running. The patch for resolving the crash in bpo-38323 can be the cause of the newly introduced hang. test_close_kill_running is running and passing and again it is running all over again infinitely. And extending the buildbot timer may not help since it seems it's running infinitely. Even if we look at the buildbot log there is no sign of crash but suddenly buildbot says "timeout!".
History
Date User Action Args
2021-06-03 19:54:14shreyanavigyansetrecipients: + shreyanavigyan, vstinner, asvetlov, yselivanov, pablogsal, erlendaasland
2021-06-03 19:54:14shreyanavigyansetmessageid: <[email protected]>
2021-06-03 19:54:14shreyanavigyanlinkissue44112 messages
2021-06-03 19:54:14shreyanavigyancreate