Fetching child process crash annotations is largely broken on Android
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox118 | --- | wontfix |
firefox119 | --- | fixed |
firefox120 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-release+
|
Details | Review |
This is another effect of the interaction between the new crash annotations machinery and elfhack. From what I can tell it mostly doesn't work on Android, very few crashes come with annotations since I landed bug 1776197.
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1776197
Assignee | ||
Comment 2•1 year ago
|
||
Quite ironically we have tests covering this but they didn't trigger because the build we use for them was apparently unaffected.
Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 5•1 year ago
|
||
bugherder |
Comment 6•1 year ago
|
||
The patch landed in nightly and beta is affected.
:gsvelto, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox119
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 7•1 year ago
|
||
Comment on attachment 9358060 [details]
Bug 1858390 - Fix fetching crash annotations when using elfhack r=glandium
Beta/Release Uplift Approval Request
- User impact if declined: Users are not affected directly, but crash reports from Android and some Linux users are missing important information
- 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 code is well covered with tests and is only exercised after one of the child processes crashed
- String changes made/needed: none
- Is Android affected?: Yes
Comment 8•1 year ago
|
||
Comment on attachment 9358060 [details]
Bug 1858390 - Fix fetching crash annotations when using elfhack r=glandium
Thanks for the uplift request. Moving to release since Fx119 is now in RC.
This will be uplifted for 119.0 RC2
Comment 9•1 year ago
|
||
Comment on attachment 9358060 [details]
Bug 1858390 - Fix fetching crash annotations when using elfhack r=glandium
Approved for 119.0 RC2
Comment 10•1 year ago
|
||
uplift |
Updated•1 year ago
|
Description
•