-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/link: nil pointer dereference crash when building with an Android NDK toolchain [1.13 backport] #34825
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
Labels
Milestone
Comments
Bumping, as there is no fix merged for master yet. |
Apologies, I have been bogged down with other issues. Hope to pick this back up soon. |
No need to apologize! I just wanted to leave a comment so it was not a surprise. |
Change https://golang.org/cl/204100 mentions this issue: |
Closed by merging f238d3b to release-branch.go1.13. |
gopherbot
pushed a commit
that referenced
this issue
Dec 4, 2019
…ndroid/386 When compiling for GOARCH=386 GOOS=android, the compiler was attaching R_TLS_LE relocations inappropriately -- as of Go 1.13 the TLS access recipe for Android refers to a runtime symbol and no longer needs this type of relocation (which was causing a crash when the linker tried to process it). Fixes #34825. Change-Id: Ida01875011b524586597b1f7e273aa14e11815d6 Reviewed-on: https://go-review.googlesource.com/c/go/+/200337 Run-TryBot: Than McIntosh <thanm@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Elias Naur <mail@eliasnaur.com> Reviewed-by: Cherry Zhang <cherryyz@google.com> Reviewed-on: https://go-review.googlesource.com/c/go/+/204100
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@thanm requested issue #34788 to be considered for backport to the next 1.13 minor release.
The text was updated successfully, but these errors were encountered: