Closed
Bug 1688849
Opened 4 years ago
Closed 4 years ago
Disable the oxidized minidump writer code
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox84 | --- | unaffected |
firefox85 | --- | unaffected |
firefox86 | + | fixed |
firefox87 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
We've got reports of missing minidumps in content process crashes and the crash volume on nightly seem to have gone down in Linux installations. There's a good chance that the new code is bailing out with some error and not writing the minidump so we'll disable it and re-enable at a later date with more diagnostics baked in.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 years ago
|
Assignee: gsvelto → nobody
Status: ASSIGNED → NEW
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 years ago
|
status-firefox86:
--- → affected
status-firefox87:
--- → affected
Updated•4 years ago
|
tracking-firefox86:
--- → +
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/119ab5ea984d
Temporarily disable the oxidized Linux minidump writer r=KrisWright
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9199238 [details]
Bug 1688849 - Temporarily disable the oxidized Linux minidump writer r=KrisWright
Beta/Release Uplift Approval Request
- User impact if declined: We might miss some child process crashes on Linux
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This just flips a configure-time pref that disables the new code
- String changes made/needed: none
Attachment #9199238 -
Flags: approval-mozilla-beta?
Comment 5•4 years ago
|
||
Comment on attachment 9199238 [details]
Bug 1688849 - Temporarily disable the oxidized Linux minidump writer r=KrisWright
Approved for 86 beta 3, thanks.
Attachment #9199238 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•4 years ago
|
||
bugherder uplift |
Updated•4 years ago
|
status-firefox84:
--- → unaffected
status-firefox85:
--- → unaffected
status-firefox-esr78:
--- → unaffected
Updated•3 years ago
|
Keywords: regression
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•