Closed
Bug 929198
Opened 12 years ago
Closed 12 years ago
echo truncated to the top level of the processed_crash
Categories
(Socorro :: Backend, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lars, Assigned: lars)
Details
Attachments
(1 file)
the older versions of the processors all did the stack frame truncation themselves and placed a boolean "truncated" key in the top level of the processed_crash.
The new stackwalker now does the truncation of abnormally long stacks. It places its own 'frames_truncated' boolean in the json_dump at the thread level. We still need to make sure that the old 'truncated' field gets an appropriate value.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #820001 -
Flags: review?(rhelmer)
Updated•12 years ago
|
Attachment #820001 -
Flags: review?(rhelmer) → review+
Comment 2•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/a8cb4114f4f0238130a932451c4306622ff6aea2
Merge pull request #1609 from twobraids/hybrid-truncation
Fixes Bug 929198 - made sure that truncation gets copied from the json_dump
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•