-
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
cmd/5g: incorrect output when binaries are compiled on 32bit host #9777
Labels
Milestone
Comments
I just hit this as well. (Are you stalking me, Dave?)
Have you bisected down to a particular commit? |
@josharian it was 1f2d7bf |
Bisect won't help much because it's "caused" by added test (the checkaddr
function) in CL 3801, but that obviously is not the real fault.
|
|
Thanks for the valgrind report. Please see CL 3932.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
1f2d7bf broke the arm build when 5g is compiled on a 32bit arm host.
When 5g is compiled on a 64 bit host, the invalid encoding errors are not present and the cross compiled binary runs when copied to the arm host.
The text was updated successfully, but these errors were encountered: