-
Notifications
You must be signed in to change notification settings - Fork 18k
net: pipe2: too many open files on S390X #20703
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
Running using gomote, I see
I think it must be one of the new tests ( |
On the s390 gomote |
OK, running |
The pattern I'm seeing is
with longs sequences of other unrelated system calls in the ellipses. |
I think I see the problem. |
CL https://golang.org/cl/45999 mentions this issue. |
Change https://golang.org/cl/100840 mentions this issue: |
Updates #8602 Updates #20703 Fixes #22724 Change-Id: I27b72311b2c66148c59977361bd3f5101e47b51d Reviewed-on: https://go-review.googlesource.com/100840 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
Change https://golang.org/cl/102787 mentions this issue: |
Change https://golang.org/cl/103215 mentions this issue: |
…fect another lookup Updates #8602 Updates #20703 Fixes #22724 Change-Id: I27b72311b2c66148c59977361bd3f5101e47b51d Reviewed-on: https://go-review.googlesource.com/100840 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-on: https://go-review.googlesource.com/102787 Run-TryBot: Andrew Bonventre <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
Since https://go-review.googlesource.com/c/45815/, the S390X builder starts to fail with
https://build.golang.org/log/c50cf67a5e81277c308bae6d09f661dbb5ecdef6
cc @ianlancetaylor @mundaym
The text was updated successfully, but these errors were encountered: