Closed
Bug 1797980
Opened 2 years ago
Closed 2 years ago
Check thread names for "CanvasRenderer"
Categories
(Core :: Graphics, task)
Core
Graphics
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: jstutte, Assigned: jstutte)
References
Details
Attachments
(1 file)
From this crash it seems we have three (!) "CanvasRenderer" threads during a hang.
From CanvasRenderThread::Start
it seems, we name the BHM the same as the thread, which is at least confusing.
There is also a typo CanvasRender::BackgroundHanSetup
in the code.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → jstutte
Status: NEW → ASSIGNED
Pushed by jstutte@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/247e69b790ae
Adjust CanvasRenderThread BHM and Task name, correct typo. r=gfx-reviewers,aosmond
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•