net: TestSplice freezes on linux/mips #25106
Closed
Labels
Milestone
Comments
(CC: @acln0, @ianlancetaylor, @bradfitz, @ALTree ) I believe https://golang.org/cl/109316 has the fix. |
Change https://golang.org/cl/109316 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since CL https://go-review.googlesource.com/c/go/+/107715 (f2316c2), the linux-mips builder (big endian) is failing with net package test timeout.
Seems this is related to TestSplice. All goroutines appeared in the back trace have been waiting for 11 minutes, so I guess this is a real freeze, instead of a timeout due to slow machine.
https://build.golang.org/log/eef005ed74d7a9129f47201612d738a901b2c156
Note that the problem only appears on the big endian mips builder. It seems fine on the little endian linux-mipsle builder.
The text was updated successfully, but these errors were encountered: