[issue33676] test_multiprocessing_fork: dangling threads warning

2018-11-27 Thread STINNER Victor
STINNER Victor added the comment: I *hope* that it will be enough :-/ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.8 ___ Python tracker

[issue33676] test_multiprocessing_fork: dangling threads warning

2018-11-27 Thread miss-islington
miss-islington added the comment: New changeset dd5293871703e6a12ffdde14eeaa86a73b7b0d99 by Miss Islington (bot) in branch '3.6': bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) https://github.com/python/cpython/commit/dd5293871703e6a12ffdde14eeaa86a73b7b0d99 --

[issue33676] test_multiprocessing_fork: dangling threads warning

2018-11-27 Thread miss-islington
miss-islington added the comment: New changeset 80db40cdd6a58c9d66694a43ee9a7c06ab958373 by Miss Islington (bot) in branch '3.7': bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) https://github.com/python/cpython/commit/80db40cdd6a58c9d66694a43ee9a7c06ab958373 -- n

[issue33676] test_multiprocessing_fork: dangling threads warning

2018-11-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +10005 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33676] test_multiprocessing_fork: dangling threads warning

2018-11-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +10004 stage: resolved -> patch review ___ Python tracker ___ ___ Python-bugs-list mail

[issue33676] test_multiprocessing_fork: dangling threads warning

2018-11-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset b7278736b3ae158a7738057e3045bc767ced019e by Victor Stinner in branch 'master': bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) https://github.com/python/cpython/commit/b7278736b3ae158a7738057e3045bc767ced019e -- ___

[issue33676] test_multiprocessing_fork: dangling threads warning

2018-11-27 Thread STINNER Victor
STINNER Victor added the comment: The bug is still alive: https://buildbot.python.org/all/#/builders/168/builds/294 I found a bug using attached mp_debug.patch. I wrote PR 10755 to try to fix it. I have access to FreeBSD CURRENT buildbot. I only reproduced the bug once using: ./python -m te

[issue33676] test_multiprocessing_fork: dangling threads warning

2018-11-27 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10003 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33676] test_multiprocessing_fork: dangling threads warning

2018-09-19 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue33676] test_multiprocessing_fork: dangling threads warning

2018-05-28 Thread STINNER Victor
New submission from STINNER Victor : AMD64 FreeBSD 10.x Shared 3.7: http://buildbot.python.org/all/#/builders/124/builds/327 == CPU count: 2 Run tests in parallel using 4 child processes (...) 0:02:09 load avg: 3.70 [138/415/1] test_multiprocessing_fork failed (env changed) (108 sec) -- runni