-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: widespread deadlocks involving subprocesses #35375
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
Comments
|
And even
|
I don't see any particular reason to think this is a deadlock in |
Fair enough. From the variety of tests I had thought that some of the subprocesses were non-Go programs, but now I don't think I actually had any evidence to support that assumption. |
Change https://golang.org/cl/205558 mentions this issue: |
Ever since CL 204800, which may or may not be directly related, the
linux-arm64-packet
builder has been failing consistently.The failures affect various tests; the only consistent pattern I can see among them is that the tests are blocked waiting for some child process to exit, generally in
os.(*Process).blockUntilWaitable
.CC @ianlancetaylor @mknyszek
The text was updated successfully, but these errors were encountered: