On Sun, Sep 11, 2022 at 4:50 AM Gabriele Svelto <[email protected]> wrote: > > [cross-posting to dev-platform] > > Hello all, > :willkg just deployed a change to crash-stats that explicitly flags > crashes known to be caused by faulty hardware and thus not actionable. > The crash signature for these crashes will start with "bad hardware" > making it abundantly clear that there's nothing we can do to address > them. You can see an example of these crashes with this query: > > https://crash-stats.mozilla.org/search/?signature=~bad%20hardware > > Currently this is limited to crashes on Windows that are caused by > accessing faulty disks. We'll flag more crash types as we introduce new > ways of detecting them.
Is the current detection using reason: "EXCEPTION_IN_PAGE_ERROR_READ / STATUS_DEVICE_DATA_ERROR" to detect bad hardware? Is it possible to get this exception reason when using a network drive along with a flaky network? -Jeff -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/CAKb2zs8qz8-25dN-BvDsyViPmCbhMmi3dO4JD3OJ0O8Q7c-UCA%40mail.gmail.com.
