Skip to content
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) #3426

Closed
DarwinOL opened this issue Jun 20, 2024 · 2 comments
Closed

gopls: automated issue report (crash) #3426

DarwinOL opened this issue Jun 20, 2024 · 2 comments
Labels
WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@DarwinOL
Copy link

DarwinOL commented Jun 20, 2024

gopls version: v0.15.3/go1.21.6
gopls flags:
update flags: proxy
extension version: 0.41.4
environment: Visual Studio Code win32
initialization error: undefined
issue timestamp: Thu, 20 Jun 2024 12:29:31 GMT
restart history:
Thu, 20 Jun 2024 12:29:19 GMT: activation (enabled: true)

ATTENTION: PLEASE PROVIDE THE DETAILS REQUESTED BELOW.

Describe what you observed.

TREND anitivirus detected a Ransomware program.

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.

[Info - 7:29:20 AM] 2024/06/20 07:29:20 go info for C:\Projects\Innova-Drilling\API\icp-api
(view type GoModView)
(root dir C:\Projects\Innova-Drilling\API\icp-api)
(go version go version go1.21.6 windows/amd64)
(build flags: [])
(go env: {GOOS:windows GOARCH:amd64 GOCACHE:C:\Users\Darwin\AppData\Local\go-build GOMODCACHE:C:\Users\Darwin\go\pkg\mod GOPATH:C:\Users\Darwin\go GOPRIVATE: GOFLAGS: GO111MODULE: GoVersion:21 GoVersionOutput:go version go1.21.6 windows/amd64
GOWORK: GOPACKAGESDRIVER:})
(env overlay: map[])

[Info - 7:29:22 AM]
true
[Info - 7:29:22 AM] 2024/06/20 07:29:22 go info for C:\Projects\Innova-Drilling\API\icp-api
(view type GoModView)
(root dir C:\Projects\Innova-Drilling\API\icp-api)
(go version go version go1.21.6 windows/amd64)
(build flags: [])
(go env: {GOOS:windows GOARCH:amd64 GOCACHE:C:\Users\Darwin\AppData\Local\go-build GOMODCACHE:C:\Users\Darwin\go\pkg\mod GOPATH:C:\Users\Darwin\go GOPRIVATE: GOFLAGS: GO111MODULE: GoVersion:21 GoVersionOutput:go version go1.21.6 windows/amd64
GOWORK: GOPACKAGESDRIVER:})
(env overlay: map[])

[Info - 7:29:24 AM]
true
[Info - 7:29:25 AM] 2024/06/20 07:29:25 go info for C:\Projects\Innova-Drilling\API\icp-api
(view type GoModView)
(root dir C:\Projects\Innova-Drilling\API\icp-api)
(go version go version go1.21.6 windows/amd64)
(build flags: [])
(go env: {GOOS:windows GOARCH:amd64 GOCACHE:C:\Users\Darwin\AppData\Local\go-build GOMODCACHE:C:\Users\Darwin\go\pkg\mod GOPATH:C:\Users\Darwin\go GOPRIVATE: GOFLAGS: GO111MODULE: GoVersion:21 GoVersionOutput:go version go1.21.6 windows/amd64
GOWORK: GOPACKAGESDRIVER:})
(env overlay: map[])

[Info - 7:29:27 AM]
true
[Info - 7:29:27 AM] 2024/06/20 07:29:27 go info for C:\Projects\Innova-Drilling\API\icp-api
(view type GoModView)
(root dir C:\Projects\Innova-Drilling\API\icp-api)
(go version go version go1.21.6 windows/amd64)
(build flags: [])
(go env: {GOOS:windows GOARCH:amd64 GOCACHE:C:\Users\Darwin\AppData\Local\go-build GOMODCACHE:C:\Users\Darwin\go\pkg\mod GOPATH:C:\Users\Darwin\go GOPRIVATE: GOFLAGS: GO111MODULE: GoVersion:21 GoVersionOutput:go version go1.21.6 windows/amd64
GOWORK: GOPACKAGESDRIVER:})
(env overlay: map[])

[Info - 7:29:29 AM]
true
[Info - 7:29:29 AM] 2024/06/20 07:29:29 go info for C:\Projects\Innova-Drilling\API\icp-api
(view type GoModView)
(root dir C:\Projects\Innova-Drilling\API\icp-api)
(go version go version go1.21.6 windows/amd64)
(build flags: [])
(go env: {GOOS:windows GOARCH:amd64 GOCACHE:C:\Users\Darwin\AppData\Local\go-build GOMODCACHE:C:\Users\Darwin\go\pkg\mod GOPATH:C:\Users\Darwin\go GOPRIVATE: GOFLAGS: GO111MODULE: GoVersion:21 GoVersionOutput:go version go1.21.6 windows/amd64
GOWORK: GOPACKAGESDRIVER:})
(env overlay: map[])

[Error - 7:29:31 AM]

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

gopls stats -anon

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>

@gopherbot gopherbot added this to the Untriaged milestone Jun 20, 2024
@hyangah
Copy link
Contributor

hyangah commented Jun 20, 2024

Thanks @DarwinOL
Can you please try two things?

  • from the terminal, try
   cd C:\Projects\Innova-Drilling\API\icp-api
   gopls.exe stats

If the gopls.exe stats failed without any output, please check if your system or anti-virus software is blocking the gopls binary. If it outputs anything, please share it with us.

  • try the latest prerelease version of gopls
    go install golang.org/x/tools/gopls@v0.16.0-pre.2
    and then, from VS Code Command palette, run "Go: Restart Language Server"

@adonovan adonovan added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jun 20, 2024
@gopherbot
Copy link
Collaborator

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@gopherbot gopherbot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

4 participants