Confirmed users, Bureaucrats and Sysops emeriti
1,217
edits
(Notes from me) |
|||
| Line 54: | Line 54: | ||
The existing Hang Pair code will have to be excised from the processor. | The existing Hang Pair code will have to be excised from the processor. | ||
Signature generation: a signature is generated from the output of MDSW. With multiple minidumps in a single crash, does the processor make a collection of signatures? | Signature generation: a signature is generated from the output of MDSW. With multiple minidumps in a single crash, does the processor make a collection of signatures? ''answer from bsmedberg: The goal is to end up with one signature. At first this will just be the signature of the "plugin" minidump/MDSW. In future iterations we will probably want to use information from the other output to modify the signature.`` | ||
=== Middleware === | === Middleware === | ||
| Line 62: | Line 62: | ||
=== UI === | === UI === | ||
Display of the results of multiple MDSW output will require revamping the UI. | Display of the results of multiple MDSW output will require revamping the UI. ''bsmedberg says: At first this can be minimal: the main "Details" page can just display the plugin minidump; the other MDSW outputs should all be listed in the "Raw Dump" tab.'' | ||