[issue31067] test_subprocess.test_leak_fast_process_del_killed() fails randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-08-16 Thread STINNER Victor
STINNER Victor added the comment: I made many changes in tests to prevent leaking zombie processes. Let's hope that it was enough to fix this bug. Since the bug occurred randomly, it's hard to say. I close the bug, but will reopen it if the bug occurs again. -- resolution: -> fixed

[issue31067] test_subprocess.test_leak_fast_process_del_killed() fails randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-08-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset f2d769d539279f01a6589dd3a0d5865dd00e13b0 by Victor Stinner in branch '3.6': bpo-31067: test_subprocess calls reap_children() (#2931) (#3074) https://github.com/python/cpython/commit/f2d769d539279f01a6589dd3a0d5865dd00e13b0 --

[issue31067] test_subprocess.test_leak_fast_process_del_killed() fails randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-08-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset 504939fdf4ebdff47aacfab7876754edeb57bbe1 by Victor Stinner in branch '2.7': bpo-31067: test_subprocess calls reap_children() (#2931) (#3073) https://github.com/python/cpython/commit/504939fdf4ebdff47aacfab7876754edeb57bbe1 --

[issue31067] test_subprocess.test_leak_fast_process_del_killed() fails randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-08-11 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3111 ___ Python tracker ___ ___

[issue31067] test_subprocess.test_leak_fast_process_del_killed() fails randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-08-11 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3110 ___ Python tracker ___ ___

[issue31067] test_subprocess.test_leak_fast_process_del_killed() fails randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-08-11 Thread STINNER Victor
STINNER Victor added the comment: I tried and failed to reproduce the bug manually on the FreeBSD 10 buildbot. I ran 14 iterations of "./python -m test test_subprocess -v -F --fail-env-changed" and 50 iterations of "./python -m test test_subprocess -m test_leak_fast_process_del_killed -F".

[issue31067] test_subprocess.test_leak_fast_process_del_killed() fails randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-07-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset cc42c121eb5346f673247f95dac575aadb77d66c by Victor Stinner in branch 'master': bpo-31067: test_subprocess calls reap_children() (#2931) https://github.com/python/cpython/commit/cc42c121eb5346f673247f95dac575aadb77d66c --

[issue31067] test_subprocess.test_leak_fast_process_del_killed() fails randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-07-28 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2982 ___ Python tracker ___ ___

[issue31067] test_subprocess.test_leak_fast_process_del_killed() fails randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-07-28 Thread STINNER Victor
New submission from STINNER Victor: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.6/builds/355/steps/test/logs/stdio == FAIL: test_leak_fast_process_del_killed