Closed
Bug 1973470
Opened 7 days ago
Closed 6 days ago
[HDR/Linux] Deadlock on tab rearrangement
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox-esr140 | --- | unaffected |
firefox140 | --- | unaffected |
firefox141 | --- | disabled |
firefox142 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
When we removed Shutdown() at Bug 1971968 we don't have tight control over layer shutdown which may lead to deadlock if WaylandSurface is used by widget compositor repeatedly.
Assignee | ||
Updated•7 days ago
|
Summary: [HDR] Deadlock on tab rearrangement → [HDR/Linux] Deadlock on tab rearrangement
Assignee | ||
Comment 1•7 days ago
|
||
Updated•7 days ago
|
Assignee: nobody → stransky
Status: NEW → ASSIGNED
Pushed by stransky@redhat.com:
https://github.com/mozilla-firefox/firefox/commit/71bd0afaac5d
https://hg.mozilla.org/integration/autoland/rev/2c66db3d1edc
[HDR/Linux] Use explict shutdown of NativeLayerRootWayland() and ensure it's called from main thread r=emilio
Comment 3•6 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 days ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Comment 4•6 days ago
|
||
Set release status flags based on info from the regressing bug 1971968
status-firefox140:
--- → unaffected
status-firefox141:
--- → affected
status-firefox-esr128:
--- → unaffected
status-firefox-esr140:
--- → unaffected
Comment 5•5 days ago
|
||
The patch landed in nightly and beta is affected.
:stransky, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox141
towontfix
.
For more information, please visit BugBot documentation.
Flags: needinfo?(stransky)
Assignee | ||
Updated•4 days ago
|
Flags: needinfo?(stransky)
You need to log in
before you can comment on or make changes to this bug.
Description
•