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

internal/runtime/exithook: allow concurrent os.Exit #67631

Closed
rsc opened this issue May 24, 2024 · 1 comment
Closed

internal/runtime/exithook: allow concurrent os.Exit #67631

rsc opened this issue May 24, 2024 · 1 comment
Assignees
Labels
NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented May 24, 2024

internal/runtime/exithook causes crashes when multiple processes call os.Exit at the same time. That's a bug. Working on a CL. Important release blocker.

@rsc rsc added NeedsFix The path to resolution is known, but the work has not been done. release-blocker labels May 24, 2024
@rsc rsc added this to the Go1.23 milestone May 24, 2024
@rsc rsc self-assigned this May 24, 2024
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/588235 mentions this issue: internal/runtime/exithook: make safe for concurrent os.Exit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Projects
None yet
Development

No branches or pull requests

2 participants