Closed
Bug 1258612
Opened 9 years ago
Closed 9 years ago
Fuzzy test causes assertion in CopyTexImage2D
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
DUPLICATE
of bug 1259696
People
(Reporter: ethlin, Assigned: ethlin)
Details
...
/*L*/ "try { o2.copyTexImage2D(34070, 4398046511105, 6407, 2, 2048, 0.5475885657471578, 8589934592, 0) } catch(e) { Logger.JSError(e); }"
code stack:
Assertion failure: false (We should have caught all other errors.), at /Volumes/firefoxos/Dev/mozilla-git/gecko-dev/dom/canvas/WebGLTextureUpload.cpp:1830
#01: mozilla::WebGLTexture::CopyTexImage2D(StrongGLenum<TexImageTargetDetails>, int, unsigned int, int, int, int, int, int)[/Volumes/firefoxos/Dev/mozilla-git/gecko-dev/obj-x86_64-apple-darwin14.5.0/dist/NightlyDebug.app/Contents/MacOS/XUL +0x33ccb5b]
#02: mozilla::WebGLContext::CopyTexImage2D(unsigned int, int, unsigned int, int, int, int, int, int)[/Volumes/firefoxos/Dev/mozilla-git/gecko-dev/obj-x86_64-apple-darwin14.5.0/dist/NightlyDebug.app/Contents/MacOS/XUL +0x3372479]
#03: mozilla::dom::WebGLRenderingContextBinding::copyTexImage2D(JSContext*, JS::Handle<JSObject*>, mozilla::WebGLContext*, JSJitMethodCallArgs const&)[/Volumes/firefoxos/Dev/mozilla-git/gecko-dev/obj-x86_64-apple-darwin14.5.0/dist/NightlyDebug.app/Contents/MacOS/XUL +0x2d86d4d]
#04: mozilla::dom::GenericBindingMethod(JSContext*, unsigned int, JS::Value*)[/Volumes/firefoxos/Dev/mozilla-git/gecko-dev/obj-x86_64-apple-darwin14.5.0/dist/NightlyDebug.app/Contents/MacOS/XUL +0x325dc7d]
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•