-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
go generate ./...
fails with a segmentation fault
#4155
Comments
I'm using the latest up-to-date version of mac OS, with go 1.23.4, and have freshly reinstalled enumer and easyjson. Can you tell us more about your system, toolchain, and how we might be able to reproduce this SEGFAULT please? 🙇🏻 |
The output I shared in the issue description was using Ubuntu 24.04, Go v1.23.4 (installed using https://mise.jdx.dev). I'm able to reproduce the issue using macOS Sequoia (15.1.1), Go v1.22.10 and v1.23.4 (both re-installed using mise as well). With Go v1.22.10: https://github.com/user-attachments/files/18317957/go-generate-output-go1.22.10-macos.txt |
I'm also able to reproduce the issue using Go (v1.23.4) installed from Homebrew: https://github.com/user-attachments/files/18318275/go-generate-output-go1.23.4-homebrew-macos.txt |
Thanks for the context folks 🙇🏻 I was indeed able to reproduce. Dockerfile for reference:
Investigating some more 🔍 |
Originally posted by @sid-maddy in #2998
Output of
go generate ./...
: https://github.com/user-attachments/files/18309644/go-generate-output.txtgrafana/k6 branch: master
Go version: 1.23
The text was updated successfully, but these errors were encountered: