Closed
Bug 1060180
Opened 10 years ago
Closed 10 years ago
"Assertion failure: (aTarget == 0x0DE1) == (mTarget == 0x0DE1)"
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: wlitwinczyk)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
Assertion failure: (aTarget == 0x0DE1) == (mTarget == 0x0DE1), at dom/canvas/WebGLTexture.cpp:148
This assertion was added in
https://hg.mozilla.org/mozilla-central/rev/baa68b41e879#l12.69
> // TODO(djg): I suspected the following ASSERT and check are
> // trying to express more than they're saying, probably
> // to do with cubemap targets. We should do this
> // properly. https://bugzilla.mozilla.org/show_bug.cgi?id=1006908
> MOZ_ASSERT((aTarget == LOCAL_GL_TEXTURE_2D) == (mTarget == LOCAL_GL_TEXTURE_2D));
> if ((aTarget == LOCAL_GL_TEXTURE_2D) != (mTarget == LOCAL_GL_TEXTURE_2D)) {
> return;
> }
Reporter | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Bug 1006908 addressed the root cause. Tested again and could not reproduce. Marking as WFM.
Assignee: nobody → wlitwinczyk
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•