rust-lang / backtrace-rs

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

Add an exception for QNX Neutrino 7.0 as a 'no-op' platform #529

Closed samkearney closed 1 year ago

samkearney commented 1 year ago

The QNX Neutrino 7.0 target ships a toolchain without a native unwinder implementation. libgcc with unwinding symbols is present in version 7.1 and newer, which is why 7.0 is the only version called out here.

workingjubilee commented 1 year ago

Thanks!