Closed
Description
Since #569 was merged, Backtrace::resolve
panics on Windows 7 due to unwrapping an Option
set to None. After some further instrumentation, I was able to find out the source of the problem: Failed to find SymAddrIncludeInlineTrace in dbghelp
. This makes the capture::tests::test_frame_conversion
unit test fail on Windows 7.
This is because Windows7 ships dbghelp.dll version 6.1, but SymAddrIncludeInlineTrace
was added in dbghelp.dll version 6.2.
This affects the Rust stdlib Backtrace as well, see rust-lang/rust#117941
Metadata
Metadata
Assignees
Labels
No labels