-
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: ICE building issue5162.go on linux-amd64-noopt #54779
Comments
I'm not sure how this could happen. This appears to happen when compiling the main routine, which is just
Then out of nowhere the liveness analysis tries to add a local variable of type I can't reproduce. Not sure if there's anything to be done other than to see if it happens again. |
Another strange failure on noopt: https://build.golang.org/log/ea4753ef9daf73937e1434aff8161e8cf7d600a9
|
https://build.golang.org/log/a47c465045059703073a129d4ca97d6da963bd1e:
|
Looks like just the two
|
@mdempsky also pointed out that the compiler we're running is also noopt. |
I looked through the noopt builder on the dashboard, and https://build.golang.org/log/f29160132769be9817908c039fdb7984f61846cb (at https://go.dev/cl/424904) is the earliest "random" failure I see. So the culprit CL is hopefully a nearby parent, though given the low failure rate there are lots of candidates. |
Change https://go.dev/cl/431919 mentions this issue: |
2022-08-23T20:24:43-723a279/linux-amd64-noopt
cc @golang/runtime
The text was updated successfully, but these errors were encountered: