Closed
Bug 1689126
Opened 4 months ago
Closed 3 months ago
Do not show Fission subframe crash reporter if the subframe crash event has no report payload
Categories
(Toolkit :: Crash Reporting, enhancement, P3)
Toolkit
Crash Reporting
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox84 | --- | unaffected |
| firefox85 | --- | unaffected |
| firefox86 | --- | unaffected |
| firefox87 | --- | fixed |
People
(Reporter: cpeterson, Assigned: enndeakin)
References
Details
Attachments
(2 files)
A crash event can have no report payload if the process is killed by the OS. In that case, the content process's exception handler doesn't have an opportunity to generate a minidump. There's nothing to upload to Socorro, so we shouldn't interrupt the user with a subframe crash UI.
Assigning to Neil because he said he can work on this.
| Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Severity: N/A → S3
Updated•4 months ago
|
Severity: S3 → N/A
| Assignee | ||
Updated•4 months ago
|
Status: NEW → ASSIGNED
The Bugbug bot thinks this bug should belong to the 'Toolkit::Crash Reporting' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Component: General → Crash Reporting
Product: Firefox → Toolkit
| Assignee | ||
Comment 3•3 months ago
|
||
Depends on D103249
Pushed by neil@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/37cee35340dc do not show subframe crashed notification if there is no crash report, r=mconley https://hg.mozilla.org/integration/autoland/rev/ff5321aaff89 add a test to verify that a subframe crash notification does not appear if there is no crash report, r=mconley
Comment 5•3 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/37cee35340dc
https://hg.mozilla.org/mozilla-central/rev/ff5321aaff89
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•