-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.WaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.
Milestone
Description
Go version
go1.26.0 windows/amd64
Output of go env in your module/workspace:
set AR=ar
set CC=gcc
set CGO_CFLAGS=-O2 -g
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-O2 -g
set CGO_ENABLED=1
set CGO_FFLAGS=-O2 -g
set CGO_LDFLAGS=-O2 -g
set CXX=g++
set GCCGO=gccgo
set GO111MODULE=
set GOAMD64=v1
set GOARCH=amd64
set GOAUTH=netrc
set GOBIN=
set GOCACHE=C:\Users\bajaga\AppData\Local\go-build
set GOCACHEPROG=
set GODEBUG=
set GOENV=C:\Users\bajaga\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFIPS140=off
set GOFLAGS=
set GOGCCFLAGS=-m64 -mthreads -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=C:\Users\bajaga\AppData\Local\Temp\go-build3957890870=/tmp/go-build -gno-record-gcc-switches
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMOD=C:\videobolt\backend\go\db-model\go.mod
set GOMODCACHE=C:\Users\bajaga\go\pkg\mod
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\bajaga\go
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=C:\Program Files\Go
set GOSUMDB=sum.golang.org
set GOTELEMETRY=local
set GOTELEMETRYDIR=C:\Users\bajaga\AppData\Roaming\go\telemetry
set GOTMPDIR=
set GOTOOLCHAIN=auto
set GOTOOLDIR=C:\Program Files\Go\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=go1.26.0
set GOWORK=
set PKG_CONFIG=pkg-configWhat did you do?
I was writting code in vscode, saved file, when gopls v0.21.1 crashed.
What did you see happen?
gopls crashed with:
panic: runtime error: slice bounds out of range [38:37]
goroutine 1061488 gp=0xe6a210ba5a0 m=58 mp=0xe6a1e3be808 [running]:
panic({0x7ff7c40b9000?, 0xe6a212fc780?})
C:/Program Files/Go/src/runtime/panic.go:879 +0x16f fp=0xe6a16694240 sp=0xe6a16694190 pc=0x7ff7c327a42f
runtime.panicBounds64(0x7ff7c3c83b65, 0xe6a166942b0)
C:/Program Files/Go/src/runtime/panic.go:236 +0xf7 fp=0xe6a166942a0 sp=0xe6a16694240 pc=0x7ff7c3240077
runtime.panicBounds()
C:/Program Files/Go/src/runtime/asm_amd64.s:2129 +0x68 fp=0xe6a16694340 sp=0xe6a166942a0 pc=0x7ff7c3282dc8
golang.org/x/tools/gopls/internal/golang.hoverConstantExpr(0xe6a14526870, {0x7ff7c4353d30?, 0xe6a1a36d6e0?}, {0x4, {0x7ff7c434f098, 0x7ff7c4dd5c60}, {0x7ff7c4356640, 0xe6a32656b10}}, {0x437a95d, 0x437a95d})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/golang/hover.go:1071 +0xac5 fp=0xe6a16694448 sp=0xe6a16694340 pc=0x7ff7c3c83b65
golang.org/x/tools/gopls/internal/golang.hover({0x7ff7c4355eb0, 0xe6a1de6c3c0}, 0xe6a1bacc480, {0x7ff7c43626d0, 0xe6a34521d00}, {{0x16694d68?, 0xe6a?}, {0x16694dd8?, 0xe6a?}})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/golang/hover.go:331 +0x4fa7 fp=0xe6a16694d50 sp=0xe6a16694448 pc=0x7ff7c3c812e7
golang.org/x/tools/gopls/internal/golang.Hover({0x7ff7c4355eb0?, 0xe6a1de6c180?}, 0xe6a1bacc480, {0x7ff7c43626d0, 0xe6a34521d00}, {{0x0?, 0x0?}, {0xc4375050?, 0x7ff7?}}, 0x0)
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/golang/hover.go:124 +0xcb fp=0xe6a16694de8 sp=0xe6a16694d50 pc=0x7ff7c3c7bf8b
golang.org/x/tools/gopls/internal/server.(*server).Hover(0xe6a07085600, {0x7ff7c4355eb0, 0xe6a1de6c180}, 0xe6a17090280)
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/server/hover.go:70 +0x425 fp=0xe6a16694fd0 sp=0xe6a16694de8 pc=0x7ff7c3d5eb85
golang.org/x/tools/gopls/internal/protocol.ServerDispatchCall({0x7ff7c4355eb0, 0xe6a222755c0}, {0x7ff7c437bc40, 0xe6a07085600}, {0xe6a270befa8, 0x0?}, {0xe6a11f58b40, 0x91, 0xa0})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/protocol/tsserver.go:532 +0xe4f fp=0xe6a16695b40 sp=0xe6a16694fd0 pc=0x7ff7c35e62af
golang.org/x/tools/gopls/internal/protocol.serverDispatch({0x7ff7c4355eb0, 0xe6a222755c0}, {0x7ff7c437bc40, 0xe6a07085600}, 0xe6a1de6c090, {0x7ff7c43560e0, 0xe6a19e6acc0})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/protocol/tsserver.go:186 +0x99 fp=0xe6a16695ba8 sp=0xe6a16695b40 pc=0x7ff7c35e5379
golang.org/x/tools/gopls/internal/lsprpc.(*StreamServer).ServeStream.ServerHandler.func4({0x7ff7c4355eb0, 0xe6a222755c0}, 0xe6a1de6c090, {0x7ff7c43560e0, 0xe6a19e6acc0})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/protocol/protocol.go:158 +0x85 fp=0xe6a16695c08 sp=0xe6a16695ba8 pc=0x7ff7c3d738c5
golang.org/x/tools/gopls/internal/lsprpc.(*StreamServer).ServeStream.handshaker.func5({0x7ff7c4355eb0, 0xe6a222755c0}, 0xe6a1de6c090, {0x7ff7c43560e0, 0xe6a19e6acc0})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/lsprpc/lsprpc.go:575 +0x8e9 fp=0xe6a16695ef8 sp=0xe6a16695c08 pc=0x7ff7c3d73649
golang.org/x/tools/gopls/internal/protocol.Handlers.MustReplyHandler.func1({0x7ff7c4355eb0, 0xe6a222755c0}, 0xe6a2faf68a0, {0x7ff7c43560e0, 0xe6a19e6acc0})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools@v0.39.1-0.20260109155911-b69ac100ecb7/internal/jsonrpc2/handler.go:35 +0xc6 fp=0xe6a16695f50 sp=0xe6a16695ef8 pc=0x7ff7c35d65a6
golang.org/x/tools/gopls/internal/protocol.Handlers.AsyncHandler.func2.2()
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools@v0.39.1-0.20260109155911-b69ac100ecb7/internal/jsonrpc2/handler.go:104 +0x96 fp=0xe6a16695fe0 sp=0xe6a16695f50 pc=0x7ff7c35d63d6
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a16695fe8 sp=0xe6a16695fe0 pc=0x7ff7c3282961
created by golang.org/x/tools/gopls/internal/protocol.Handlers.AsyncHandler.func2 in goroutine 180
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools@v0.39.1-0.20260109155911-b69ac100ecb7/internal/jsonrpc2/handler.go:101 +0x22f
goroutine 1 gp=0xe6a06d66000 m=nil [sync.WaitGroup.Wait, 123 minutes]:
runtime.gopark(0xe6a070b1778?, 0x7ff7c3212b14?, 0x70?, 0xe0?, 0x29ef5623220?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a106cb718 sp=0xe6a106cb6f8 pc=0x7ff7c327a90e
runtime.goparkunlock(...)
C:/Program Files/Go/src/runtime/proc.go:468
runtime.semacquire1(0xe6a0721fe90, 0x0, 0x1, 0x0, 0x19)
C:/Program Files/Go/src/runtime/sema.go:192 +0x245 fp=0xe6a106cb780 sp=0xe6a106cb718 pc=0x7ff7c3259305
sync.runtime_SemacquireWaitGroup(0xe6a0730be78?, 0x0?)
C:/Program Files/Go/src/runtime/sema.go:114 +0x2e fp=0xe6a106cb7b8 sp=0xe6a106cb780 pc=0x7ff7c327beae
sync.(*WaitGroup).Wait(0xe6a0721fe88)
C:/Program Files/Go/src/sync/waitgroup.go:206 +0x85 fp=0xe6a106cb7e0 sp=0xe6a106cb7b8 pc=0x7ff7c328fea5
golang.org/x/sync/errgroup.(*Group).Wait(0xe6a0721fe80)
C:/Users/bajaga/go/pkg/mod/golang.org/x/sync@v0.18.0/errgroup/errgroup.go:56 +0x1e fp=0xe6a106cb800 sp=0xe6a106cb7e0 pc=0x7ff7c334ef1e
golang.org/x/tools/gopls/internal/cmd.(*Serve).Run(0xe6a07017490, {0x7ff7c4355eb0, 0xe6a0704e0f0}, {0xe6a06e1c070?, 0x0?, 0x0?})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/cmd/serve.go:193 +0x59a fp=0xe6a106cb8f0 sp=0xe6a106cb800 pc=0x7ff7c3e0eb9a
golang.org/x/tools/internal/tool.Run({0x7ff7c4355eb0, 0xe6a0704e0f0}, 0xe6a06fbfb90, {0x7ff7c435c840, 0xe6a07017490}, {0xe6a06e1c070, 0x0, 0x0})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools@v0.39.1-0.20260109155911-b69ac100ecb7/internal/tool/tool.go:213 +0x686 fp=0xe6a106cbb30 sp=0xe6a106cb8f0 pc=0x7ff7c3614686
golang.org/x/tools/gopls/internal/cmd.(*Application).Run(0xe6a07017440, {0x7ff7c4355e78, 0x7ff7c4e5fa00}, {0xe6a06e1c070, 0x0, 0x0})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/cmd/cmd.go:239 +0x13d fp=0xe6a106cbbf0 sp=0xe6a106cbb30 pc=0x7ff7c3df9ebd
golang.org/x/tools/internal/tool.Run({0x7ff7c4355e78, 0x7ff7c4e5fa00}, 0xe6a06fbfb20, {0x7ff7c435c180, 0xe6a07017440}, {0xe6a06e1c070, 0x0, 0x0})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools@v0.39.1-0.20260109155911-b69ac100ecb7/internal/tool/tool.go:213 +0x686 fp=0xe6a106cbe30 sp=0xe6a106cbbf0 pc=0x7ff7c3614686
golang.org/x/tools/internal/tool.Main({0x7ff7c4355e78, 0x7ff7c4e5fa00}, {0x7ff7c435c180, 0xe6a07017440}, {0xe6a06e1c070, 0x0, 0x0})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools@v0.39.1-0.20260109155911-b69ac100ecb7/internal/tool/tool.go:94 +0x12a fp=0xe6a106cbed8 sp=0xe6a106cbe30 pc=0x7ff7c3613eaa
main.main()
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/main.go:55 +0x1d8 fp=0xe6a106cbf48 sp=0xe6a106cbed8 pc=0x7ff7c3e16418
runtime.main()
C:/Program Files/Go/src/runtime/proc.go:290 +0x2c7 fp=0xe6a106cbfe0 sp=0xe6a106cbf48 pc=0x7ff7c3244fc7
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a106cbfe8 sp=0xe6a106cbfe0 pc=0x7ff7c3282961
goroutine 2 gp=0xe6a06d66780 m=nil [force gc (idle), 6 minutes]:
runtime.gopark(0x86fe5e65714?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06d69fa8 sp=0xe6a06d69f88 pc=0x7ff7c327a90e
runtime.goparkunlock(...)
C:/Program Files/Go/src/runtime/proc.go:468
runtime.forcegchelper()
C:/Program Files/Go/src/runtime/proc.go:375 +0xb8 fp=0xe6a06d69fe0 sp=0xe6a06d69fa8 pc=0x7ff7c32452b8
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06d69fe8 sp=0xe6a06d69fe0 pc=0x7ff7c3282961
created by runtime.init.7 in goroutine 1
C:/Program Files/Go/src/runtime/proc.go:363 +0x1a
goroutine 3 gp=0xe6a06d66b40 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06d6bf88 sp=0xe6a06d6bf68 pc=0x7ff7c327a90e
runtime.goparkunlock(...)
C:/Program Files/Go/src/runtime/proc.go:468
runtime.bgsweep(0xe6a06cf0080)
C:/Program Files/Go/src/runtime/mgcsweep.go:324 +0x151 fp=0xe6a06d6bfc8 sp=0xe6a06d6bf88 pc=0x7ff7c322abd1
runtime.gcenable.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:214 +0x17 fp=0xe6a06d6bfe0 sp=0xe6a06d6bfc8 pc=0x7ff7c321bf17
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06d6bfe8 sp=0xe6a06d6bfe0 pc=0x7ff7c3282961
created by runtime.gcenable in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:214 +0x66
goroutine 4 gp=0xe6a06d66d20 m=nil [GC scavenge wait]:
runtime.gopark(0x3b82c4?, 0x2f07ca?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06d7bf78 sp=0xe6a06d7bf58 pc=0x7ff7c327a90e
runtime.goparkunlock(...)
C:/Program Files/Go/src/runtime/proc.go:468
runtime.(*scavengerState).park(0x7ff7c4e14380)
C:/Program Files/Go/src/runtime/mgcscavenge.go:425 +0x49 fp=0xe6a06d7bfa8 sp=0xe6a06d7bf78 pc=0x7ff7c3228649
runtime.bgscavenge(0xe6a06cf0080)
C:/Program Files/Go/src/runtime/mgcscavenge.go:658 +0x59 fp=0xe6a06d7bfc8 sp=0xe6a06d7bfa8 pc=0x7ff7c3228bd9
runtime.gcenable.gowrap2()
C:/Program Files/Go/src/runtime/mgc.go:215 +0x17 fp=0xe6a06d7bfe0 sp=0xe6a06d7bfc8 pc=0x7ff7c321bed7
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06d7bfe8 sp=0xe6a06d7bfe0 pc=0x7ff7c3282961
created by runtime.gcenable in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:215 +0xa5
goroutine 18 gp=0xe6a06e081e0 m=nil [GOMAXPROCS updater (idle), 123 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06d77f88 sp=0xe6a06d77f68 pc=0x7ff7c327a90e
runtime.goparkunlock(...)
C:/Program Files/Go/src/runtime/proc.go:468
runtime.updateMaxProcsGoroutine()
C:/Program Files/Go/src/runtime/proc.go:7095 +0xe7 fp=0xe6a06d77fe0 sp=0xe6a06d77f88 pc=0x7ff7c3253867
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06d77fe8 sp=0xe6a06d77fe0 pc=0x7ff7c3282961
created by runtime.defaultGOMAXPROCSUpdateEnable in goroutine 1
C:/Program Files/Go/src/runtime/proc.go:7083 +0x37
goroutine 19 gp=0xe6a06e083c0 m=nil [finalizer wait, 123 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06d79e20 sp=0xe6a06d79e00 pc=0x7ff7c327a90e
runtime.runFinalizers()
C:/Program Files/Go/src/runtime/mfinal.go:210 +0x107 fp=0xe6a06d79fe0 sp=0xe6a06d79e20 pc=0x7ff7c321aea7
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06d79fe8 sp=0xe6a06d79fe0 pc=0x7ff7c3282961
created by runtime.createfing in goroutine 1
C:/Program Files/Go/src/runtime/mfinal.go:172 +0x3d
goroutine 21 gp=0xe6a06e08d20 m=nil [GC worker (idle)]:
runtime.gopark(0x7ff7c4e60e80?, 0x1?, 0xa0?, 0x44?, 0x7ff7c3209d0a?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06d6df40 sp=0xe6a06d6df20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06d6dfc8 sp=0xe6a06d6df40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06d6dfe0 sp=0xe6a06d6dfc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06d6dfe8 sp=0xe6a06d6dfe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 5 gp=0xe6a06d672c0 m=nil [GC worker (idle), 123 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06d7df40 sp=0xe6a06d7df20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06d7dfc8 sp=0xe6a06d7df40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06d7dfe0 sp=0xe6a06d7dfc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06d7dfe8 sp=0xe6a06d7dfe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 34 gp=0xe6a06fc6000 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0737a0?, 0x1?, 0xe0?, 0x17?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06fcdf40 sp=0xe6a06fcdf20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06fcdfc8 sp=0xe6a06fcdf40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06fcdfe0 sp=0xe6a06fcdfc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06fcdfe8 sp=0xe6a06fcdfe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 6 gp=0xe6a06d674a0 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b183794?, 0x1?, 0xa0?, 0x44?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06fc9f40 sp=0xe6a06fc9f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06fc9fc8 sp=0xe6a06fc9f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06fc9fe0 sp=0xe6a06fc9fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06fc9fe8 sp=0xe6a06fc9fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 35 gp=0xe6a06fc61e0 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b213204?, 0x1?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06fcff40 sp=0xe6a06fcff20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06fcffc8 sp=0xe6a06fcff40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06fcffe0 sp=0xe6a06fcffc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06fcffe8 sp=0xe6a06fcffe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 22 gp=0xe6a06e08f00 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0737a0?, 0x1?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06f65f40 sp=0xe6a06f65f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06f65fc8 sp=0xe6a06f65f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06f65fe0 sp=0xe6a06f65fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06f65fe8 sp=0xe6a06f65fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 7 gp=0xe6a06d67680 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0eeb1c?, 0x3?, 0x3c?, 0xa4?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06fcbf40 sp=0xe6a06fcbf20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06fcbfc8 sp=0xe6a06fcbf40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06fcbfe0 sp=0xe6a06fcbfc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06fcbfe8 sp=0xe6a06fcbfe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 36 gp=0xe6a06fc63c0 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0737a0?, 0x3?, 0xac?, 0x6f?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06f61f40 sp=0xe6a06f61f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06f61fc8 sp=0xe6a06f61f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06f61fe0 sp=0xe6a06f61fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06f61fe8 sp=0xe6a06f61fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 23 gp=0xe6a06e090e0 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0eeb1c?, 0x3?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06f67f40 sp=0xe6a06f67f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06f67fc8 sp=0xe6a06f67f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06f67fe0 sp=0xe6a06f67fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06f67fe8 sp=0xe6a06f67fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 8 gp=0xe6a06d67860 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0eeb1c?, 0x3?, 0x7c?, 0xb3?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a07105f40 sp=0xe6a07105f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a07105fc8 sp=0xe6a07105f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a07105fe0 sp=0xe6a07105fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a07105fe8 sp=0xe6a07105fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 37 gp=0xe6a06fc65a0 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0eeb1c?, 0x3?, 0x3c?, 0xa4?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06f63f40 sp=0xe6a06f63f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06f63fc8 sp=0xe6a06f63f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06f63fe0 sp=0xe6a06f63fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06f63fe8 sp=0xe6a06f63fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 24 gp=0xe6a06e092c0 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b183794?, 0x3?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a07101f40 sp=0xe6a07101f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a07101fc8 sp=0xe6a07101f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a07101fe0 sp=0xe6a07101fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a07101fe8 sp=0xe6a07101fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 9 gp=0xe6a06d67a40 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0737a0?, 0x3?, 0x2c?, 0x87?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a07107f40 sp=0xe6a07107f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a07107fc8 sp=0xe6a07107f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a07107fe0 sp=0xe6a07107fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a07107fe8 sp=0xe6a07107fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 38 gp=0xe6a06fc6780 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0eeb1c?, 0x3?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06fd5f40 sp=0xe6a06fd5f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06fd5fc8 sp=0xe6a06fd5f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06fd5fe0 sp=0xe6a06fd5fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06fd5fe8 sp=0xe6a06fd5fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 25 gp=0xe6a06e094a0 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0737a0?, 0x1?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a07103f40 sp=0xe6a07103f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a07103fc8 sp=0xe6a07103f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a07103fe0 sp=0xe6a07103fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a07103fe8 sp=0xe6a07103fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 10 gp=0xe6a06d67c20 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0eeb1c?, 0x1?, 0x8c?, 0xd0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06fd1f40 sp=0xe6a06fd1f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06fd1fc8 sp=0xe6a06fd1f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06fd1fe0 sp=0xe6a06fd1fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06fd1fe8 sp=0xe6a06fd1fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 39 gp=0xe6a06fc6960 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b183794?, 0x1?, 0x7c?, 0xb3?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06fd7f40 sp=0xe6a06fd7f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06fd7fc8 sp=0xe6a06fd7f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06fd7fe0 sp=0xe6a06fd7fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06fd7fe8 sp=0xe6a06fd7fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 26 gp=0xe6a06e09680 m=nil [GC worker (idle)]:
runtime.gopark(0x7ff7c4e60e80?, 0x3?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06f6df40 sp=0xe6a06f6df20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06f6dfc8 sp=0xe6a06f6df40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06f6dfe0 sp=0xe6a06f6dfc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06f6dfe8 sp=0xe6a06f6dfe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 11 gp=0xe6a070fc000 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0eeb1c?, 0x3?, 0xb8?, 0x57?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06fd3f40 sp=0xe6a06fd3f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06fd3fc8 sp=0xe6a06fd3f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06fd3fe0 sp=0xe6a06fd3fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06fd3fe8 sp=0xe6a06fd3fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 40 gp=0xe6a06fc6b40 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b213204?, 0x1?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06f69f40 sp=0xe6a06f69f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06f69fc8 sp=0xe6a06f69f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06f69fe0 sp=0xe6a06f69fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06f69fe8 sp=0xe6a06f69fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 27 gp=0xe6a06e09860 m=nil [GC worker (idle)]:
runtime.gopark(0x7ff7c4e60e80?, 0x1?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06f6ff40 sp=0xe6a06f6ff20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06f6ffc8 sp=0xe6a06f6ff40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06f6ffe0 sp=0xe6a06f6ffc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06f6ffe8 sp=0xe6a06f6ffe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 12 gp=0xe6a070fc1e0 m=nil [GC worker (idle)]:
runtime.gopark(0x7ff7c4e60e80?, 0x1?, 0x70?, 0xfa?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a0710df40 sp=0xe6a0710df20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a0710dfc8 sp=0xe6a0710df40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a0710dfe0 sp=0xe6a0710dfc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a0710dfe8 sp=0xe6a0710dfe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 41 gp=0xe6a06fc6d20 m=nil [GC worker (idle)]:
runtime.gopark(0x7ff7c4e60e80?, 0x1?, 0x0?, 0x0?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06f6bf40 sp=0xe6a06f6bf20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a06f6bfc8 sp=0xe6a06f6bf40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a06f6bfe0 sp=0xe6a06f6bfc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06f6bfe8 sp=0xe6a06f6bfe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 28 gp=0xe6a06e09a40 m=nil [GC worker (idle)]:
runtime.gopark(0x8af4b0737a0?, 0x1?, 0x3c?, 0xbf?, 0x0?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a07109f40 sp=0xe6a07109f20 pc=0x7ff7c327a90e
runtime.gcBgMarkWorker(0xe6a06cee4d0)
C:/Program Files/Go/src/runtime/mgc.go:1791 +0xeb fp=0xe6a07109fc8 sp=0xe6a07109f40 pc=0x7ff7c321ea4b
runtime.gcBgMarkStartWorkers.gowrap1()
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x17 fp=0xe6a07109fe0 sp=0xe6a07109fc8 pc=0x7ff7c321e937
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a07109fe8 sp=0xe6a07109fe0 pc=0x7ff7c3282961
created by runtime.gcBgMarkStartWorkers in goroutine 1
C:/Program Files/Go/src/runtime/mgc.go:1695 +0x105
goroutine 155 gp=0xe6a07208960 m=nil [cleanup wait, 123 minutes]:
runtime.gopark(0xa00000000?, 0x0?, 0x0?, 0x0?, 0xe6a06fdd140?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a07223f68 sp=0xe6a07223f48 pc=0x7ff7c327a90e
runtime.goparkunlock(...)
C:/Program Files/Go/src/runtime/proc.go:468
runtime.(*cleanupQueue).dequeue(0x7ff7c4e14900)
C:/Program Files/Go/src/runtime/mcleanup.go:522 +0xd4 fp=0xe6a07223fa0 sp=0xe6a07223f68 pc=0x7ff7c3217e94
runtime.runCleanups()
C:/Program Files/Go/src/runtime/mcleanup.go:718 +0x45 fp=0xe6a07223fe0 sp=0xe6a07223fa0 pc=0x7ff7c3218505
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a07223fe8 sp=0xe6a07223fe0 pc=0x7ff7c3282961
created by runtime.(*cleanupQueue).createGs in goroutine 1
C:/Program Files/Go/src/runtime/mcleanup.go:672 +0xa5
goroutine 157 gp=0xe6a07208b40 m=12 mp=0xe6a07111008 [syscall, 123 minutes]:
runtime.cgocall(0x7ff7c3205fe0, 0xe6a07111358)
C:/Program Files/Go/src/runtime/cgocall.go:167 +0x3e fp=0xe6a07221e20 sp=0xe6a07221db8 pc=0x7ff7c32774de
syscall.syscalln(0x0?, 0x0?, {0xe6a07221ea0?, 0x7ff7c4dd9b60?, 0xe6a07221e50?})
C:/Program Files/Go/src/runtime/syscall_windows.go:431 +0x4e fp=0xe6a07221e40 sp=0xe6a07221e20 pc=0x7ff7c327e6ae
syscall.SyscallN(0x7ff7c4dd9b60?, {0xe6a07221ea0?, 0x7ff7c3209780?, 0xe6a06d66000?})
C:/Program Files/Go/src/syscall/dll_windows.go:99 +0x1e fp=0xe6a07221e78 sp=0xe6a07221e40 pc=0x7ff7c329a55e
syscall.WaitForSingleObject(0x248, 0xffffffff)
C:/Program Files/Go/src/syscall/zsyscall_windows.go:1159 +0x6a fp=0xe6a07221ec8 sp=0xe6a07221e78 pc=0x7ff7c32a608a
os.(*Process).wait(0xe6a0721f480)
C:/Program Files/Go/src/os/exec_windows.go:28 +0x89 fp=0xe6a07221f58 sp=0xe6a07221ec8 pc=0x7ff7c3311969
os.(*Process).Wait(...)
C:/Program Files/Go/src/os/exec.go:346
os/exec.(*Cmd).Wait(0xe6a06e15860)
C:/Program Files/Go/src/os/exec/exec.go:930 +0x45 fp=0xe6a07221fb8 sp=0xe6a07221f58 pc=0x7ff7c334b5a5
golang.org/x/telemetry.startChild.func1()
C:/Users/bajaga/go/pkg/mod/golang.org/x/telemetry@v0.0.0-20251111182119-bc8e575c7b54/start.go:246 +0x25 fp=0xe6a07221fe0 sp=0xe6a07221fb8 pc=0x7ff7c35a39e5
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a07221fe8 sp=0xe6a07221fe0 pc=0x7ff7c3282961
created by golang.org/x/telemetry.startChild in goroutine 1
C:/Users/bajaga/go/pkg/mod/golang.org/x/telemetry@v0.0.0-20251111182119-bc8e575c7b54/start.go:245 +0x7d4
goroutine 158 gp=0xe6a06e08b40 m=nil [sleep, 1 minutes]:
runtime.gopark(0x89d7f529b9c?, 0x1c42a3a65b9c?, 0x0?, 0x0?, 0x7ff7c43388c8?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a24629c98 sp=0xe6a24629c78 pc=0x7ff7c327a90e
time.Sleep(0x45d964b800)
C:/Program Files/Go/src/runtime/time.go:363 +0x167 fp=0xe6a24629cf0 sp=0xe6a24629c98 pc=0x7ff7c327e987
golang.org/x/tools/gopls/internal/filecache.gc({0xe6a07314800, 0x23})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/filecache/filecache.go:457 +0x12b fp=0xe6a24629fc0 sp=0xe6a24629cf0 pc=0x7ff7c3a5a6eb
golang.org/x/tools/gopls/internal/filecache.getCacheDir.func1.gowrap1()
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/filecache/filecache.go:365 +0x1b fp=0xe6a24629fe0 sp=0xe6a24629fc0 pc=0x7ff7c3a5b93b
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a24629fe8 sp=0xe6a24629fe0 pc=0x7ff7c3282961
created by golang.org/x/tools/gopls/internal/filecache.getCacheDir.func1 in goroutine 1
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/filecache/filecache.go:365 +0x147
goroutine 160 gp=0xe6a070fcf00 m=nil [chan receive, 123 minutes]:
runtime.gopark(0x30?, 0x7ff7c4e16fc0?, 0xe0?, 0xe7?, 0xe6a06cfdb50?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a106e7b08 sp=0xe6a106e7ae8 pc=0x7ff7c327a90e
runtime.chanrecv(0xe6a06ceea10, 0x0, 0x1)
C:/Program Files/Go/src/runtime/chan.go:667 +0x4ae fp=0xe6a106e7b80 sp=0xe6a106e7b08 pc=0x7ff7c320a38e
runtime.chanrecv1(0xe6a07129950?, 0x7ff7c4355eb0?)
C:/Program Files/Go/src/runtime/chan.go:509 +0x12 fp=0xe6a106e7ba8 sp=0xe6a106e7b80 pc=0x7ff7c3209eb2
golang.org/x/tools/gopls/internal/lsprpc.(*StreamServer).ServeStream(0xe6a0721fe40, {0x7ff7c4355eb0, 0xe6a0704e750}, {0x7ff7c435fa10, 0xe6a07129950})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/lsprpc/lsprpc.go:136 +0x89b fp=0xe6a106e7d68 sp=0xe6a106e7ba8 pc=0x7ff7c3d72afb
golang.org/x/tools/gopls/internal/cmd.(*Serve).Run.func2()
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/cmd/serve.go:182 +0x6be fp=0xe6a106e7f78 sp=0xe6a106e7d68 pc=0x7ff7c3e0f3fe
golang.org/x/sync/errgroup.(*Group).Go.func1()
C:/Users/bajaga/go/pkg/mod/golang.org/x/sync@v0.18.0/errgroup/errgroup.go:93 +0x50 fp=0xe6a106e7fe0 sp=0xe6a106e7f78 pc=0x7ff7c334f070
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a106e7fe8 sp=0xe6a106e7fe0 pc=0x7ff7c3282961
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 1
C:/Users/bajaga/go/pkg/mod/golang.org/x/sync@v0.18.0/errgroup/errgroup.go:78 +0x95
goroutine 161 gp=0xe6a070fd0e0 m=45 mp=0xe6a0d49d008 [syscall]:
runtime.cgocall(0x7ff7c3205fe0, 0xe6a0d49d358)
C:/Program Files/Go/src/runtime/cgocall.go:167 +0x3e fp=0xe6a06f7fbb8 sp=0xe6a06f7fb50 pc=0x7ff7c32774de
syscall.syscalln(0x0?, 0x0?, {0xe6a06f7fc30?, 0x7ff7c328f3b0?, 0x0?})
C:/Program Files/Go/src/runtime/syscall_windows.go:431 +0x4e fp=0xe6a06f7fbd8 sp=0xe6a06f7fbb8 pc=0x7ff7c327e6ae
syscall.SyscallN(0x80?, {0xe6a06f7fc30?, 0xe6a31170cf0?, 0xe6a06f7fc70?})
C:/Program Files/Go/src/syscall/dll_windows.go:99 +0x1e fp=0xe6a06f7fc10 sp=0xe6a06f7fbd8 pc=0x7ff7c329a55e
syscall.readFile(0x64c, {0xe6a0705e000?, 0x1000, 0x7ff7c3305b9f?}, 0x7ff7c3ef1620?, 0x7ff7c3305c17?)
C:/Program Files/Go/src/syscall/zsyscall_windows.go:1030 +0xba fp=0xe6a06f7fc88 sp=0xe6a06f7fc10 pc=0x7ff7c32a557a
syscall.ReadFile(...)
C:/Program Files/Go/src/syscall/syscall_windows.go:510
internal/poll.(*FD).Read.func1(0x7ff7c4dda560?)
C:/Program Files/Go/src/internal/poll/fd_windows.go:572 +0x4a fp=0xe6a06f7fcd0 sp=0xe6a06f7fc88 pc=0x7ff7c33067ca
internal/poll.(*FD).execIO(0xe6a06e42000, 0x72, 0xe6a06f7fe50)
C:/Program Files/Go/src/internal/poll/fd_windows.go:290 +0x2c9 fp=0xe6a06f7fdd0 sp=0xe6a06f7fcd0 pc=0x7ff7c3305789
internal/poll.(*FD).Read(0xe6a06e42000, {0xe6a0705e000, 0x1000, 0x1000})
C:/Program Files/Go/src/internal/poll/fd_windows.go:571 +0x290 fp=0xe6a06f7fe98 sp=0xe6a06f7fdd0 pc=0x7ff7c33064b0
os.(*File).read(...)
C:/Program Files/Go/src/os/file_posix.go:29
os.(*File).Read(0xe6a06e02048, {0xe6a0705e000?, 0x2?, 0x2?})
C:/Program Files/Go/src/os/file.go:144 +0x4f fp=0xe6a06f7fed8 sp=0xe6a06f7fe98 pc=0x7ff7c331292f
io.ReadCloser.Read-fm({0xe6a0705e000?, 0xe6a06f7ff40?, 0x0?})
<autogenerated>:1 +0x2d fp=0xe6a06f7ff08 sp=0xe6a06f7fed8 pc=0x7ff7c3df5cad
golang.org/x/tools/gopls/internal/util/fakenet.(*connFeeder).run(0xe6a0704e240)
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/util/fakenet/conn.go:121 +0xb1 fp=0xe6a06f7ffc8 sp=0xe6a06f7ff08 pc=0x7ff7c3df5a51
golang.org/x/tools/gopls/internal/util/fakenet.NewConn.gowrap1()
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/util/fakenet/conn.go:26 +0x17 fp=0xe6a06f7ffe0 sp=0xe6a06f7ffc8 pc=0x7ff7c3df53f7
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06f7ffe8 sp=0xe6a06f7ffe0 pc=0x7ff7c3282961
created by golang.org/x/tools/gopls/internal/util/fakenet.NewConn in goroutine 160
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/util/fakenet/conn.go:26 +0x309
goroutine 178 gp=0xe6a070fd2c0 m=nil [select]:
runtime.gopark(0xe6a070dbf80?, 0x2?, 0xc0?, 0x20?, 0xe6a070dbf44?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a070dbdd8 sp=0xe6a070dbdb8 pc=0x7ff7c327a90e
runtime.selectgo(0xe6a070dbf80, 0xe6a070dbf40, 0x0?, 0x0, 0x2?, 0x1)
C:/Program Files/Go/src/runtime/select.go:351 +0xaa5 fp=0xe6a070dbf08 sp=0xe6a070dbdd8 pc=0x7ff7c3258445
golang.org/x/tools/gopls/internal/util/fakenet.(*connFeeder).run(0xe6a0704e270)
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/util/fakenet/conn.go:115 +0x89 fp=0xe6a070dbfc8 sp=0xe6a070dbf08 pc=0x7ff7c3df5a29
golang.org/x/tools/gopls/internal/util/fakenet.NewConn.gowrap2()
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/util/fakenet/conn.go:27 +0x17 fp=0xe6a070dbfe0 sp=0xe6a070dbfc8 pc=0x7ff7c3df53b7
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a070dbfe8 sp=0xe6a070dbfe0 pc=0x7ff7c3282961
created by golang.org/x/tools/gopls/internal/util/fakenet.NewConn in goroutine 160
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/util/fakenet/conn.go:27 +0x356
goroutine 179 gp=0xe6a070fd4a0 m=nil [select]:
runtime.gopark(0xe6a070ddf80?, 0x2?, 0xa0?, 0x0?, 0xe6a070ddf74?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a070dde08 sp=0xe6a070ddde8 pc=0x7ff7c327a90e
runtime.selectgo(0xe6a070ddf80, 0xe6a070ddf70, 0x0?, 0x0, 0x0?, 0x1)
C:/Program Files/Go/src/runtime/select.go:351 +0xaa5 fp=0xe6a070ddf38 sp=0xe6a070dde08 pc=0x7ff7c3258445
golang.org/x/tools/gopls/internal/cache.(*parseCache).gc(0xe6a071299a0)
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/cache/parse_cache.go:261 +0xb9 fp=0xe6a070ddfc8 sp=0xe6a070ddf38 pc=0x7ff7c3b91f79
golang.org/x/tools/gopls/internal/cache.newParseCache.gowrap1()
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/cache/parse_cache.go:118 +0x17 fp=0xe6a070ddfe0 sp=0xe6a070ddfc8 pc=0x7ff7c3b90e37
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a070ddfe8 sp=0xe6a070ddfe0 pc=0x7ff7c3282961
created by golang.org/x/tools/gopls/internal/cache.newParseCache in goroutine 160
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/cache/parse_cache.go:118 +0xc5
goroutine 180 gp=0xe6a070fd680 m=nil [select]:
runtime.gopark(0xe6a27bcdaa8?, 0x2?, 0x10?, 0x90?, 0xe6a27bcda94?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a27bcd930 sp=0xe6a27bcd910 pc=0x7ff7c327a90e
runtime.selectgo(0xe6a27bcdaa8, 0xe6a27bcda90, 0x0?, 0x0, 0x0?, 0x1)
C:/Program Files/Go/src/runtime/select.go:351 +0xaa5 fp=0xe6a27bcda60 sp=0xe6a27bcd930 pc=0x7ff7c3258445
golang.org/x/tools/gopls/internal/util/fakenet.(*connFeeder).do(...)
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/util/fakenet/conn.go:103
golang.org/x/tools/gopls/internal/util/fakenet.(*fakeConn).Read(0x0?, {0xe6a0705e000?, 0x0?, 0x0?})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/util/fakenet/conn.go:67 +0x10e fp=0xe6a27bcdb28 sp=0xe6a27bcda60 pc=0x7ff7c3df55ae
bufio.(*Reader).fill(0xe6a070210e0)
C:/Program Files/Go/src/bufio/bufio.go:113 +0x103 fp=0xe6a27bcdb60 sp=0xe6a27bcdb28 pc=0x7ff7c34c7b23
bufio.(*Reader).ReadSlice(0xe6a070210e0, 0xa)
C:/Program Files/Go/src/bufio/bufio.go:377 +0x29 fp=0xe6a27bcdba8 sp=0xe6a27bcdb60 pc=0x7ff7c34c85c9
bufio.(*Reader).collectFragments(0xe6a070210e0, 0xa)
C:/Program Files/Go/src/bufio/bufio.go:452 +0x85 fp=0xe6a27bcdc88 sp=0xe6a27bcdba8 pc=0x7ff7c34c89e5
bufio.(*Reader).ReadString(0x7ff7c4355ee8?, 0xb0?)
C:/Program Files/Go/src/bufio/bufio.go:499 +0x1f fp=0xe6a27bcdd48 sp=0xe6a27bcdc88 pc=0x7ff7c34c8e5f
golang.org/x/tools/internal/jsonrpc2.(*headerStream).Read(0xe6a0730bec0, {0x7ff7c4355eb0, 0xe6a0704e750})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools@v0.39.1-0.20260109155911-b69ac100ecb7/internal/jsonrpc2/stream.go:110 +0xa5 fp=0xe6a27bcde08 sp=0xe6a27bcdd48 pc=0x7ff7c35b81e5
golang.org/x/tools/internal/jsonrpc2.(*conn).run(0xe6a07129950, {0x7ff7c4355eb0, 0xe6a0704e750}, 0xe6a07088078)
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools@v0.39.1-0.20260109155911-b69ac100ecb7/internal/jsonrpc2/conn.go:195 +0x9f fp=0xe6a27bcdfb0 sp=0xe6a27bcde08 pc=0x7ff7c35b4c5f
golang.org/x/tools/internal/jsonrpc2.(*conn).Go.gowrap1()
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools@v0.39.1-0.20260109155911-b69ac100ecb7/internal/jsonrpc2/conn.go:188 +0x25 fp=0xe6a27bcdfe0 sp=0xe6a27bcdfb0 pc=0x7ff7c35b4ba5
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a27bcdfe8 sp=0xe6a27bcdfe0 pc=0x7ff7c3282961
created by golang.org/x/tools/internal/jsonrpc2.(*conn).Go in goroutine 160
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools@v0.39.1-0.20260109155911-b69ac100ecb7/internal/jsonrpc2/conn.go:188 +0x8f
goroutine 214 gp=0xe6a06d670e0 m=nil [chan receive]:
runtime.gopark(0x11?, 0x7ff7c3ef62a0?, 0x0?, 0xe0?, 0xe6a06cfdf70?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a06cfdf10 sp=0xe6a06cfdef0 pc=0x7ff7c327a90e
runtime.chanrecv(0xe6a06e3c310, 0xe6a06cfdfc8, 0x1)
C:/Program Files/Go/src/runtime/chan.go:667 +0x4ae fp=0xe6a06cfdf88 sp=0xe6a06cfdf10 pc=0x7ff7c320a38e
runtime.chanrecv2(0x7ff7c324d610?, 0xe6a070dffd0?)
C:/Program Files/Go/src/runtime/chan.go:514 +0x12 fp=0xe6a06cfdfb0 sp=0xe6a06cfdf88 pc=0x7ff7c3209ed2
golang.org/x/tools/gopls/internal/protocol.LogEvent.func1.1()
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/protocol/context.go:47 +0x47 fp=0xe6a06cfdfe0 sp=0xe6a06cfdfb0 pc=0x7ff7c35f0647
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a06cfdfe8 sp=0xe6a06cfdfe0 pc=0x7ff7c3282961
created by golang.org/x/tools/gopls/internal/protocol.LogEvent.func1 in goroutine 182
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/protocol/context.go:46 +0x1a
goroutine 1061163 gp=0xe6a19b51680 m=nil [sync.WaitGroup.Wait]:
runtime.gopark(0xe6a20b4fd78?, 0x7ff7c3212b14?, 0xa0?, 0xf7?, 0x7ff7c3b9b3f1?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a20b4fd18 sp=0xe6a20b4fcf8 pc=0x7ff7c327a90e
runtime.goparkunlock(...)
C:/Program Files/Go/src/runtime/proc.go:468
runtime.semacquire1(0xe6a27135378, 0x0, 0x1, 0x0, 0x19)
C:/Program Files/Go/src/runtime/sema.go:192 +0x245 fp=0xe6a20b4fd80 sp=0xe6a20b4fd18 pc=0x7ff7c3259305
sync.runtime_SemacquireWaitGroup(0xe6a2f761c50?, 0x80?)
C:/Program Files/Go/src/runtime/sema.go:114 +0x2e fp=0xe6a20b4fdb8 sp=0xe6a20b4fd80 pc=0x7ff7c327beae
sync.(*WaitGroup).Wait(0xe6a27135370)
C:/Program Files/Go/src/sync/waitgroup.go:206 +0x85 fp=0xe6a20b4fde0 sp=0xe6a20b4fdb8 pc=0x7ff7c328fea5
golang.org/x/tools/gopls/internal/server.(*server).diagnoseChangedViews(0xe6a07085600, {0x7ff7c4355ee8, 0xe6a073e6190}, 0x373, 0xe6a2f761800, 0x2)
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/server/diagnostics.go:172 +0x591 fp=0xe6a20b4ff70 sp=0xe6a20b4fde0 pc=0x7ff7c3d524d1
golang.org/x/tools/gopls/internal/server.(*server).didModifyFiles.func2()
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/server/text_synchronization.go:270 +0x2b fp=0xe6a20b4ffb0 sp=0xe6a20b4ff70 pc=0x7ff7c3d6beab
sync.(*WaitGroup).Go.func1()
C:/Program Files/Go/src/sync/waitgroup.go:258 +0x4a fp=0xe6a20b4ffe0 sp=0xe6a20b4ffb0 pc=0x7ff7c329002a
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a20b4ffe8 sp=0xe6a20b4ffe0 pc=0x7ff7c3282961
created by sync.(*WaitGroup).Go in goroutine 1061204
C:/Program Files/Go/src/sync/waitgroup.go:238 +0x73
goroutine 1061192 gp=0xe6a13006f00 m=nil [select]:
runtime.gopark(0xe6a12d53ed0?, 0x2?, 0x70?, 0x0?, 0xe6a12d53e94?)
C:/Program Files/Go/src/runtime/proc.go:462 +0xce fp=0xe6a12d53d10 sp=0xe6a12d53cf0 pc=0x7ff7c327a90e
runtime.selectgo(0xe6a12d53ed0, 0xe6a12d53e90, 0xe6a2f761ce0?, 0x0, 0xe6a3280e210?, 0x1)
C:/Program Files/Go/src/runtime/select.go:351 +0xaa5 fp=0xe6a12d53e40 sp=0xe6a12d53d10 pc=0x7ff7c3258445
golang.org/x/tools/gopls/internal/server.(*server).diagnoseSnapshot(0xe6a07085600, {0x7ff7c4355ee8, 0xe6a073e6190}, 0xe6a1bacc480, {0xe6a252f25d0, 0x1, 0x1}, 0x3b9aca00)
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/server/diagnostics.go:225 +0x229 fp=0xe6a12d53f08 sp=0xe6a12d53e40 pc=0x7ff7c3d52a89
golang.org/x/tools/gopls/internal/server.(*server).diagnoseChangedViews.func1(0x7ff7c324d610?, {0xe6a252f25d0?, 0xe6a2276a1b0?, 0xe6a257e9f98?})
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/server/diagnostics.go:156 +0xc8 fp=0xe6a12d53fb0 sp=0xe6a12d53f08 pc=0x7ff7c3d526e8
golang.org/x/tools/gopls/internal/server.(*server).diagnoseChangedViews.gowrap1()
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/server/diagnostics.go:169 +0x27 fp=0xe6a12d53fe0 sp=0xe6a12d53fb0 pc=0x7ff7c3d52607
runtime.goexit({})
C:/Program Files/Go/src/runtime/asm_amd64.s:1771 +0x1 fp=0xe6a12d53fe8 sp=0xe6a12d53fe0 pc=0x7ff7c3282961
created by golang.org/x/tools/gopls/internal/server.(*server).diagnoseChangedViews in goroutine 1061163
C:/Users/bajaga/go/pkg/mod/golang.org/x/tools/gopls@v0.21.1/internal/server/diagnostics.go:153 +0x57f
[Error - 2:46:24 PM]
What did you expect to see?
not crashing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.WaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.