[mozcrash] produce Socorro-compatible crash signatures
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
People
(Reporter: ted, Unassigned)
References
(Blocks 2 open bugs, )
Details
Comment 1•5 years ago
|
||
CC'ing Kris because she's been working on mozcrash and this would be nice to have.
We currently generate the "signatures" for the crashes detected by mozcrash with a very crude skip-list that mimics Socorro (see this and this).
Will made a Socorro's signature-generation functionality available as a stand-alone python module. It would be nice to integrate it in mozcrash so as to have the same signatures across both systems.
Comment 2•5 years ago
|
||
If the "Socorro signature generation as a Python module" isn't the right shape to help here, let me know. We also have bug #828452 to build a web api into Socorro for signature generation and maybe there are other options, too.
Reporter | ||
Comment 3•5 years ago
|
||
(In reply to Gabriele Svelto [:gsvelto] from comment #1)
Will made a Socorro's signature-generation functionality available as a stand-alone python module. It would be nice to integrate it in mozcrash so as to have the same signatures across both systems.
I'm obviously no longer involved in any of this but this sounds amazing. If someone does this it'd be great to have some way to ensure that Socorro and mozcrash don't drift out of sync as the signature generation config changes.
Updated•2 years ago
|
Description
•