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

x/tools/gopls: panic: interface conversion: *types.Basic is not typesinternal.NamedOrAlias: missing method Obj #71136

Closed
qiulaidongfeng opened this issue Jan 6, 2025 · 2 comments
Labels
gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@qiulaidongfeng
Copy link
Member

gopls version

Build info

golang.org/x/tools/gopls v0.17.1
golang.org/x/tools/[email protected] h1:Mt/DSfnnSe3dyf6MH/dZZ0iww+viHNhAFc4rEYDiOAw=
github.com/BurntSushi/[email protected] h1:pxW6RcqyfI9/kWtOwnv/G+AzdKuy2ZrqINhenH4HyNs=
github.com/google/[email protected] h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
golang.org/x/exp/[email protected] h1:1P7xPZEwZMoBoz0Yze5Nx2/4pxj6nw9ZqHWXqP0iRgQ=
golang.org/x/[email protected] h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=
golang.org/x/[email protected] h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ=
golang.org/x/[email protected] h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
golang.org/x/[email protected] h1:TCDqnvbBsFapViksHcHySl/sW4+rTGNIAoJJesHRuMM=
golang.org/x/[email protected] h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug=
golang.org/x/[email protected] h1:kgwdasJRsdDWYgWcEgMF424DiXwwXHSb3V8xVTi//i8=
golang.org/x/[email protected] h1:SP0mPeg2PmGCu03V+61EcQiOjmpri2XijexKdzv8Z1I=
honnef.co/go/[email protected] h1:4bH5o3b5ZULQ4UrBmP+63W9r7qIkqJClEA9ko5YKx+I=
mvdan.cc/[email protected] h1:bg91ttqXmi9y2xawvkuMXyvAA/1ZGJqYAEGjXuP0JXU=
mvdan.cc/xurls/[email protected] h1:lyBNOm8Wo71UknhUs4QTFUNNMyxy2JEIaKKo0RWOh+8=
go: devel go1.24-375129ab Sat Nov 2 04:21:27 2024 +0000

go env

set GO111MODULE=auto
set GOARCH=amd64
set GOAUTH=netrc
set GOBIN=
set GOCACHE=D:\file\go-build
set GOENV=C:\Users\26454\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=D:\file\gofile\pkg\mod
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=D:\file\gofile
set GOPRIVATE=
set GOPROXY=https://goproxy.cn,direct
set GOROOT=C:\Users\26454\.go\current
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLCHAIN=local
set GOTOOLDIR=C:\Users\26454\.go\current\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=devel go1.24-375129ab Sat Nov 2 04:21:27 2024 +0000
set GODEBUG=
set GOTELEMETRY=on
set GOTELEMETRYDIR=C:\Users\26454\AppData\Roaming\go\telemetry
set GCCGO=gccgo
set GOAMD64=v3
set AR=ar
set CC=clang
set CXX=g++
set CGO_ENABLED=1
set GOMOD=
set GOWORK=
set CGO_CFLAGS=-O2 -g
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-O2 -g
set CGO_FFLAGS=-O2 -g
set CGO_LDFLAGS=-O2 -g
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=C:\Users\26454\AppData\Local\Temp\go-build2063210659=/tmp/go-build -gno-record-gcc-switches

What did you do?

in vscode , edit this code
amap.zip

What did you see happen?

no panic.

What did you expect to see?

panic: interface conversion: *types.Basic is not typesinternal.NamedOrAlias: missing method Obj

goroutine 12560 gp=0xc00ab7f500 m=4 mp=0xc00007f808 [running]:
panic({0x1a23ee0?, 0xc00cb696b0?})
C:/Users/26454/.go/gotip/src/runtime/panic.go:806 +0x168 fp=0xc00046e870 sp=0xc00046e7c0 pc=0xef06c8
runtime.getitab(0x1a57f60, 0x1ab2ea0, 0x0)
C:/Users/26454/.go/gotip/src/runtime/iface.go:102 +0x1c5 fp=0xc00046e8b8 sp=0xc00046e870 pc=0xeede45
runtime.typeAssert(0x2586be0, 0x1ab2ea0)
C:/Users/26454/.go/gotip/src/runtime/iface.go:474 +0x3f fp=0xc00046e8f8 sp=0xc00046e8b8 pc=0xe8e99f
golang.org/x/tools/gopls/internal/golang/completion.(*completer).item(, {, _}, {{0x1e8b178, 0xc0000e2a00}, 0x4012333333333333, {0xc00cb3b700, 0xe}, {0x0, 0x0}, ...})
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/golang/completion/format.go:65 +0x373 fp=0xc00046ed30 sp=0xc00046e8f8 pc=0x18b1bd3
golang.org/x/tools/gopls/internal/golang/completion.(*completer).addCandidate(0xc006b8a008, {0x1e7d028, 0xc0001f2050}, 0xc00046f058)
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/golang/completion/deep_completion.go:294 +0x3d3 fp=0xc00046efe0 sp=0xc00046ed30 pc=0x18af633
golang.org/x/tools/gopls/internal/golang/completion.(*completer).deepSearch(0xc006b8a008, {0x1e7d028, 0xc0001f2050}, 0x0?, 0xc00cb3b560?)
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/golang/completion/deep_completion.go:180 +0x4df fp=0xc00046f220 sp=0xc00046efe0 pc=0x18ae6ff
golang.org/x/tools/gopls/internal/golang/completion.Completion({0x1e7cff0?, 0xc00cb68d80?}, 0xc00027f0e0, {0x1e7fdc0, 0xc0067941e0}, {0x0?, 0x0?}, {0x1, {0x0, 0x0}})
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/golang/completion/completion.go:659 +0x12fb fp=0xc00046f6f8 sp=0xc00046f220 pc=0x189cf5b
golang.org/x/tools/gopls/internal/server.(*server).Completion(0xc0000f8780, {0x1e7cff0, 0xc00cb68d80}, 0xc0001f2000)
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/server/completion.go:43 +0x358 fp=0xc00046f900 sp=0xc00046f6f8 pc=0x18e9518
golang.org/x/tools/gopls/internal/protocol.serverDispatch({0x1e7cff0, 0xc00d1a7320}, {0x1e9c780, 0xc0000f8780}, 0xc00cb68c90, {0x1e7d1e8, 0xc00d1a4400})
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/protocol/tsserver.go:363 +0x2547 fp=0xc00046fbe0 sp=0xc00046f900 pc=0x128af27
golang.org/x/tools/gopls/internal/lsprpc.(*streamServer).ServeStream.ServerHandler.func3({0x1e7cff0, 0xc00d1a7320}, 0xc00cb68c90, {0x1e7d1e8, 0xc00d1a4400})
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/protocol/protocol.go:160 +0x85 fp=0xc00046fc40 sp=0xc00046fbe0 pc=0x190ba65
golang.org/x/tools/gopls/internal/lsprpc.(*streamServer).ServeStream.handshaker.func4({0x1e7cff0, 0xc00d1a7320}, 0xc00cb68c90, {0x1e7d1e8, 0xc00d1a4400})
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/lsprpc/lsprpc.go:509 +0x90b fp=0xc00046fef8 sp=0xc00046fc40 pc=0x190b7cb
golang.org/x/tools/gopls/internal/protocol.Handlers.MustReplyHandler.func1({0x1e7cff0, 0xc00d1a7320}, 0xc007e10bd0, {0x1e7d1e8, 0xc00d1a4400})
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/jsonrpc2/handler.go:35 +0xc6 fp=0xc00046ff50 sp=0xc00046fef8 pc=0x127a466
golang.org/x/tools/gopls/internal/protocol.Handlers.AsyncHandler.func2.2()
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/jsonrpc2/handler.go:104 +0x96 fp=0xc00046ffe0 sp=0xc00046ff50 pc=0x127a296
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00046ffe8 sp=0xc00046ffe0 pc=0xef8681
created by golang.org/x/tools/gopls/internal/protocol.Handlers.AsyncHandler.func2 in goroutine 78
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/jsonrpc2/handler.go:101 +0x22f

goroutine 1 gp=0xc0000021c0 m=nil [chan receive]:
runtime.gopark(0x30?, 0x25c5100?, 0x20?, 0x2a?, 0xc000049510?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc00c0a14c8 sp=0xc00c0a14a8 pc=0xef0b6e
runtime.chanrecv(0xc0000389a0, 0x0, 0x1)
C:/Users/26454/.go/gotip/src/runtime/chan.go:640 +0x40b fp=0xc00c0a1540 sp=0xc00c0a14c8 pc=0xe89deb
runtime.chanrecv1(0xc0003db270?, 0x1e7cff0?)
C:/Users/26454/.go/gotip/src/runtime/chan.go:490 +0x12 fp=0xc00c0a1568 sp=0xc00c0a1540 pc=0xe899b2
golang.org/x/tools/gopls/internal/lsprpc.(*streamServer).ServeStream(0xc000452420, {0x1e7cff0, 0xc000452990}, {0x1e81330, 0xc0003db270})
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/lsprpc/lsprpc.go:93 +0x7c6 fp=0xc00c0a1700 sp=0xc00c0a1568 pc=0x190ac46
golang.org/x/tools/gopls/internal/cmd.(*Serve).Run(0xc00044d6d0, {0x1e7cff0, 0xc0004522d0}, {0xc000088570?, 0x0?, 0x0?})
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/cmd/serve.go:141 +0x9c2 fp=0xc00c0a18f8 sp=0xc00c0a1700 pc=0x1927422
golang.org/x/tools/internal/tool.Run({0x1e7cff0, 0xc0004522d0}, 0xc000324690, {0x1e7fc40, 0xc00044d6d0}, {0xc000088570, 0x0, 0x0})
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/tool/tool.go:213 +0x749 fp=0xc00c0a1b48 sp=0xc00c0a18f8 pc=0x12b74c9
golang.org/x/tools/gopls/internal/cmd.(*Application).Run(0xc00044d680, {0x1e7cfb8, 0x260c1c0}, {0xc000088570, 0x0, 0x0})
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/cmd/cmd.go:242 +0x147 fp=0xc00c0a1c08 sp=0xc00c0a1b48 pc=0x1914247
golang.org/x/tools/internal/tool.Run({0x1e7cfb8, 0x260c1c0}, 0xc000324620, {0x1e7f5c0, 0xc00044d680}, {0xc000088570, 0x1, 0x1})
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/tool/tool.go:213 +0x749 fp=0xc00c0a1e58 sp=0xc00c0a1c08 pc=0x12b74c9
golang.org/x/tools/internal/tool.Main({0x1e7cfb8, 0x260c1c0}, {0x1e7f5c0, 0xc00044d680}, {0xc000088570, 0x1, 0x1})
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/tool/tool.go:94 +0x12a fp=0xc00c0a1f00 sp=0xc00c0a1e58 pc=0x12b6c2a
main.main()
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/main.go:35 +0x109 fp=0xc00c0a1f50 sp=0xc00c0a1f00 pc=0x192e1c9
runtime.main()
C:/Users/26454/.go/gotip/src/runtime/proc.go:283 +0x27d fp=0xc00c0a1fe0 sp=0xc00c0a1f50 pc=0xebda7d
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00c0a1fe8 sp=0xc00c0a1fe0 pc=0xef8681

goroutine 2 gp=0xc0000028c0 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000081fa8 sp=0xc000081f88 pc=0xef0b6e
runtime.goparkunlock(...)
C:/Users/26454/.go/gotip/src/runtime/proc.go:441
runtime.forcegchelper()
C:/Users/26454/.go/gotip/src/runtime/proc.go:348 +0xb8 fp=0xc000081fe0 sp=0xc000081fa8 pc=0xebdd98
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000081fe8 sp=0xc000081fe0 pc=0xef8681
created by runtime.init.7 in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/proc.go:336 +0x1a

goroutine 3 gp=0xc000002c40 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000083f80 sp=0xc000083f60 pc=0xef0b6e
runtime.goparkunlock(...)
C:/Users/26454/.go/gotip/src/runtime/proc.go:441
runtime.bgsweep(0xc00003a080)
C:/Users/26454/.go/gotip/src/runtime/mgcsweep.go:317 +0xdf fp=0xc000083fc8 sp=0xc000083f80 pc=0xea443f
runtime.gcenable.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:203 +0x25 fp=0xc000083fe0 sp=0xc000083fc8 pc=0xe98b45
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000083fe8 sp=0xc000083fe0 pc=0xef8681
created by runtime.gcenable in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:203 +0x66

goroutine 4 gp=0xc000002e00 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x1e69768?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000091f78 sp=0xc000091f58 pc=0xef0b6e
runtime.goparkunlock(...)
C:/Users/26454/.go/gotip/src/runtime/proc.go:441
runtime.(*scavengerState).park(0x25c2800)
C:/Users/26454/.go/gotip/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000091fa8 sp=0xc000091f78 pc=0xea1ee9
runtime.bgscavenge(0xc00003a080)
C:/Users/26454/.go/gotip/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000091fc8 sp=0xc000091fa8 pc=0xea2479
runtime.gcenable.gowrap2()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:204 +0x25 fp=0xc000091fe0 sp=0xc000091fc8 pc=0xe98ae5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000091fe8 sp=0xc000091fe0 pc=0xef8681
created by runtime.gcenable in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:204 +0xa5

goroutine 5 gp=0xc000003340 m=nil [finalizer wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000085e20 sp=0xc000085e00 pc=0xef0b6e
runtime.runfinq()
C:/Users/26454/.go/gotip/src/runtime/mfinal.go:193 +0x107 fp=0xc000085fe0 sp=0xc000085e20 pc=0xe97c07
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000085fe8 sp=0xc000085fe0 pc=0xef8681
created by runtime.createfing in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mfinal.go:163 +0x3d

goroutine 78 gp=0xc0000036c0 m=nil [select]:
runtime.gopark(0xc006503b08?, 0x2?, 0x0?, 0x0?, 0xc006503af4?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc006503998 sp=0xc006503978 pc=0xef0b6e
runtime.selectgo(0xc006503b08, 0xc006503af0, 0x2590100?, 0x0, 0x0?, 0x1)
C:/Users/26454/.go/gotip/src/runtime/select.go:336 +0x79a fp=0xc006503ac0 sp=0xc006503998 pc=0xecfdfa
golang.org/x/tools/internal/fakenet.(*connFeeder).do(...)
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/fakenet/conn.go:103
golang.org/x/tools/internal/fakenet.(*fakeConn).Read(0x19c80c0?, {0xc00045c000?, 0x0?, 0x0?})
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/fakenet/conn.go:67 +0x10a fp=0xc006503b88 sp=0xc006503ac0 pc=0x190fc4a
bufio.(*Reader).fill(0xc0002c7200)
C:/Users/26454/.go/gotip/src/bufio/bufio.go:110 +0x103 fp=0xc006503bc0 sp=0xc006503b88 pc=0x116f803
bufio.(*Reader).ReadSlice(0xc0002c7200, 0xa)
C:/Users/26454/.go/gotip/src/bufio/bufio.go:376 +0x29 fp=0xc006503c08 sp=0xc006503bc0 pc=0x1170309
bufio.(*Reader).collectFragments(0xc0002c7200, 0xa)
C:/Users/26454/.go/gotip/src/bufio/bufio.go:451 +0x70 fp=0xc006503cb8 sp=0xc006503c08 pc=0x1170730
bufio.(*Reader).ReadString(0x0?, 0x53?)
C:/Users/26454/.go/gotip/src/bufio/bufio.go:498 +0x1f fp=0xc006503d78 sp=0xc006503cb8 pc=0x1170adf
golang.org/x/tools/internal/jsonrpc2.(*headerStream).Read(0xc0001235d8, {0x1e7cff0, 0xc000452990})
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/jsonrpc2/stream.go:110 +0x9f fp=0xc006503e08 sp=0xc006503d78 pc=0x125f7ff
golang.org/x/tools/internal/jsonrpc2.(*conn).run(0xc0003db270, {0x1e7cff0, 0xc000452990}, 0xc000123680)
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/jsonrpc2/conn.go:195 +0x9f fp=0xc006503fb0 sp=0xc006503e08 pc=0x125c27f
golang.org/x/tools/internal/jsonrpc2.(*conn).Go.gowrap1()
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/jsonrpc2/conn.go:188 +0x2c fp=0xc006503fe0 sp=0xc006503fb0 pc=0x125c1ac
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc006503fe8 sp=0xc006503fe0 pc=0xef8681
created by golang.org/x/tools/internal/jsonrpc2.(*conn).Go in goroutine 1
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/jsonrpc2/conn.go:188 +0x8f

goroutine 63 gp=0xc0002ea380 m=nil [GC worker (idle)]:
runtime.gopark(0x260d460?, 0x3?, 0xc8?, 0xa5?, 0xc000265d00?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc00008df38 sp=0xc00008df18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc00008dfc8 sp=0xc00008df38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc00008dfe0 sp=0xc00008dfc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00008dfe8 sp=0xc00008dfe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 73 gp=0xc0003ac000 m=10 mp=0xc000490808 [syscall]:
runtime.cgocall(0xef9de0, 0xc000490b48)
C:/Users/26454/.go/gotip/src/runtime/cgocall.go:167 +0x3e fp=0xc0003b3df0 sp=0xc0003b3d88 pc=0xeed89e
runtime.syscall_syscalln(0x1ba20c2?, 0x13?, {0xc0003b3e38?, 0x0?, 0x0?})
C:/Users/26454/.go/gotip/src/runtime/syscall_windows.go:521 +0x4e fp=0xc0003b3e10 sp=0xc0003b3df0 pc=0xedabee
syscall.Syscall(0x2593540?, 0xc0003b3e88?, 0xc0003b3e88?, 0xc0003b3f90?, 0xc000490008?)
C:/Users/26454/.go/gotip/src/runtime/syscall_windows.go:457 +0x29 fp=0xc0003b3e60 sp=0xc0003b3e10 pc=0xef3fe9
syscall.WaitForSingleObject(0x268, 0xffffffff)
C:/Users/26454/.go/gotip/src/syscall/zsyscall_windows.go:1149 +0x5a fp=0xc0003b3ea8 sp=0xc0003b3e60 pc=0xf201da
os.(*Process).wait(0xc0003b3fb0?)
C:/Users/26454/.go/gotip/src/os/exec_windows.go:28 +0xe6 fp=0xc0003b3f58 sp=0xc0003b3ea8 pc=0xf580e6
os.(*Process).Wait(...)
C:/Users/26454/.go/gotip/src/os/exec.go:358
os/exec.(*Cmd).Wait(0xc0000f8600)
C:/Users/26454/.go/gotip/src/os/exec/exec.go:922 +0x45 fp=0xc0003b3fb8 sp=0xc0003b3f58 pc=0xfc6425
golang.org/x/telemetry.startChild.func1()
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/start.go:246 +0x25 fp=0xc0003b3fe0 sp=0xc0003b3fb8 pc=0x124aec5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0003b3fe8 sp=0xc0003b3fe0 pc=0xef8681
created by golang.org/x/telemetry.startChild in goroutine 1
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/start.go:245 +0x82b

goroutine 62 gp=0xc000003880 m=nil [GC worker (idle)]:
runtime.gopark(0x260d460?, 0x1?, 0x0?, 0x0?, 0xc000150c00?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc0003aff38 sp=0xc0003aff18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc0003affc8 sp=0xc0003aff38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc0003affe0 sp=0xc0003affc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0003affe8 sp=0xc0003affe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 77 gp=0xc0002ea700 m=nil [select]:
runtime.gopark(0xc00008ff80?, 0x2?, 0x8?, 0xf8?, 0xc00008ff74?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc00008fe10 sp=0xc00008fdf0 pc=0xef0b6e
runtime.selectgo(0xc00008ff80, 0xc00008ff70, 0xc0002ea700?, 0x0, 0xc00008ffb0?, 0x1)
C:/Users/26454/.go/gotip/src/runtime/select.go:336 +0x79a fp=0xc00008ff38 sp=0xc00008fe10 pc=0xecfdfa
golang.org/x/tools/gopls/internal/cache.(*parseCache).gc(0xc0003db2c0)
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/cache/parse_cache.go:262 +0xb7 fp=0xc00008ffc8 sp=0xc00008ff38 pc=0x1742b97
golang.org/x/tools/gopls/internal/cache.newParseCache.gowrap1()
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/cache/parse_cache.go:119 +0x25 fp=0xc00008ffe0 sp=0xc00008ffc8 pc=0x1741a45
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00008ffe8 sp=0xc00008ffe0 pc=0xef8681
created by golang.org/x/tools/gopls/internal/cache.newParseCache in goroutine 1
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/cache/parse_cache.go:119 +0xc5

goroutine 76 gp=0xc000003a40 m=nil [select]:
runtime.gopark(0xc0003b1f80?, 0x2?, 0x20?, 0x1e?, 0xc0003b1f44?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc0003b1de0 sp=0xc0003b1dc0 pc=0xef0b6e
runtime.selectgo(0xc0003b1f80, 0xc0003b1f40, 0xe88b77?, 0x0, 0xc0003b1f58?, 0x1)
C:/Users/26454/.go/gotip/src/runtime/select.go:336 +0x79a fp=0xc0003b1f08 sp=0xc0003b1de0 pc=0xecfdfa
golang.org/x/tools/internal/fakenet.(*connFeeder).run(0xc000452480)
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/fakenet/conn.go:115 +0x8a fp=0xc0003b1fc8 sp=0xc0003b1f08 pc=0x191008a
golang.org/x/tools/internal/fakenet.NewConn.gowrap2()
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/fakenet/conn.go:27 +0x25 fp=0xc0003b1fe0 sp=0xc0003b1fc8 pc=0x190fa25
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0003b1fe8 sp=0xc0003b1fe0 pc=0xef8681
created by golang.org/x/tools/internal/fakenet.NewConn in goroutine 1
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/fakenet/conn.go:27 +0x356

goroutine 61 gp=0xc000003c00 m=nil [GC worker (idle)]:
runtime.gopark(0x225cab94a2f1c?, 0xc000407fb0?, 0x0?, 0x3c?, 0xc0003ea640?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000407f38 sp=0xc000407f18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc000407fc8 sp=0xc000407f38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc000407fe0 sp=0xc000407fc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000407fe8 sp=0xc000407fe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 75 gp=0xc0003ac1c0 m=12 mp=0xc000101008 [syscall]:
runtime.cgocall(0xef9de0, 0xc000101348)
C:/Users/26454/.go/gotip/src/runtime/cgocall.go:167 +0x3e fp=0xc0003b5ca0 sp=0xc0003b5c38 pc=0xeed89e
runtime.syscall_syscalln(0xeb7916?, 0x10?, {0xc0003b5ce8?, 0xeb6a45?, 0x7ff9fa0e6db0?})
C:/Users/26454/.go/gotip/src/runtime/syscall_windows.go:521 +0x4e fp=0xc0003b5cc0 sp=0xc0003b5ca0 pc=0xedabee
syscall.Syscall6(0xecf530?, 0xc0003ac1c0?, 0xc0003b5da0?, 0x0?, 0xc0003b5d88?, 0xed0b2b?, 0xc0003b5f60?, 0x2?)
C:/Users/26454/.go/gotip/src/runtime/syscall_windows.go:463 +0x38 fp=0xc0003b5d28 sp=0xc0003b5cc0 pc=0xef4038
syscall.readFile(0x7d0, {0xc00045c000?, 0x1000, 0xecf530?}, 0xef0b6e?, 0x800000?)
C:/Users/26454/.go/gotip/src/syscall/zsyscall_windows.go:1020 +0x8b fp=0xc0003b5d98 sp=0xc0003b5d28 pc=0xf1f7cb
syscall.ReadFile(...)
C:/Users/26454/.go/gotip/src/syscall/syscall_windows.go:451
syscall.Read(0xc0000c0008?, {0xc00045c000?, 0x2?, 0x2?})
C:/Users/26454/.go/gotip/src/syscall/syscall_windows.go:430 +0x2d fp=0xc0003b5df0 sp=0xc0003b5d98 pc=0xf1966d
internal/poll.(*FD).Read(0xc0000c0008, {0xc00045c000, 0x1000, 0x1000})
C:/Users/26454/.go/gotip/src/internal/poll/fd_windows.go:424 +0x1b9 fp=0xc0003b5e98 sp=0xc0003b5df0 pc=0xf4cdf9
os.(*File).read(...)
C:/Users/26454/.go/gotip/src/os/file_posix.go:29
os.(*File).Read(0xc00007c098, {0xc00045c000?, 0x2?, 0x2?})
C:/Users/26454/.go/gotip/src/os/file.go:124 +0x4f fp=0xc0003b5ed8 sp=0xc0003b5e98 pc=0xf591ef
io.ReadCloser.Read-fm({0xc00045c000?, 0xc0003b5f40?, 0x0?})
:1 +0x36 fp=0xc0003b5f08 sp=0xc0003b5ed8 pc=0x1910356
golang.org/x/tools/internal/fakenet.(*connFeeder).run(0xc000452450)
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/fakenet/conn.go:121 +0xb2 fp=0xc0003b5fc8 sp=0xc0003b5f08 pc=0x19100b2
golang.org/x/tools/internal/fakenet.NewConn.gowrap1()
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/fakenet/conn.go:26 +0x25 fp=0xc0003b5fe0 sp=0xc0003b5fc8 pc=0x190fa85
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0003b5fe8 sp=0xc0003b5fe0 pc=0xef8681
created by golang.org/x/tools/internal/fakenet.NewConn in goroutine 1
D:/file/gofile/pkg/mod/golang.org/x/[email protected]/internal/fakenet/conn.go:26 +0x309

goroutine 102 gp=0xc0002ea8c0 m=nil [GC worker (idle)]:
runtime.gopark(0xc000382820?, 0xc000403fb0?, 0xc0?, 0xa8?, 0xc00035adc0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000403f38 sp=0xc000403f18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc000403fc8 sp=0xc000403f38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc000403fe0 sp=0xc000403fc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000403fe8 sp=0xc000403fe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 92 gp=0xc0003ac380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc0003fbf38 sp=0xc0003fbf18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc0003fbfc8 sp=0xc0003fbf38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc0003fbfe0 sp=0xc0003fbfc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0003fbfe8 sp=0xc0003fbfe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 103 gp=0xc0002eaa80 m=nil [GC worker (idle)]:
runtime.gopark(0x225cab954d4e4?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000405f38 sp=0xc000405f18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc000405fc8 sp=0xc000405f38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc000405fe0 sp=0xc000405fc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000405fe8 sp=0xc000405fe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 93 gp=0xc0003ac540 m=nil [GC worker (idle)]:
runtime.gopark(0x260d460?, 0x1?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc0003fdf38 sp=0xc0003fdf18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc0003fdfc8 sp=0xc0003fdf38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc0003fdfe0 sp=0xc0003fdfc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0003fdfe8 sp=0xc0003fdfe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 104 gp=0xc0002eac40 m=nil [GC worker (idle)]:
runtime.gopark(0x225cab954d4e4?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc0003f7f38 sp=0xc0003f7f18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc0003f7fc8 sp=0xc0003f7f38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc0003f7fe0 sp=0xc0003f7fc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0003f7fe8 sp=0xc0003f7fe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 94 gp=0xc0003ac700 m=nil [GC worker (idle)]:
runtime.gopark(0x225cab94a2f1c?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000485f38 sp=0xc000485f18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc000485fc8 sp=0xc000485f38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc000485fe0 sp=0xc000485fc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000485fe8 sp=0xc000485fe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 64 gp=0xc0001061c0 m=nil [GC worker (idle)]:
runtime.gopark(0x225cab954d4e4?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000481f38 sp=0xc000481f18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc000481fc8 sp=0xc000481f38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc000481fe0 sp=0xc000481fc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000481fe8 sp=0xc000481fe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 105 gp=0xc0002eae00 m=nil [GC worker (idle)]:
runtime.gopark(0x225cab954d4e4?, 0x1?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc0003f9f38 sp=0xc0003f9f18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc0003f9fc8 sp=0xc0003f9f38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc0003f9fe0 sp=0xc0003f9fc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0003f9fe8 sp=0xc0003f9fe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 106 gp=0xc0002eafc0 m=nil [GC worker (idle)]:
runtime.gopark(0x260d460?, 0x3?, 0xc8?, 0xa5?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc00037df38 sp=0xc00037df18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc00037dfc8 sp=0xc00037df38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc00037dfe0 sp=0xc00037dfc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00037dfe8 sp=0xc00037dfe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 65 gp=0xc000106380 m=nil [GC worker (idle)]:
runtime.gopark(0x260d460?, 0x1?, 0x8?, 0xbe?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000483f38 sp=0xc000483f18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc000483fc8 sp=0xc000483f38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc000483fe0 sp=0xc000483fc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000483fe8 sp=0xc000483fe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 95 gp=0xc0003ac8c0 m=nil [GC worker (idle)]:
runtime.gopark(0x225cab954d4e4?, 0x1?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000487f38 sp=0xc000487f18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc000487fc8 sp=0xc000487f38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc000487fe0 sp=0xc000487fc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000487fe8 sp=0xc000487fe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 107 gp=0xc0002eb180 m=nil [GC worker (idle)]:
runtime.gopark(0x225cab954d4e4?, 0x1?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc00037ff38 sp=0xc00037ff18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc00037ffc8 sp=0xc00037ff38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc00037ffe0 sp=0xc00037ffc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00037ffe8 sp=0xc00037ffe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 114 gp=0xc000106540 m=nil [GC worker (idle)]:
runtime.gopark(0x225cab94a2f1c?, 0x1?, 0x0?, 0x0?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000379f38 sp=0xc000379f18 pc=0xef0b6e
runtime.gcBgMarkWorker(0xc0002b6e00)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1363 +0xe9 fp=0xc000379fc8 sp=0xc000379f38 pc=0xe9aee9
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x25 fp=0xc000379fe0 sp=0xc000379fc8 pc=0xe9adc5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000379fe8 sp=0xc000379fe0 pc=0xef8681
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1279 +0x105

goroutine 118 gp=0xc0001068c0 m=nil [sleep]:
runtime.gopark(0x225c6396411cc?, 0x0?, 0x0?, 0x0?, 0xc000100008?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000409cb8 sp=0xc000409c98 pc=0xef0b6e
time.Sleep(0x45d964b800)
C:/Users/26454/.go/gotip/src/runtime/time.go:300 +0xf7 fp=0xc000409cf0 sp=0xc000409cb8 pc=0xef4237
golang.org/x/tools/gopls/internal/filecache.gc({0xc0003a0000, 0x22})
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/filecache/filecache.go:443 +0x134 fp=0xc000409fc0 sp=0xc000409cf0 pc=0x163ddd4
golang.org/x/tools/gopls/internal/filecache.getCacheDir.func1.gowrap1()
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/filecache/filecache.go:351 +0x25 fp=0xc000409fe0 sp=0xc000409fc0 pc=0x163f0a5
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000409fe8 sp=0xc000409fe0 pc=0xef8681
created by golang.org/x/tools/gopls/internal/filecache.getCacheDir.func1 in goroutine 74
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/filecache/filecache.go:351 +0x16f

goroutine 117 gp=0xc000003dc0 m=nil [chan receive]:
runtime.gopark(0xc000011f60?, 0xfe1885?, 0x10?, 0xf4?, 0x1e95420?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000011f18 sp=0xc000011ef8 pc=0xef0b6e
runtime.chanrecv(0xc0002b61c0, 0x0, 0x1)
C:/Users/26454/.go/gotip/src/runtime/chan.go:640 +0x40b fp=0xc000011f90 sp=0xc000011f18 pc=0xe89deb
runtime.chanrecv1(0x152a787?, 0xc00000a070?)
C:/Users/26454/.go/gotip/src/runtime/chan.go:490 +0x12 fp=0xc000011fb8 sp=0xc000011f90 pc=0xe899b2
runtime.unique_runtime_registerUniqueMapCleanup.func1(...)
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1732
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1735 +0x2f fp=0xc000011fe0 sp=0xc000011fb8 pc=0xe9bbef
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000011fe8 sp=0xc000011fe0 pc=0xef8681
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
C:/Users/26454/.go/gotip/src/runtime/mgc.go:1730 +0x96

goroutine 80 gp=0xc00652a1c0 m=nil [chan receive]:
runtime.gopark(0x11?, 0x19952e0?, 0xd8?, 0xc6?, 0xc006f8bf70?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc006f8bf10 sp=0xc006f8bef0 pc=0xef0b6e
runtime.chanrecv(0xc0000bbb20, 0xc006f8bfc8, 0x1)
C:/Users/26454/.go/gotip/src/runtime/chan.go:640 +0x40b fp=0xc006f8bf88 sp=0xc006f8bf10 pc=0xe89deb
runtime.chanrecv2(0xec5f32?, 0xc0002f8690?)
C:/Users/26454/.go/gotip/src/runtime/chan.go:495 +0x12 fp=0xc006f8bfb0 sp=0xc006f8bf88 pc=0xe899d2
golang.org/x/tools/gopls/internal/protocol.LogEvent.func1.1()
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/protocol/context.go:47 +0x47 fp=0xc006f8bfe0 sp=0xc006f8bfb0 pc=0x1293e87
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc006f8bfe8 sp=0xc006f8bfe0 pc=0xef8681
created by golang.org/x/tools/gopls/internal/protocol.LogEvent.func1 in goroutine 130
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/protocol/context.go:46 +0x1a

goroutine 12931 gp=0xc008607880 m=nil [select]:
runtime.gopark(0xc000049ed0?, 0x2?, 0x8?, 0x0?, 0xc000049e94?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc000049d18 sp=0xc000049cf8 pc=0xef0b6e
runtime.selectgo(0xc000049ed0, 0xc000049e90, 0xc00cc35a10?, 0x0, 0xc00cc35e30?, 0x1)
C:/Users/26454/.go/gotip/src/runtime/select.go:336 +0x79a fp=0xc000049e40 sp=0xc000049d18 pc=0xecfdfa
golang.org/x/tools/gopls/internal/server.(*server).diagnoseSnapshot(0xc0000f8780, {0x1e7d028, 0xc0003db900}, 0xc00027f0e0, {0xc00a0b7780, 0x1, 0x1}, 0x3b9aca00)
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/server/diagnostics.go:225 +0x22f fp=0xc000049f08 sp=0xc000049e40 pc=0x18ec40f
golang.org/x/tools/gopls/internal/server.(*server).diagnoseChangedViews.func1(0x0?, {0xc00a0b7780?, 0x19c6740?, 0xc00a0b7950?})
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/server/diagnostics.go:156 +0xc8 fp=0xc000049fb0 sp=0xc000049f08 pc=0x18ec048
golang.org/x/tools/gopls/internal/server.(*server).diagnoseChangedViews.gowrap1()
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/server/diagnostics.go:169 +0x30 fp=0xc000049fe0 sp=0xc000049fb0 pc=0x18ebf50
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000049fe8 sp=0xc000049fe0 pc=0xef8681
created by golang.org/x/tools/gopls/internal/server.(*server).diagnoseChangedViews in goroutine 12930
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/server/diagnostics.go:153 +0x505

goroutine 12930 gp=0xc000497180 m=nil [semacquire]:
runtime.gopark(0xc00d38ddd0?, 0xe914c6?, 0x60?, 0x78?, 0x0?)
C:/Users/26454/.go/gotip/src/runtime/proc.go:435 +0xce fp=0xc00d38dd80 sp=0xc00d38dd60 pc=0xef0b6e
runtime.goparkunlock(...)
C:/Users/26454/.go/gotip/src/runtime/proc.go:441
runtime.semacquire1(0xc00cc3ac38, 0x0, 0x1, 0x0, 0x12)
C:/Users/26454/.go/gotip/src/runtime/sema.go:178 +0x22f fp=0xc00d38dde8 sp=0xc00d38dd80 pc=0xed0eaf
sync.runtime_Semacquire(0xc00cc35980?)
C:/Users/26454/.go/gotip/src/runtime/sema.go:71 +0x25 fp=0xc00d38de20 sp=0xc00d38dde8 pc=0xef1de5
sync.(*WaitGroup).Wait(0xc000340fa0?)
C:/Users/26454/.go/gotip/src/sync/waitgroup.go:118 +0x48 fp=0xc00d38de48 sp=0xc00d38de20 pc=0xf0ed08
golang.org/x/tools/gopls/internal/server.(*server).diagnoseChangedViews(0xc0000f8780, {0x1e7d028, 0xc0003db900}, 0x13, 0xc00cc34b40, 0x1)
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/server/diagnostics.go:172 +0x517 fp=0xc00d38df98 sp=0xc00d38de48 pc=0x18ebe17
golang.org/x/tools/gopls/internal/server.(*server).didModifyFiles.func2()
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/server/text_synchronization.go:270 +0x34 fp=0xc00d38dfe0 sp=0xc00d38df98 pc=0x1904d74
runtime.goexit({})
C:/Users/26454/.go/gotip/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00d38dfe8 sp=0xc00d38dfe0 pc=0xef8681
created by golang.org/x/tools/gopls/internal/server.(*server).didModifyFiles in goroutine 12852
D:/file/gofile/pkg/mod/golang.org/x/tools/[email protected]/internal/server/text_synchronization.go:269 +0x507

Editor and settings

Default

Logs

panic.log

@qiulaidongfeng qiulaidongfeng added gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository. labels Jan 6, 2025
@gopherbot gopherbot added this to the Unreleased milestone Jan 6, 2025
@gabyhelp gabyhelp added the Bug label Jan 6, 2025
@adonovan
Copy link
Member

adonovan commented Jan 7, 2025

Thanks, this is a dup of #71044 but your test case to reproduce the problem is much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

4 participants