Confirmed users
675
edits
(Notes from me) |
m (→Collector) |
||
| Line 40: | Line 40: | ||
=== Collector === | === Collector === | ||
Currently the collector reads the binary minidump as a stream. The collector code will have to be modified to read as many streams | Currently the collector reads the binary minidump as a stream. The collector code will have to be modified to read as many streams as are offered in the crash. The minidumps will have to either be named or enumerated so that they can be stored and retrieved individually. | ||
The size of a given crash will increase. In 2009, 8% of crash submissions failed because of timeouts in the crash data upload. We theorized that these were crashes from people on dial up lines. We need to see what that upload failure rate is in 2012 and project ramifications to the increased crash size. | The size of a given crash will increase. In 2009, 8% of crash submissions failed because of timeouts in the crash data upload. We theorized that these were crashes from people on dial up lines. We need to see what that upload failure rate is in 2012 and project ramifications to the increased crash size. | ||