-
Notifications
You must be signed in to change notification settings - Fork 19.1k
os/signal: SIGSYS documented as both handled and unhandled #67729
Copy link
Copy link
Closed
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAgeNeedsInvestigationSomeone 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
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.FrozenDueToAgeNeedsInvestigationSomeone 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
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Go version
go 1.22.3
Output of
go envin your module/workspace:What did you do?
Visited https://pkg.go.dev/os/signal
What did you see happen?
The documentation claims both:
and
SIGSYSshould be removed from whichever list is incorrect.What did you expect to see?
SIGSYSlisted as exactly one of handled or unhandled.