-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Milestone
Description
#!stacks
"runtime.gopanic" && "dap.(*Session).stepUntilStopAndNotify" && "dap.(*Session).onStepOutRequest"
Issue created by stacks.
This stack RlW5Lg was reported by telemetry:
delve/buggithub.com/go-delve/delve/service/dap.(*Session).recoverPanic:+2runtime.gopanic:+50runtime.panicmem:=262runtime.sigpanic:+9internal/sync.(*Mutex).Lock:=63sync.(*Mutex).Lock:=46github.com/go-delve/delve/service/debugger.(*Debugger).Command:+20github.com/go-delve/delve/service/dap.(*Session).stepUntilStopAndNotify:+2github.com/go-delve/delve/service/dap.(*Session).onStepOutRequest:+2github.com/go-delve/delve/service/dap.(*Session).handleRequest.func5:+2runtime.goexit:+0
github.com/go-delve/delve/cmd/dlv@v1.25.2 go1.25.1 windows/amd64 (1)
Use this command to reproduce the executable:
(HOME=$(mktemp -d); GOOS=windows GOARCH=amd64 GOTOOLCHAIN=go1.25.1 go install github.com/go-delve/delve/cmd/dlv@v1.25.2 && find $HOME/go/bin -type f)
To disassemble: go tool objdump exe | less
Reactions are currently unavailable