vscode-go icon indicating copy to clipboard operation
vscode-go copied to clipboard

gopls: automated issue report (crash)

Open Yan9Gan opened this issue 1 year ago • 0 comments

gopls version: v0.14.2/go1.19 gopls flags: update flags: proxy extension version: 0.41.0 environment: Visual Studio Code win32 initialization error: undefined issue timestamp: Sun, 18 Feb 2024 01:04:18 GMT restart history: Sun, 18 Feb 2024 01:00:19 GMT: activation (enabled: true) Sun, 18 Feb 2024 01:00:31 GMT: installation (enabled: true)

ATTENTION: PLEASE PROVIDE THE DETAILS REQUESTED BELOW.

Describe what you observed.

Please attach the stack trace from the crash. A window with the error message should have popped up in the lower half of your screen. Please copy the stack trace and error messages from that window and paste it in this issue.

Failed to auto-collect gopls trace: unrecognized crash pattern.

gopls stats -anon { "DirStats": { "Files": 1271, "TestdataFiles": 0, "GoFiles": 102, "ModFiles": 1, "Dirs": 332 }, "GOARCH": "386", "GOOS": "windows", "GoVersion": "go1.19", "GoplsVersion": "v0.14.2", "InitialWorkspaceLoadDuration": "8.1006536s", "MemStats": { "HeapAlloc": 93414296, "HeapInUse": 110321664, "TotalAlloc": 964593736 }, "WorkspaceStats": { "Files": { "Total": 1852, "Largest": 36549883, "Errs": 0 }, "Views": [ { "GoCommandVersion": "go1.19", "AllPackages": { "Packages": 400, "LargestPackage": 120, "CompiledGoFiles": 1849, "Modules": 55 }, "WorkspacePackages": { "Packages": 44, "LargestPackage": 25, "CompiledGoFiles": 102, "Modules": 1 }, "Diagnostics": 0 } ] } }

OPTIONAL: If you would like to share more information, you can attach your complete gopls logs.

NOTE: THESE MAY CONTAIN SENSITIVE INFORMATION ABOUT YOUR CODEBASE. DO NOT SHARE LOGS IF YOU ARE WORKING IN A PRIVATE REPOSITORY.

<OPTIONAL: ATTACH LOGS HERE>

Yan9Gan avatar Feb 18 '24 01:02 Yan9Gan