-
Notifications
You must be signed in to change notification settings - Fork 18k
syscall: invalid computation of next available file descriptor in exec_plan9.go #5605
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
Milestone
Comments
Comment 9 by jas@corpus-callosum.com: I still see this during occasional builds with an error like: go build math/rand: fork/exec /usr/jas/src/cmd/go/pkg/tool/plan9_386/pack: fd out of range or not open The result of such an error is that the final go target is not installed. |
https://golang.org/cl/57890043/ Owner changed to @ality. Status changed to Started. |
CL https://golang.org/cl/57890043 references this issue. |
> go build syscall: pkg/tool/plan9_amd64/6g: fork/exec > pkg/tool/plan9_amd64/6g: fd out of range or not open I think these errors started to happen on the plan9/amd64 builder when Nick moved /tmp from cwfs to ramfs. These errors doesn't happen on the plan9/386 builder, were /tmp is served by Fossil. I'm not sure how this is related to the issue reported here, but the CL 57890043 deserves to be completed. |
CL https://golang.org/cl/22610 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by lucio.dere:
The text was updated successfully, but these errors were encountered: