-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/gopls: automated issue report (crash) #44353
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
Comments
@mjmac Thanks for the report and stack trace. Transferring to the gopls issue tracker. |
/cc @findleyr for type-checker |
/cc @griesemer as well. Based on line numbers, this is go1.15 or earlier (in other words, not a new regression in 1.16). From the description and panic site, I'd guess the assignment operand was a cgofunc. |
I'm going to close this as a dupe of #44397, which was more recently filed but has more information. |
gopls version: v0.6.4
gopls flags:
extension version: 0.22.1
environment: Visual Studio Code linux
initialization error: undefined
manual restart count: 0
total start count: 1
Was working in a file that uses cgo, started typing the name of a C function and I guess gopls crashed.
The text was updated successfully, but these errors were encountered: