Closed
Bug 973394
Opened 11 years ago
Closed 11 years ago
"Assertion failure: HasImage()" in copyTexImage2D call
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: wlitwinczyk)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files, 1 obsolete file)
Assertion failure: HasImage(), at content/canvas/src/WebGLFramebuffer.cpp:53
This assertion was added in bug 970775.
Does not crash opt builds; instead, I get:
JavaScript warning: file:///Users/jruderman/Desktop/t.html, line 17: WebGL: copyTexImage2D generated error INVALID_VALUE
Reporter | ||
Comment 1•11 years ago
|
||
Doesn't appear there was check for an attached image.
Attachment #8377475 -
Flags: review?(jgilbert)
Comment 3•11 years ago
|
||
This should be fixed by bug 972164. Can we land that more-complete fix first?
(In reply to Jeff Gilbert [:jgilbert] from comment #3)
> This should be fixed by bug 972164. Can we land that more-complete fix first?
Of course. I saw this bug late last night and thought I'd throw a quick patch together for it. Should we mark this bug as depending on 972164?
Attachment #8377475 -
Attachment is obsolete: true
Attachment #8377475 -
Flags: review?(jgilbert)
Assignee | ||
Updated•11 years ago
|
Assignee: jgilbert → wlitwinczyk
Assignee | ||
Comment 6•11 years ago
|
||
Tested FF 34 with OSX, Linux, Win7, and WinXP and could not reproduce, marking as WFM.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•