-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: signal/illegal instruction #71339
Comments
Could you provide help reproducing please ? |
https://github.com/mfreeman451/serviceradar build command is: |
I think we'll also need things like your hardware setup, and how docker and any virtualization ties into it. |
This is my go env:
However, due to build requirements of SQLite and cgo, I am building this within a Docker environment (see my Dockerfile.build) This only has happened once and I cannot reproduce it. |
closing as unreproducible |
Turns out it is reproduceable, I've had it happen to me twice today. Building Go binary...
io/fs: /usr/local/go/pkg/tool/linux_amd64/compile: signal: illegal instruction 2nd time:
again this morning:
|
Go version
go 1.23
Output of
go env
in your module/workspace:What did you do?
Compiling Cgo-enabled code (golang that includes SQLite) generated an error
Running the build process again works fine.
What did you see happen?
crypto/tls: /usr/local/go/pkg/tool/linux_amd64/compile: signal: illegal instruction
What did you expect to see?
No errors?
The text was updated successfully, but these errors were encountered: