Closed Bug 636868 Opened 14 years ago Closed 12 years ago

Socorro - change processor to use the jsonMDSW

Categories

(Socorro :: General, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

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: nobody → lars
Target Milestone: --- → 1.7.8
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.
Target Milestone: 1.7.8 → ---
Component: Socorro → General
Product: Webtools → Socorro
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 '
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
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Depends on: 927001
deployment now blocked by stackwalker json problem: see Bug 927001
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
backed out for 63, planning to re-land for 64
Target Milestone: --- → 64
This got relanded.
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.