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: internal compiler error: getinarg: not a func int #11596

Closed
dvyukov opened this issue Jul 4, 2015 · 2 comments
Closed

cmd/compile: internal compiler error: getinarg: not a func int #11596

dvyukov opened this issue Jul 4, 2015 · 2 comments
Milestone

Comments

@dvyukov
Copy link
Member

dvyukov commented Jul 4, 2015

gc crashes on the following program:

package n
func F(interface{int}){}
func s(){F(3)}
go.go:3: internal compiler error: getinarg: not a func int

go version devel +71832ff Fri Jul 3 21:39:04 2015 +0000 linux/amd64

@ianlancetaylor ianlancetaylor added this to the Go1.6 milestone Jul 10, 2015
@anthonycanino1
Copy link
Contributor

This looked familiar to another issue that I submitted a patch for. The change was accepted (https://go-review.googlesource.com/#/c/13747/). I double checked, and that patch also fixes this issue.

I'm not sure what the right protocol is for officially closing this out, but I'm confident this is a non-issue now.

@minux
Copy link
Member

minux commented Nov 28, 2015

Confirmed fixed.

@minux minux closed this as completed Nov 28, 2015
@golang golang locked and limited conversation to collaborators Nov 27, 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

6 participants