Closed
Bug 864043
Opened 12 years ago
Closed 11 years ago
WebGL crash [@mozilla::WebGLContext::ForceClearFramebufferWithDefaultValues]
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: posidron, Unassigned)
References
Details
(Keywords: assertion, crash, testcase)
Crash Data
Attachments
(2 files, 1 obsolete file)
Tested with m-i changeset: 129367:9ff5c0134bbf
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
The crash is caused by an assertion failure - did not fit in the title.
Assertion failure: colorClearValue[0] == mColorClearValue[0] && colorClearValue[1] == mColorClearValue[1] && colorClearValue[2] == mColorClearValue[2] && colorClearValue[3] == mColorClearValue[3], at content/canvas/src/WebGLContext.cpp:1165
Reporter | ||
Comment 3•12 years ago
|
||
Minimized testcase
Attachment #739992 -
Attachment is obsolete: true
Comment 4•11 years ago
|
||
Alright, sounds like I was right. We don't (but need to) shadow GLclampf values properly.
Comment 5•11 years ago
|
||
Did the patch in bug 885911 fix this?
Reporter | ||
Comment 6•11 years ago
|
||
Seems like it, testcase is not crashing anymore.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•