Closed
Bug 623492
Opened 14 years ago
Closed 13 years ago
[ANGLE] WebGLES shader assertion failed: (false && "Default missing"), function operator<
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: posidron, Unassigned)
References
()
Details
(Keywords: crash, testcase)
Attachments
(2 files)
// Shader Type: Fragment
highp ivec3 abb;
uniform lowp vec2 dba;
uniform highp vec2 add;
uniform lowp float bda;
lowp int acb;
uniform mediump float bdb;
void main() {
if(abb - dba < add >= (bda == (acb--)))
bdb = 0.32;
}
Assertion failed: (false && "Default missing"), function operator<, file /Users/cdiehl/Mozilla/trunk/gfx/angle/src/compiler/ConstantUnion.h, line 134.
Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Can you please file this in the ANGLE issue tracker as well? Thanks
Reporter | ||
Updated•14 years ago
|
Comment 3•14 years ago
|
||
Thanks. This is fixed in ANGLE r559.
BTW do you have assertions enabled in your release builds?
Comment 4•14 years ago
|
||
No we don't, as far as I know.
Comment 5•14 years ago
|
||
Christoph, do you confirm that this crash was in a debug build of Firefox?
Reporter | ||
Comment 6•14 years ago
|
||
Yes
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•