symbolicate

Crates.iosymbolicate
lib.rssymbolicate
version0.4.0
created_at2024-02-22 04:00:06.672778+00
updated_at2025-04-07 20:40:50.61429+00
descriptionsymbolicate a macOS crash report
homepage
repositoryhttps://github.com/ConradIrwin/symbolicate
max_upload_size
id1148849
size21,447
Conrad Irwin (ConradIrwin)

documentation

README

Symbolicate is a rust binary that can parse macOS crash reports and generates a backtrace more like you might see from a panic.

Installation

cargo install symbolicate

Usage

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.

Commit count: 7

cargo fmt