-
-
Notifications
You must be signed in to change notification settings - Fork 32k
test_repl: Warning -- reap_children() reaped child process 3457256 #120635
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
Labels
tests
Tests in the Lib/test dir
Comments
Sadly, I fail to reproduce the issues locally. |
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Jun 18, 2024
If the child process takes longer than SHORT_TIMEOUT seconds to complete, kill the process but then wait until it completes with no timeout to not leak child processes.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Jun 18, 2024
If the child process takes longer than SHORT_TIMEOUT seconds to complete, kill the process but then wait until it completes with no timeout to not leak child processes.
I managed to reproduce the issue with this change:
And the command:
|
I wrote a fix: #120676. |
vstinner
added a commit
that referenced
this issue
Jun 19, 2024
If the child process takes longer than SHORT_TIMEOUT seconds to complete, kill the process but then wait until it completes with no timeout to not leak child processes.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 19, 2024
) If the child process takes longer than SHORT_TIMEOUT seconds to complete, kill the process but then wait until it completes with no timeout to not leak child processes. (cherry picked from commit 0f3e364) Co-authored-by: Victor Stinner <[email protected]>
vstinner
added a commit
that referenced
this issue
Jun 19, 2024
…120741) gh-120635: Avoid leaking processes in test_pyrepl (GH-120676) If the child process takes longer than SHORT_TIMEOUT seconds to complete, kill the process but then wait until it completes with no timeout to not leak child processes. (cherry picked from commit 0f3e364) Co-authored-by: Victor Stinner <[email protected]>
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
If the child process takes longer than SHORT_TIMEOUT seconds to complete, kill the process but then wait until it completes with no timeout to not leak child processes.
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
If the child process takes longer than SHORT_TIMEOUT seconds to complete, kill the process but then wait until it completes with no timeout to not leak child processes.
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
If the child process takes longer than SHORT_TIMEOUT seconds to complete, kill the process but then wait until it completes with no timeout to not leak child processes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the "AMD64 Debian PGO 3.x" buildbot worker, test_pyrepl fails with "env changed" because a child process is not awaited explicitly.
build: https://buildbot.python.org/all/#/builders/249/builds/8909
Linked PRs
The text was updated successfully, but these errors were encountered: