Closed
Bug 963293
Opened 11 years ago
Closed 11 years ago
flaw in pipe dump rerails processing a crash
Categories
(Socorro :: Backend, task)
Tracking
(Not tracked)
RESOLVED
FIXED
73
People
(Reporter: lars, Assigned: lars)
Details
Attachments
(1 file)
if the pipe dump doesn't emit the correct number of fields in the "frames" section of the pipe dump, the entire processing of the crash is derailed. This is because the the exception is not handled correctly. The processor should try to recover from this situation so that at least some data is included in the report. see crash 71929810-b211-4aa5-ba72-d2d9c2140123 for an example the relvant code is hybrid_processor.py:1124
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8366643 -
Flags: review?
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro https://github.com/mozilla/socorro/commit/7fdfec904739daf5c618a9ca45746e98ff1cd71b fixed bug 963293 more robust on bad frame lines in the pipe dump https://github.com/mozilla/socorro/commit/0aef12ccb4bb8bbefe97ddca1a6fe2587654b514 Merge pull request #1831 from twobraids/derailed fixes bug 963293 - more robust on bad frame lines in the pipe dump
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Attachment #8366643 -
Flags: review?
You need to log in
before you can comment on or make changes to this bug.
Description
•