Closed eggyal closed 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.
_Unwind_FindEnclosingFunction
Thanks!
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.