-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: SIGBUS unaligned access on mips64 via qemu-mips64 [1.22 backport] #67212
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
Comments
Change https://go.dev/cl/583417 mentions this issue: |
… equality functions ... if the architecture can't do unaligned loads. We already handle this in a few places, but this particular place was added in CL 399542 and missed this additional restriction. Fixes #67212 Change-Id: I45988f11ff3ed45df1c4da3f0931ab1fdb22dbfe Reviewed-on: https://go-review.googlesource.com/c/go/+/583175 Reviewed-by: Cuong Manh Le <[email protected]> Auto-Submit: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Derek Parker <[email protected]> Reviewed-by: Cherry Mui <[email protected]> (cherry picked from commit 3c72dd5) Reviewed-on: https://go-review.googlesource.com/c/go/+/583417
Closed by merging 9d2e285 to release-branch.go1.22. |
CL |
Change https://go.dev/cl/583798 mentions this issue: |
… equality functions ... if the architecture can't do unaligned loads. We already handle this in a few places, but this particular place was added in CL 399542 and missed this additional restriction. Fixes #67212 (Reroll of CL 583417) Change-Id: I8ee74909341e0af0d51d3761e17ff92e744ecd38 Reviewed-on: https://go-review.googlesource.com/c/go/+/583798 Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
CL submitted. |
@randall77 requested issue #67160 to be considered for backport to the next 1.22 minor release.
This is a bug that miscompiles some type equality functions on architectures that can't do unaligned loads. There is no easy workaround.
(Backport issue created manually.)
The text was updated successfully, but these errors were encountered: