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
ATTENTION: PLEASE PROVIDE THE DETAILS REQUESTED BELOW.
Describe what you observed.
Myself and another developer were using the VS code live share support and working on different files to do some refactoring. We've seen it crash twice when making changes so far this afternoon.
Interesting. @knisbet Is the crash log from the host? Is it possible to test with open source code and post logs?
(We are not handling LSP messages with vsls:// URIs; I wonder if that causes confusion to gopls).
cc @golang/tools-team
hyangah
changed the title
gopls: automated issue report (crash)
gopls: crash when editing files in live share
Apr 26, 2024
gopls version: v0.15.3/go1.22.2
gopls flags:
update flags: proxy
extension version: 0.41.3
environment: Visual Studio Code - Insiders darwin
initialization error: undefined
issue timestamp: Thu, 25 Apr 2024 20:32:09 GMT
restart history:
Wed, 24 Apr 2024 16:02:15 GMT: activation (enabled: true)
Thu, 25 Apr 2024 15:38:24 GMT: manual (enabled: true)
Thu, 25 Apr 2024 20:26:29 GMT: manual (enabled: true)
Thu, 25 Apr 2024 20:32:25 GMT: manual (enabled: true)
ATTENTION: PLEASE PROVIDE THE DETAILS REQUESTED BELOW.
Describe what you observed.
Myself and another developer were using the VS code live share support and working on different files to do some refactoring. We've seen it crash twice when making changes so far this afternoon.
gopls stats -anon
{ "DirStats": { "Files": 90240, "TestdataFiles": 0, "GoFiles": 529, "ModFiles": 2, "Dirs": 9112 }, "GOARCH": "arm64", "GOOS": "darwin", "GOPACKAGESDRIVER": "", "GOPLSCACHE": "", "GoVersion": "go1.22.2", "GoplsVersion": "v0.15.3", "InitialWorkspaceLoadDuration": "6.743321583s", "MemStats": { "HeapAlloc": 188338536, "HeapInUse": 254541824, "TotalAlloc": 832696632 }, "WorkspaceStats": { "Files": { "Total": 7319, "Largest": 6105329, "Errs": 0 }, "Views": [ { "GoCommandVersion": "go1.22.2", "AllPackages": { "Packages": 1432, "LargestPackage": 213, "CompiledGoFiles": 7590, "Modules": 208 }, "WorkspacePackages": { "Packages": 188, "LargestPackage": 59, "CompiledGoFiles": 621, "Modules": 1 }, "Diagnostics": 909 } ] } }The text was updated successfully, but these errors were encountered: