Closed
Bug 1667919
Opened 4 years ago
Closed 4 years ago
SWGL crash in gGetGraphicsResetStatus
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
VERIFIED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=316924744&repo=try&lineNumber=1226
If BeginFrame returns false, then we check RenderCompositor::IsContextLost
, which attempts to use the default GLContext, and swgl doesn't have one.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D91671
Updated•4 years ago
|
Assignee: nobody → matt.woodrow
Status: NEW → ASSIGNED
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4275ec92a759
Don't crash when calling IsContextLost on a RenderCompositorSWGL. r=jrmuizel
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Updated•4 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•