-
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: declaring non-callable append then attempting to call crashes gc #28211
Comments
Fixed on tip. Also backported to 1.11.1 |
@agnivade Still occurs on play.golang.org (as of now, see |
Just checked with current master, still crashes. Please reopen.
|
I cannot reproduce. Possibly a windows issue ?
|
I cannot reproduce this either. Also, @Xjs I don't quite believe you're running current master: Your stack dump indicates a crash at c:/go/src/cmd/compile/internal/gc/typecheck.go:1270 which is the middle of a comment. Can you please update (and make sure you're using the newest compiler) and try again, thanks. |
@griesemer Indeed, the go tool seems not to have called the freshly-built |
Reason why it didn't get included for 1.11.1 - #27973 (comment). Closing it now. |
What version of Go are you using (
go version
)?go version go1.11 windows/amd64 (also occurs under Linux or on the playground)
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?(also happens on playground)
What did you do?
MWE:
https://play.golang.org/p/Z36gAU5mgUY
What did you expect to see?
What did you see instead?
Spotted by @Weiss91
The text was updated successfully, but these errors were encountered: