-
Notifications
You must be signed in to change notification settings - Fork 761
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
gopls: automated issue report (crash) #3617
Comments
I'm sorry, Did not check that. Will Update here Next time it happens. Thanks |
@findleyr I am facing a similar issue. Not sure what might be the problem here. Output from gopls(server):
|
@beingnoble03 that is not a crashing goroutine, it is just a goroutine waiting on a select statement. Is there anything else in the output window? Also, which |
Oh sorry! @findleyr Here's the panic output:
I am using gopls v0.17.0 |
Thank you very much, @beingnoble03! I can reproduce that crash. We will fix this in gopls@v0.17.1. I will create a gopls issue to track the fix. |
gopls version: v0.17.0-pre.3/go1.23.3
gopls flags:
update flags: proxy
extension version: 0.43.3
environment: Visual Studio Code linux
initialization error: undefined
issue timestamp: Wed, 27 Nov 2024 10:47:25 GMT
restart history:
Wed, 27 Nov 2024 10:47:19 GMT: activation (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: no gopls log.
gopls stats -anon
{ "DirStats": { "Files": 10, "TestdataFiles": 0, "GoFiles": 6, "ModFiles": 1, "Dirs": 5 }, "GOARCH": "amd64", "GOOS": "linux", "GOPACKAGESDRIVER": "", "GOPLSCACHE": "", "GoVersion": "go1.23.3", "GoplsVersion": "v0.17.0-pre.3", "InitialWorkspaceLoadDuration": "539.498729ms", "MemStats": { "HeapAlloc": 128067280, "HeapInUse": 146882560, "TotalAlloc": 499427544 }, "WorkspaceStats": { "Files": { "Total": 1829, "Largest": 1189266, "Errs": 0 }, "Views": [ { "GoCommandVersion": "go1.23.0", "AllPackages": { "Packages": 312, "LargestPackage": 165, "CompiledGoFiles": 1826, "Modules": 34 }, "WorkspacePackages": { "Packages": 5, "LargestPackage": 2, "CompiledGoFiles": 7, "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>
The text was updated successfully, but these errors were encountered: