-
Notifications
You must be signed in to change notification settings - Fork 18k
os: support runtime poller with os.File on Solaris #19111
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
CL https://golang.org/cl/37092 mentions this issue. |
I don't know why it is not working. Filed issue 19111 for this. Fixes build. Update #19111. Change-Id: I76f8d6aafba5951da2f3ad7d10960419cca7dd1f Reviewed-on: https://go-review.googlesource.com/37092 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
I haven't looked at the original change yet, but pipes are bi-directional on Solaris which tends to trip people up with things that "work" on Linux. I don't know if this helps, but from pipe(2):
When I get a moment, I'll see if I can figure something out. |
Too late for Go 1.10 probably. |
The os test
TestPipeThreads
is failing on the Solaris builder, suggesting that for some reasonos.File
values are not working with the runtime poller. The code looks OK to me. I don't know why it is not working. Filing this issue to record the problem.The text was updated successfully, but these errors were encountered: