Closed
Bug 1389129
Opened 8 years ago
Closed 8 years ago
[traceback] KeyError on 'mdsw_status_string' in StackwalkerErrorSignatureRule
Categories
(Socorro :: Processor, task)
Socorro
Processor
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: willkg)
Details
Attachments
(1 file)
https://sentry.prod.mozaws.net/operations/socorro-prod/issues/636760/
Example prod Crash ID 563cc781-92d3-4331-b913-cb8f50170809
Assignee | ||
Comment 1•8 years ago
|
||
Traceback:
"""
KeyError: 'mdsw_status_string'
File "socorro/lib/transform_rules.py", line 147, in action
return self._action(*args, **kwargs)
File "socorro/processor/signature_utilities.py", line 618, in _action
processed_crash['mdsw_status_string']
"""
Summary: KeyError on 'mdsw_status_string' → [traceback] KeyError on 'mdsw_status_string' in StackwalkerErrorSignatureRule
Assignee | ||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/bdf4dd9fee2efa54764bd04909087fe545e29649
fixes bug 1389129 - make StackwalkerErrorSignatureRule more resilient (#3910)
It's possible for a processed crash to not have an mdsw_status_string, so the
rule should allow for that. This fixes the predicate accordingly and adds tests.
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•