-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_multiprocessing_fork leaked [0, 2, 0] file descriptors on aarch64 RHEL8 Refleaks 3.7 buildbot #84113
Comments
aarch64 RHEL8 Refleaks 3.7: test_multiprocessing_fork leaked [0, 2, 0] file descriptors, sum=2 0:40:22 load avg: 0.93 Re-running failed tests in verbose mode |
Another example on PPC64LE RHEL8 Refleaks 3.7: Warning -- Dangling processes: {<ForkServerProcess(QueueManager-2036, stopped[1])>} test_multiprocessing_spawn leaked [0, 2, 0] file descriptors, sum=2 Re-running test_multiprocessing_forkserver in verbose mode test_multiprocessing_forkserver leaked [2, 0, 0] file descriptors, sum=2 |
Bug seen on Pytho 3.7 branch, on Fedora Stable, RHEL7 and RHEL8, on different architectures. aarch64 RHEL7 Refleaks 3.7: PPC64LE RHEL7 Refleaks 3.7: PPC64LE Fedora Stable Refleaks 3.7: |
On aarch64 RHEL8 Refleaks 3.7, I managed to reproduce the issue with a single test: ./python -m test test_multiprocessing_fork -R 3:3 -m test.test_multiprocessing_fork.WithProcessesTestHeap.test_heap -v |
The following command fails randomly: $ ./python -m test test_multiprocessing_fork -R 3:3 -m test.test_multiprocessing_fork.WithProcessesTestHeap.test_heap -v Run 1: test_multiprocessing_fork leaked [73, 52, 33] references, sum=158 Run 2: 1 test OK. Run 6: test_multiprocessing_fork leaked [0, 2, 0] file descriptors, sum=2 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: