Crates.io | symbolicate |
lib.rs | symbolicate |
version | 0.3.0 |
source | src |
created_at | 2024-02-22 04:00:06.672778 |
updated_at | 2024-02-23 06:14:10.97891 |
description | symbolicate a macOS crash report |
homepage | |
repository | https://github.com/ConradIrwin/symbolicate |
max_upload_size | |
id | 1148849 |
size | 18,247 |
Symbolicate is a rust binary that can parse macOS crash reports and generates a backtrace more like you might see from a panic.
cargo install symbolicate
symbolicate <ips-file> <dwarf-container>
The ips-file will typically come from ~/Library/Logs/DiagnosticReports/
and can be found using macOS's built in Console
app.
The dwarf-container should either be the built binary that generated the crash report, or the DWARF information extracted by running dsymutil
.