Get crash signature from Firefox crash trace
Project description
fx-crash-sig
Get crash signature from Firefox crash trace
Take crash trace and:
-
Use tecken symbolication to symbolicate crash trace
-
use socorro-siggen to get crash signature
Install
pip install fx-crash-sig
Usage
from fx_crash_sig import sample_traces
from fx_crash_sig.crash_processor import CrashProcessor
crash_processor = CrashProcessor()
signature = crash_processor.get_signature(sample_traces.trace1)
Command line (using sample.json):
cat sample.json | fx-crash-sig
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fx-crash-sig-0.1.3.tar.gz
(18.5 kB
view hashes)
Built Distribution
Close
Hashes for fx_crash_sig-0.1.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a798da092dc1fd481fd3b9dd602c71755ed66dd7b74c5f5609e2b0321d256208 |
|
MD5 | a76a9eaeb3f632296ca68a99e63ef420 |
|
BLAKE2b-256 | a436091ac2ba187a986202120321768a6099a1b5619ff76aa11adfa483d5e1cc |