Skip to content

_Unwind_FindEnclosingFunction fails on macOS #439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2021

Conversation

eggyal
Copy link
Contributor

@eggyal eggyal commented Oct 8, 2021

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.

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)
@alexcrichton
Copy link
Member

Thanks!

@alexcrichton alexcrichton merged commit aec8f16 into rust-lang:master Oct 11, 2021
@eggyal eggyal deleted the macos-findenclosingfn-comment branch October 11, 2021 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants