Message300514
test_logging has a race condition: sometimes, it leaks dangling threads on FreeBSD: bpo-30830.
I identified the root issue: socketserver.ThreadingMixIn spawns threads without waiting for their completion in server_close(). This issue is very similar to socketserver.ForkingMixIn which leaks child processes and so create zombie processes. See bpo-31151. |
|
| Date |
User |
Action |
Args |
| 2017-08-18 16:24:59 | vstinner | set | recipients:
+ vstinner |
| 2017-08-18 16:24:59 | vstinner | set | messageid: <[email protected]> |
| 2017-08-18 16:24:59 | vstinner | link | issue31233 messages |
| 2017-08-18 16:24:59 | vstinner | create | |
|