-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime: ppc64x binaries randomly segfault on linux 5.13rc6 #46803
Comments
CL https://go-review.googlesource.com/c/go/+/328110 addresses this. |
Change https://golang.org/cl/328110 mentions this issue: |
@gopherbot please consider a backport to 1.16 and 1.15. This is necessary for running any linux kernel version 5.13 or above. |
Backport issue(s) opened: #46857 (for 1.15), #46858 (for 1.16). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://golang.org/wiki/MinorReleases. |
I am unable to build a toolchain using a linux 5.13rc6 kernel on Fedora 33. During the build process the host toolchain will randomly segfault.
This seems to be related to the switchover to a C compiled VDSO, which clobbers g (r30).
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
./make.bash
./make.bash -v
The text was updated successfully, but these errors were encountered: