Skip to content
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: nil deref in error message #11614

Closed
dvyukov opened this issue Jul 6, 2015 · 1 comment
Closed

cmd/compile: nil deref in error message #11614

dvyukov opened this issue Jul 6, 2015 · 1 comment
Milestone

Comments

@dvyukov
Copy link
Member

dvyukov commented Jul 6, 2015

gc produces the following error message on the program:

package a
func n() {(interface{int})}
go.go:2: type %!v(PANIC=runtime error: invalid memory address or nil pointer dereference) is not an expression

The error message needs to be fixed.

go version devel +ef37184 Mon Jul 6 00:07:10 2015 +0000 linux/amd64

@ianlancetaylor ianlancetaylor added this to the Go1.6 milestone Jul 9, 2015
@gopherbot
Copy link

CL https://golang.org/cl/14015 mentions this issue.

@rsc rsc closed this as completed in 7ebb96a Dec 7, 2015
@golang golang locked and limited conversation to collaborators Dec 14, 2016
@rsc rsc removed their assignment Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants