[issue30391] test_threading_handled() and test_threading_not_handled() of test_socketserver hangs randomly on AMD64 FreeBSD 10.x Shared 3.6

2018-05-29 Thread STINNER Victor
STINNER Victor added the comment: bpo-31233 and bpo-31151 have fixed the issue in Python 3.7. I'm not sure how to fix the issue in Python 2.7 and 3.6. But since I didn't see the failure recently, I close the issue. -- resolution: -> fixed stage: -> resolved status: open -> closed

[issue30391] test_threading_handled() and test_threading_not_handled() of test_socketserver hangs randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-09-15 Thread STINNER Victor
STINNER Victor added the comment: I modified the socketserver module so server_close() now waits until all spawned threads or processes completed. It should help to avoid such random failure. Modifying server_close() default behaviour in Python 2.7 or 3.6 is not possible, so maybe we need to

[issue30391] test_threading_handled() and test_threading_not_handled() of test_socketserver hangs randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-08-18 Thread STINNER Victor
STINNER Victor added the comment: I recently found two issues in socketserver: * bpo-31233: socketserver.ThreadingMixIn leaks running threads after server_close() * bpo-31151: socketserver.ForkingMixIn.server_close() leaks zombie processes Fixing these two issues is likely to help to fix this

[issue30391] test_threading_handled() and test_threading_not_handled() of test_socketserver hangs randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-08-10 Thread STINNER Victor
STINNER Victor added the comment: I didn't see this bug recently, I hesitate to close this issue. -- ___ Python tracker ___ ___ Python

[issue30391] test_threading_handled() and test_threading_not_handled() of test_socketserver hangs randomly on AMD64 FreeBSD 10.x Shared 3.6

2017-07-04 Thread STINNER Victor
STINNER Victor added the comment: I marked bpo-30652 as duplicate of this issue. Copy of the first message msg295903: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.6/builds/218/steps/test/logs/stdio 0:16:16 [405/405] test_socketserver crashed Timeout (0:15:00)! Th