rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
537 stars 246 forks source link

`_Unwind_FindEnclosingFunction` fails on macOS #439

Closed eggyal closed 3 years ago

eggyal commented 3 years ago

As explained in a rust-lang/rust issue, _Unwind_FindEnclosingFunction intermittently produces incorrect results on macOS due to the "compact" unwind table emitted by its linker not including entries for every function.

alexcrichton commented 3 years ago

Thanks!