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 vstinner
Recipients ned.deily, ronaldoussoren, steve.dower, vstinner
Date 2019-09-04.16:35:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567614942.43.0.322079548346.issue37245@roundup.psfhosted.org>
In-reply-to
Content
> I'm still seeing this, maybe 1 in 20 builds, so it's semi-random. A new deadlock, maybe?

It seems like only the jobs on Azure are killed by timeout. The jobs on macOS buildbots look fine. Maybe macOS on Azure is running slower and we should just increase the timeout?

The bug still occurs:

https://github.com/python/cpython/pull/15651
https://dev.azure.com/Python/cpython/_build/results?buildId=49786&view=results

0:49:27 load avg: 1.41 [419/419/6] test_threading crashed (Exit code 1)

6 tests failed:
    test_concurrent_futures test_functools test_importlib
    test_multiprocessing_forkserver test_multiprocessing_spawn
    test_threading

The whole job was killed after 57 minutes.
History
Date User Action Args
2019-09-04 16:35:42vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, steve.dower
2019-09-04 16:35:42vstinnersetmessageid: <1567614942.43.0.322079548346.issue37245@roundup.psfhosted.org>
2019-09-04 16:35:42vstinnerlinkissue37245 messages
2019-09-04 16:35:42vstinnercreate