We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@ianlancetaylor requested issue #52226 to be considered for backport to the next 1.17 minor release.
@gopherbot Please open backport issues This bug can cause rare cases of deadlock on macOS in programs that use syscall.Exec. The fix is simple.
@gopherbot Please open backport issues
This bug can cause rare cases of deadlock on macOS in programs that use syscall.Exec. The fix is simple.
syscall.Exec
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/400317 mentions this issue: [release-branch.go1.17] runtime: don't block preemption signal in new M's or ensureSigM
[release-branch.go1.17] runtime: don't block preemption signal in new M's or ensureSigM
Sorry, something went wrong.
Closed by merging 7899241 to release-branch.go1.17.
[release-branch.go1.17] runtime: don't block preemption signal in new…
7899241
… M's or ensureSigM No test because we already have a test in the syscall package. The issue reports 1 failure per 100,000 iterations, which is rare enough that our builders won't catch the problem. For #52226 Fixes #52374 Change-Id: I17633ff6cf676b6d575356186dce42cdacad0746 Reviewed-on: https://go-review.googlesource.com/c/go/+/400315 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> (cherry picked from commit e398266) Reviewed-on: https://go-review.googlesource.com/c/go/+/400317 Reviewed-by: Austin Clements <[email protected]>
No branches or pull requests
@ianlancetaylor requested issue #52226 to be considered for backport to the next 1.17 minor release.
The text was updated successfully, but these errors were encountered: