runtime: widespread deadlocks involving subprocesses #35375
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: