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: spurious SIGCHILD on running child process [1.23 backport] #71848

Open
gopherbot opened this issue Feb 20, 2025 · 3 comments
Open

os: spurious SIGCHILD on running child process [1.23 backport] #71848

gopherbot opened this issue Feb 20, 2025 · 3 comments
Labels
CherryPickCandidate Used during the release process for point releases
Milestone

Comments

@gopherbot
Copy link
Contributor

@ianlancetaylor requested issue #71828 to be considered for backport to the next 1.23 minor release.

@gopherbot Please open backport issues.

This bug causes a spurious SIGCHLD signal the first time a process is executed when running on Linux systems. This is a regression from past behavior and from behavior on non-Linux systems. The patch is small and safe.

@gopherbot gopherbot added the CherryPickCandidate Used during the release process for point releases label Feb 20, 2025
@gopherbot gopherbot added this to the Go1.23.7 milestone Feb 20, 2025
@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/651055 mentions this issue: [release-branch.go1.23] syscall: don't send child signal when testing pidfd

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/651495 mentions this issue: [release-branch.go1.23] runtime: use WCLONE when waiting on pidfd test child

@prattmic
Copy link
Member

https://go.dev/cl/651055 contains a bug which is fixed by https://go.dev/cl/651495, so both must be cherry-picked together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CherryPickCandidate Used during the release process for point releases
Projects
None yet
Development

No branches or pull requests

2 participants