Closed
Bug 570723
Opened 15 years ago
Closed 7 years ago
automationutils.py should generate crash signatures using Socorro's module
Categories
(Testing :: General, enhancement)
Testing
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jruderman, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: sheriffing-P2)
Current:
PROCESS-CRASH | automation.py | application crashed (minidump found)
Desired:
PROCESS-CRASH | automation.py | application crashed [@ nsRefPtr<XPCWrappedNative>::operator=]
This would make it waaay easier to identify known oranges. Currently we have to load the full log, find the crash report, and generate a signature in our heads.
Reporter | ||
Comment 1•15 years ago
|
||
Would it make sense to share/borrow some code from Socorro, or should we hack up something separate for automationutils.py?
How does crash signature generation work on Socorro? For one thing, how does it parse the output of minidump-stackwalk?
Comment 2•15 years ago
|
||
With this fixed, I can make tbplbot suggest bugs for intermittent crashes as well, which would be cool!
Comment 3•15 years ago
|
||
Socorro runs minidump_stackwalk -m, which produces the pipe-delimited output you see in the "Raw Dump" tab of Socorro.
If you want signatures to match what's on Socorro, you'll have to either borrow Socorro code or reimplement the algorithms there. In addition, the Socorro config file specifies frames to ignore or append to the signature.
Comment 4•15 years ago
|
||
for Socorro 1.8, the signature generation code is being split off into its own python module to facilitate reuse. That refactoring is in progress and will likely be deployed end of Q2 or beginning of Q3.
Reporter | ||
Comment 5•13 years ago
|
||
Thanks to Ed Morley in bug 813650, we now have rough signatures (just the top frame).
Updated•13 years ago
|
Keywords: sheriffing-P2
Summary: automationutils.py should generate crash signatures for Tinderbox brief logs → automationutils.py should generate crash signatures using Socorro's module
Comment 6•13 years ago
|
||
At some point we should switch to using Socorro's crash signature generation module, so we get signatures that skip the relevant frames etc.
![]() |
||
Comment 7•7 years ago
|
||
Mass closing bugs with no activity in 2+ years. If this bug is important to you, please re-open.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•