Closed
Description
Description
The crashreport.json file seems to be missing all native frames up until the first managed frame, except for the very first one, which is missing the unmanaged_name
field.
Reproduction Steps
Enabled the core dump, and the crash report, and induce a crash. Compare the json with what you see in LLDB with clrstack -f
.
Expected behavior
All stack frames should be in the json report.
Actual behavior
Missing frames.
Regression?
Yes, introduced with this PR #60995
Known Workarounds
None