Closed
Bug 636868
Opened 14 years ago
Closed 12 years ago
Socorro - change processor to use the jsonMDSW
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
64
People
(Reporter: lars, Assigned: lars)
References
Details
there is a new minidump_stackwalk that emits json instead of the dreaded pipe dumps. Switch the processor to use it.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → lars
Target Milestone: --- → 1.7.8
Assignee | ||
Comment 1•14 years ago
|
||
this would also be a good time to switch all the json naming convention transformations to something unified and table driven. See http://code.google.com/p/socorro/wiki/CrashDataFormats for the full impact of these transformations.
Assignee | ||
Updated•14 years ago
|
Target Milestone: 1.7.8 → ---
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Assignee | ||
Comment 2•12 years ago
|
||
https://github.com/mozilla/socorro/pull/1461
this change will require some changes to the config files when deployed.
in the processor.ini, the following keys must be deleted:
exploitability_tool_command_line
exploitability_tool_pathname
in the processor.ini file, the following key must be changed:
old: stackwalk_command_line='$minidump_stackwalk_pathname -m $dumpfilePathname '
new: stackwalk_command_line='$minidump_stackwalk_pathname --pipe $dumpfilePathname '
Comment 3•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/9547d5b394261f8f48b00b40413ae8814ee343c3
Merge pull request #1461 from twobraids/jDump
fixes Bug 636868: support for json dump from new MDSW
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•12 years ago
|
||
deployment now blocked by stackwalker json problem: see Bug 927001
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•12 years ago
|
||
This got relanded.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•