``` #!stacks "GOOS=windows" && "runtime.bgsweep" && "runtime.newArenaMayUnlock:+6" && "runtime.throw" ``` Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks). I suspect this is another manifestation of #70445, but I thought I should report it since the call stack is completely different. This stack `F860lA` was [reported by telemetry](https://storage.googleapis.com/prod-telemetry-merged/2024-12-28.json): - `crash/crash` - [`runtime.throw:+9`](https://cs.opensource.google/go/go/+/go1.23.4:src/runtime/panic.go;l=1067) - [`runtime.newArenaMayUnlock:+6`](https://cs.opensource.google/go/go/+/go1.23.4:src/runtime/mheap.go;l=2498) - [`runtime.newMarkBits:+22`](https://cs.opensource.google/go/go/+/go1.23.4:src/runtime/mheap.go;l=2418) - [`runtime.(*sweepLocked).sweep:+185`](https://cs.opensource.google/go/go/+/go1.23.4:src/runtime/mgcsweep.go;l=683) - [`runtime.sweepone:+37`](https://cs.opensource.google/go/go/+/go1.23.4:src/runtime/mgcsweep.go;l=389) - [`runtime.bgsweep:+28`](https://cs.opensource.google/go/go/+/go1.23.4:src/runtime/mgcsweep.go;l=298) - [`runtime.gcenable.gowrap1:+0`](https://cs.opensource.google/go/go/+/go1.23.4:src/runtime/mgc.go;l=204) - `runtime.goexit:+0` ``` golang.org/x/tools/gopls@v0.17.1 go1.23.4 windows/amd64 vscode (1) ``` Dups: I6dE0Q meGGrw jI7dAA
Issue created by stacks.
I suspect this is another manifestation of #70445, but I thought I should report it since the call stack is completely different.
This stack
F860lAwas reported by telemetry:crash/crashruntime.throw:+9runtime.newArenaMayUnlock:+6runtime.newMarkBits:+22runtime.(*sweepLocked).sweep:+185runtime.sweepone:+37runtime.bgsweep:+28runtime.gcenable.gowrap1:+0runtime.goexit:+0Dups: I6dE0Q meGGrw jI7dAA