You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is fixed on tip (#27356) and it has already been selected for a 1.11 backport: #27399. It missed 1.11.1, but the fix will be in 1.11.2. Closing here, since there's nothing else left to do.
Please answer these questions before submitting your issue. Thanks!
What did you do?
https://play.golang.org/p/ilGD2NT2dum
What did you expect to see?
A compiler error admonishing me not to redefine "len," or perhaps berating me for attempting to call an int as a function.
What did you see instead?
The compiler panicked due to a segfault.
Does this issue reproduce with the latest release (go1.11.1)?
Yes - the compiler in the Go Playground crashes, and that is running 1.11.1.
System details
(private information sanitized)
The text was updated successfully, but these errors were encountered: