rust-lang / backtrace-rs

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

Add other apple targets to libunwind workaround #516

Closed thomcc closed 1 year ago

thomcc commented 1 year ago

Having done some reading, I'm pretty sure this is needed on the other apple targets as well, just nobody has tested it.

Unfortunately, I'm unsure how to test this reliably though, since I haven't exactly seen the issue (_Unwind_FindEnclosingFunction has been reliable for me, although I believe this is a non-deterministic issue, so I dunno how much that means).