Better Windows dump-based StackOverflow diagnostics
Open
enhancement
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 404
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 38
Description
On Windows if an application crashes with a stack overflow and a dump is collected, looking at it in both Visual Studio and windbg gives little clue about the callstack which caused the overflow.
For repro and observed behavior, see https://github.com/dotnet/diagnostics/issues/3506. #3506 tracks improving the documentation, this issue tracks improving the actual product experience.
The desired behavior is that both VS and windbg should prominently show that a StackOverflow occured and show the callstack frames that ran recursively to cause the overflow.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.