You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Unwind_FindEnclosingFunction fails on macOS (#439)
As [explained in a rust-lang/rust issue][1], `_Unwind_FindEnclosingFunction`
intermittently produces incorrect results on macOS due to the "compact"
unwind table emitted by its linker not including entries for every function.
[1]: rust-lang/rust#74771 (comment)
0 commit comments