We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since CL 9704, the os/signal tests are failing on Plan 9.
--- FAIL: TestSignal (1.01s) signal_plan9_test.go:34: hangup... signal_plan9_test.go:22: timeout waiting for hangup FAIL FAIL os/signal 1.195s
http://build.golang.org/log/920e12e956c8f974b0e79fcdd6c0cdb056d4e222
The text was updated successfully, but these errors were encountered:
It seems the value of the note got deallocated between push and pop. Why does it happen?
src/runtime/sigqueue_plan9.go
sendNote "hangup" push 0x10328c90 "hangup" pop 0x10328c90 "" signal_recv ""
Sorry, something went wrong.
CL https://golang.org/cl/9950 mentions this issue.
f85a055
No branches or pull requests
Since CL 9704, the os/signal tests are failing on Plan 9.
http://build.golang.org/log/920e12e956c8f974b0e79fcdd6c0cdb056d4e222
The text was updated successfully, but these errors were encountered: