-
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/go/internal/list: segmentation fault on darwin #67113
Comments
Thanks for the report. For this to be actionable we'll need some way to reproduce the problem -- could you please share which go repo or package you are running this on. You mention that this problem is intermittent/flaky, does it happen on other machines? |
Unfortunately I can't share a specific example at the moment, because this code is not open sourced.
Yes, I've seen it on several different machines. I can keep looking into our build logs to find a pattern and create some example. |
Repro code: https://github.com/podtserkovskiy/repro-golang-go-issue-67113
I guess this may be kind of a race condition issue, but it seems like |
Hi, I'm not able to reproduce this. I'm running the command repro command you listed in the repo you provided with go 1.22.2, and I don't see any failures over a thousand runs. I tested on a darwin/arm64 machine using go1.22.2 with a thousand runs and a colleague tested on a darwin/amd64 machine in case this only occurs on darwin/amd64. We'd like to see if we can get more info on how to reproduce. Also, note that after your initial |
Thanks for investigating it. Unfortunately, I don't have Let's close this issue since nobody else faces it. How does this sound to you? |
Sounds good, thanks. I'll close for now. |
Go version
go1.22.2 darwin/amd64
Output of
go env
in your module/workspace:What did you do?
Ran
go list -e '-json=GoFiles,CgoFiles,HFiles,CFiles,CXXFiles,SFiles,EmbedFiles' -tags custom_tag
This is a flaky issue, rerun helps. However it's happening regularly.
What did you see happen?
What did you expect to see?
Normal json output
The text was updated successfully, but these errors were encountered: