Closed
Bug 1694624
Opened 4 years ago
Closed 1 month ago
Make the CrashManager handle a missing crash directory gracefully
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
Right now if CrashManager._getStore()
fails it just returns NULL. The code using it blindly accesses the returned object so we end up bubbling up an error when it happens (usually during shutdown). This is probably not the right thing to do and we should adjust the code to gracefully handle this scenario (possibly by quietly aborting the current operation given there's nothing that can be done if the store is inaccessible).
Assignee | ||
Updated•3 years ago
|
Severity: -- → S2
Assignee | ||
Updated•3 months ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 months ago
|
||
Assignee | ||
Comment 3•2 months ago
|
||
Try run is here, fingers crossed: https://treeherder.mozilla.org/jobs?repo=try&revision=d3f4bff62a33ea6a16224c8c4f1f2780e77fc814
Updated•2 months ago
|
Attachment #9428458 -
Attachment description: WIP: Bug 1694624 - Handle failures to access the crash store silently → Bug 1694624 - Handle failures to access the crash store silently r=afranchuk
Comment 4•2 months ago
|
||
Hi Alex, any chance you could get to the review? This change would help address several test failures in CI. Thanks.
Flags: needinfo?(afranchuk)
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4b65ea4964cf
Handle failures to access the crash store silently r=afranchuk
Comment 7•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•