dotnet-stack should function without requiring rundown
Open
enhancement
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 404
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 35
Description
Currently dotnet-stack requires an EventPipe trace with rundown enabled to symbolicate frames. This scales linearly in the size of jitted code which can be very large for some applications making the tool slow. We'd like a solution where the transmitted data is proportional to stacktrace size, not total application jitted code size.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.