-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/compile/internal/SSA: panic in Compile on linux-amd64-noopt #54906
Comments
Needs a broader regexp: Looks like a possible Go 1.20 regression. |
I think the problem is the compiler itself has been miscompiled, or the runtime version its using is buggy. The first one (involving math/rand) is in debugging code that's only enabled by The second one appears to be sigpanicking on a |
Possibly the same as #54779? |
test/run.go adds |
|
While we investigate this, is there something we can do to stabilize this build configuration? (Perhaps a change that can be reverted, or an optimization that can be disabled or re-enabled for the |
I haven't been able to identify a commit or the reason that causes the issue. The failure rate is quite low. Still looking. |
Change https://go.dev/cl/431919 mentions this issue: |
greplogs -l -e 'goroutine \d+ \[running\]:\nruntime\.throw(?:.+\n\t.+\n)*cmd/compile/internal/ssa\.Compile' --since=2022-01-01
2022-08-19T19:39:48-9a1d3b0/linux-amd64-noopt
(attn @golang/compiler)
The text was updated successfully, but these errors were encountered: