Navigation Menu

Skip to content
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

os/signal: tests failing on Plan 9 #10784

Closed
0intro opened this issue May 11, 2015 · 2 comments
Closed

os/signal: tests failing on Plan 9 #10784

0intro opened this issue May 11, 2015 · 2 comments

Comments

@0intro
Copy link
Member

0intro commented May 11, 2015

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

@0intro 0intro added this to the Go1.5 milestone May 11, 2015
@0intro 0intro self-assigned this May 11, 2015
@0intro 0intro changed the title os/signal: os/signal: tests failing on Plan 9 May 11, 2015
@0intro
Copy link
Member Author

0intro commented May 11, 2015

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 ""

@gopherbot
Copy link

CL https://golang.org/cl/9950 mentions this issue.

@0intro 0intro closed this as completed in f85a055 May 12, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
@rsc rsc unassigned 0intro Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants