runtime: WinDBG can't unwind runtime.mcall #67007
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
Debugging
FrozenDueToAge
OS-Windows
Go version
go version devel go1.23-0304d035cd Tue Apr 23 02:53:00 2024 +0000 windows/amd64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
The stack traces show some corrupted entries and a partial g0 stack:
What did you expect to see?
The stack traces should reach the main function and attribute the
runtime.mcall
to the userlandtime.Sleep
call:The text was updated successfully, but these errors were encountered: