-
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/compile: internal compiler error: newname nil #11610
Comments
@dvyukov Can I ask how you are finding these bugs? Go Fuzz/random program generation? Are you hand reducing the test cases too? |
@andrewchambers Yes, go-fuzz. Here is the test: |
I cannot reproduce it with tip.
|
Maybe it is fixed? Can you reproduce on the specified revision? |
Actually, I cannot reproduce, even on the specified revision.
|
Ok, I can produce the internal compiler error by invoking gc directly (go tool compile). It seems the error is caught by the go tool before gc is executed. |
CL https://golang.org/cl/15268 mentions this issue. |
gc crashes on the following program:
go version devel +ef37184 Mon Jul 6 00:07:10 2015 +0000 linux/amd64
The text was updated successfully, but these errors were encountered: