@slink oh yes, we have tools for that. First however I'd point you to my thread about memory errors because those are even more common when analyzing crashes: https://fosstodon.org/@gabrielesvelto/112407741329145666
For crash analysis we have a rust crate to analyze minidumps, which we generate when Firefox crashes. The crate can be used both as a tool and as a library:
GitHub - rust-minidump/rust-minidump: Type definitions, parsing, and analysis for the minidump file format.
Type definitions, parsing, and analysis for the minidump file format. - rust-minidump/rust-minidump
GitHub (github.com)

