rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
532 stars 245 forks source link

Revert 32-bit dbghelp to a version WINE (presumably) likes #588

Closed ChrisDenton closed 6 months ago

ChrisDenton commented 6 months ago

Hopefully fixes https://github.com/rust-lang/rust/issues/122154

This splits dbghelp into 32-bit and 64-bit versions as they are now very different code paths. Additionally it reverts the 32-bit version to 87be38e9e68ee114e61ae3df3c98e310c9f9e3e6 which presumably worked with WINE. I think it's more productive to revert and slowly make the code nicer over time than trying to figure out precisely what WINE doesn't like in the newer code.

workingjubilee commented 6 months ago

Sounds good to me.