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.9.tar.gz
(25.6 kB
view hashes)
Built Distribution
Close
Hashes for fx_crash_sig-0.1.9-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ac31d586f4c075355de1e8d2784124f6528dba537e78de15ab792870379621d |
|
MD5 | e7fa157d3e3db4358534c628b90ba440 |
|
BLAKE2b-256 | b702a387ac47cad48d74f7fca3c9073bedb0887434f4c0fd9326197dc27efb03 |