Closed
Bug 1727459
Opened 3 years ago
Closed 3 years ago
Add more logs around WebRenderLayerManager::Initialize()
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
93 Branch
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-release+
|
Details | Review |
Crash of Bug 1707475 seems to happen by widget size in WebRenderLayerManager::Initialize(). Then it seems helpful to add logs around the widget size for estimating the cause of the crash.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Attachment #9237895 -
Attachment description: Bug 1727459 - Add more logs around widget size in WebRenderLayerManager::Initialize() → WIP: Bug 1727459 - Add more logs around widget size in WebRenderLayerManager::Initialize()
Updated•3 years ago
|
Attachment #9237895 -
Attachment description: WIP: Bug 1727459 - Add more logs around widget size in WebRenderLayerManager::Initialize() → Bug 1727459 - Add more logs around widget size in WebRenderLayerManager::Initialize()
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b41457a3dc25
Add more logs around widget size in WebRenderLayerManager::Initialize() r=gfx-reviewers,jrmuizel
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
Comment 4•3 years ago
|
||
Did you want to nominate this for release approval so it can ride along with an RC respin?
Flags: needinfo?(sotaro.ikeda.g)
Assignee | ||
Comment 5•3 years ago
|
||
Comment on attachment 9237895 [details]
Bug 1727459 - Add more logs around widget size in WebRenderLayerManager::Initialize()
Beta/Release Uplift Approval Request
- User impact if declined: Start up crash of Bug 1707475 could happen. Crash report says that the crash was addressed with the fix, though I could not reproduce the crash locally.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- 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): The patch added just a simple error handling and logs.
- String changes made/needed:
Flags: needinfo?(sotaro.ikeda.g)
Attachment #9237895 -
Flags: approval-mozilla-beta?
Comment 6•3 years ago
|
||
Comment on attachment 9237895 [details]
Bug 1727459 - Add more logs around widget size in WebRenderLayerManager::Initialize()
Approved for 92.0rc2.
Attachment #9237895 -
Flags: approval-mozilla-beta? → approval-mozilla-release+
Comment 7•3 years ago
|
||
bugherder uplift |
status-firefox92:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•