-
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: "SIGILL: illegal instruction" at arm64 v8.0 and use go routing #70987
Comments
cc @golang/compiler @golang/arm |
Your instructions bytes are:
To little endian and binary:
Following the encoding at: This says this encoding is "unallocated", which would explain the immediate cause of SIGILL (though I may have messed something up here).
Can you reproduce this under a debugger to see exactly what is faulting? Perhaps capture /proc/PID/maps as well to see what this PC's mapping is. |
thanks |
i |
Go version
go1.23.4
Output of
go env
in your module/workspace:What did you do?
CGO_ENABLED=0 go build -ldflags "-X main.Version=${git_tag}_${date_sum} -X main.Sum=${git_commit}" -o ../dist/ops-ctl-core ./main.go
./ops-ctl-core
What did you see happen?
What did you expect to see?
no error
The text was updated successfully, but these errors were encountered: