#!stacks
"gopanic" && "errgroup.(*Group).Wait:+6"

Issue created by stacks.

The stack is very unhelpful here since the panic was raised by an errgroup.Group.Go goroutine and all that context is lost due to the errgroup change from proposal #53757. There are at least 7 existing issues that this is potentially a duplicate of--or it may be something new; we cannot tell.

This stack V8TD-Q was reported by telemetry:

golang.org/x/tools/gopls@v0.19.0-pre.3 go1.24.4 darwin/arm64 vscode (1)

Dups: fEn2Cg nHixSg VVj_rg

Comment From: gopherbot

Change https://go.dev/cl/682935 mentions this issue: errgroup: revert propagation of panics

Comment From: adonovan

I broadened this issue to cover the hold class of errgroup issues, which should have been fixed by the reversion of the change in errgroup (CL 682935). I'll update our dependency.

Comment From: adonovan

This stack fEn2Cg was reported by telemetry:

golang.org/x/tools/gopls@v0.19.1 go1.24.2 darwin/arm64 neovim,other,vscode (8)

This stack nHixSg was reported by telemetry:

golang.org/x/tools/gopls@v0.19.1 go1.24.2 darwin/arm64 neovim,other,vscode (21)

This stack VVj_rg was reported by telemetry:

golang.org/x/tools/gopls@v0.19.1 go1.24.2 darwin/arm64 neovim,other,vscode (7)

Comment From: gopherbot

Change https://go.dev/cl/686837 mentions this issue: gopls: update to x/sync@master