backtrace-rs
backtrace-rs copied to clipboard
Backtraces in Rust
I inject .dll to a window and it produces: thread 'DEVELOP' panicked at 'called `Option::unwrap()` on a `None` value', library\std\src\..\..\backtrace\src\dbghelp.rs:338:34
## Motivation Add the support of Apple VisionOS [121419](https://github.com/rust-lang/rust/pull/121419) ## Solution Add target_os = "visionos"
As far as I can tell the 'Methods of serialization' section comment is no longer relevant. I wasn't sure if that should be modified or if it's fine to just...
The war on `bool` will `continue`. And thus we should use [`ControlFlow::Break`](https://doc.rust-lang.org/std/ops/enum.ControlFlow.html) to indicate forward progress should be stopped in backtrace's `$(($MAJOR+1))` version.
I've been playing with various backtrace related things in std, one of which is skipping demangling. And I thought this might be kinda useful more generally? Even if you want...
According to [the docs for `resolve`](https://docs.rs/backtrace/latest/backtrace/fn.resolve.html): > The closure may not be called if resolution could not be performed > This function strives to never panic. So we should ideally...
Hi, I discovered a build problem when building this crate with the Bazel build system for the Android platform. This warning occurs: ``` Build Script Warning: clang: error: no such...
this significantly improves binary size, we need to merge this ASAP