[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 
(test.test_subprocess.POSIXProcessTestCase)
--
Traceback (most recent call last):
  File 
"/usr/home/buildbot/python/3.6.koobs-freebsd10/build/Lib/test/test_subprocess.py",
 line 2434, in test_leak_fast_process_del_killed
self.assertRaises(OSError, os.waitpid, pid, 0)
AssertionError: OSError not raised by waitpid

--
components: Tests
messages: 299390
nosy: haypo
priority: normal
severity: normal
status: open
title: test_subprocess.test_leak_fast_process_del_killed() fails randomly on 
AMD64 FreeBSD 10.x Shared 3.6
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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".

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com