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 #69065 to be considered for backport to the next 1.23 minor release.
@gopherbot Please open a backport to 1.23. This issue causes Go programs to be unable to exec other programs on earlier versions of Android. There is no workaround.
@gopherbot Please open a backport to 1.23.
This issue causes Go programs to be unable to exec other programs on earlier versions of Android. There is no workaround.
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/616077 mentions this issue: [release-branch.go1.23] os: ignore SIGSYS in checkPidfd
[release-branch.go1.23] os: ignore SIGSYS in checkPidfd
Sorry, something went wrong.
9563300
In Android version 11 and earlier, pidfd-related system calls are not allowed by the seccomp policy, which causes crashes due to SIGSYS signals. For #69065 Fixes #69640 Change-Id: Ib29631639a5cf221ac11b4d82390cb79436b8657 GitHub-Last-Rev: aad6b3b GitHub-Pull-Request: #69543 Reviewed-on: https://go-review.googlesource.com/c/go/+/614277 Auto-Submit: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> (cherry picked from commit a3a05ed) Reviewed-on: https://go-review.googlesource.com/c/go/+/616077 Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Kirill Kolyshkin <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Mauri de Souza Meneguzzo <[email protected]> Auto-Submit: Michael Knyszek <[email protected]>
Closed by merging CL 616077 (commit 9563300) to release-branch.go1.23.
release-branch.go1.23
No branches or pull requests
@ianlancetaylor requested issue #69065 to be considered for backport to the next 1.23 minor release.
The text was updated successfully, but these errors were encountered: