Closed
Bug 1689568
Opened 4 years ago
Closed 4 years ago
Debug overlay asserts in SwCompositor::bind()
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: lsalzman, Assigned: lsalzman)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Filing this one for jrmuizel:
I get this crash when turning on picture caching debugging https://crash-stats.mozilla.org/report/index/0067d269-e18b-4d2a-b50d-adf640210128
So it looks like we simply don't call invalidate_tile() on the debug overlay tile before binding it, so valid rect never gets initialized...
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a968d3096cd9
invalidate WR debug overlay before binding. r=jrmuizel
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•