-
Notifications
You must be signed in to change notification settings - Fork 19k
os/signal: Reset doesn't reset ignored signals #46321
Copy link
Copy link
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Projects
Status
Triage Backlog
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
Yes, including go1.17 devel
What operating system and processor architecture are you using (
go env)?go envOutputWhat did you do?
https://play.golang.org/p/vYlTzluIuBL
What did you expect to see?
The last line of the output being
falseWhat did you see instead?
The last line is
true.See https://groups.google.com/g/golang-nuts/c/W5NNNC0h5Zc for a discussion.
Thanks to Brian Candler for the simplified example.