x/tools/gopls: crash - index out of range #35468
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
I believe this crash is highly related to #35455. In my local testing, I had demonstrated the new version did not crash, but after updating to master and installing, I am still experiencing an index out of range crash in the same rough area.
I triple checked that I was in fact running the new, fixed version, including by opening
/Users/bhatfield/go/src/github.com/golang/tools/internal/lsp/cache/session.go
and confirming that the fix was in fact in the code path.I'm not sure why this did not experimentally reproduce for me during the discussion with @matloob on #35455 , but it is consistently reproducing again now from master.
Included is the gopls output:
@matloob I can confirm just like in #35455 that the "schema" referenced here does not have go modules in it.
The text was updated successfully, but these errors were encountered: