Closed
Bug 1872327
Opened 1 year ago
Closed 1 year ago
Don't leak runnables on shutdown in nsThreadPool
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
123 Branch
People
(Reporter: lsalzman, Assigned: lsalzman)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [sp3])
Attachments
(1 file)
This bug is to deal specifically with one particular manifestation of bug 1767344 with CanvasTranslator that manifests as runnables being passed to nsThreadPool during shutdown, causing strange intermittents in the gpu subset of mochitests for remote canvas.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
It looks like this was an oversight in bug 1155059, that in one place an
already_AddRefed does not get converted to a RefPtr.
Updated•1 year ago
|
Assignee: nobody → lsalzman
Status: NEW → ASSIGNED
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/601b104d4bb5
Don't leak runnables on shutdown in nsThreadPool. r=aosmond
Comment 3•1 year ago
|
||
Set release status flags based on info from the regressing bug 1155059
status-firefox121:
--- → affected
status-firefox122:
--- → affected
status-firefox123:
--- → affected
status-firefox-esr115:
--- → affected
Comment 4•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
Updated•1 year ago
|
Comment 5•1 year ago
|
||
The patch landed in nightly and beta is affected.
:lsalzman, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox122
towontfix
.
For more information, please visit BugBot documentation.
Flags: needinfo?(lsalzman)
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(lsalzman)
Updated•1 year ago
|
Whiteboard: [sp3]
Updated•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-692
You need to log in
before you can comment on or make changes to this bug.
Description
•