[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-24 Thread STINNER Victor
STINNER Victor added the comment: I worked around the issue, but see bpo-37531 for the root issue which is not fixed yet. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-18 Thread miss-islington
miss-islington added the comment: New changeset 1a3a48ddaf41dff3c0fcedcfe7ec0940158c568d by Miss Islington (bot) in branch '3.7': bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) https://github.com/python/cpython/commit/1a3a48ddaf41dff3c0fcedcfe7ec0940158c568d -

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +15855 pull_request: https://github.com/python/cpython/pull/16261 ___ Python tracker ___ __

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset 064e1e384120635330493abf300b1113eadd904c by Victor Stinner in branch '3.8': bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) https://github.com/python/cpython/commit/064e1e384120635330493abf300b1113eadd904c ---

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-18 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +15854 pull_request: https://github.com/python/cpython/pull/16260 ___ Python tracker ___ __

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0a963fbc9c4cf4569f1eadaa2aa1229bb0081256 by Victor Stinner in branch 'master': bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) https://github.com/python/cpython/commit/0a963fbc9c4cf4569f1eadaa2aa1229bb0081256

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset da57599af51c602b015b6880123fef6eccdabcf5 by Victor Stinner in branch 'master': bpo-38203: regrtest: put a 2 min timeout on Python exit (GH-16250) https://github.com/python/cpython/commit/da57599af51c602b015b6880123fef6eccdabcf5 -- ___

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-17 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +15846 pull_request: https://github.com/python/cpython/pull/16250 ___ Python tracker ___ __

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-17 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +15845 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16249 ___ Python tracker ___ _

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-17 Thread STINNER Victor
STINNER Victor added the comment: Moreover, even after I stopped regrtest, two processes are still running in the background :-( 6535 pts/2Sl 0:00 /home/vstinner/python/master/python -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=4, pipe_handle=9) --multipro

[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

2019-09-17 Thread STINNER Victor
New submission from STINNER Victor : I ran tests locally on my laptop. Tests were running for 2 minutes. I interrupted the process by pressing CTRL+c: regrtest failed to stop immediately the worker . Then, regrtest main process hangs in threading._shutdown(). I had to press again CTRL+c to un