Skip to main content

Get crash signature from Firefox crash trace

Project description

fx-crash-sig

Get crash signature from Firefox crash trace

Take crash trace and:

  1. Use tecken symbolication to symbolicate crash trace

  2. use socorro-siggen to get crash signature

Install

pip install fx-crash-sig

Usage

Example script:

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


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.6.tar.gz (25.3 kB view hashes)

Uploaded Source

Built Distribution

fx_crash_sig-0.1.6-py2-none-any.whl (27.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page