Open
Bug 1325598
Opened 9 years ago
Updated 3 years ago
Assertion failure: false (WebGLContext::ErrorImplementationBug), at WebGLContextUtils.cpp:222
Categories
(Core :: Graphics: CanvasWebGL, defect, P3)
Core
Graphics: CanvasWebGL
Tracking
()
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: assertion, Whiteboard: [gfx-noted])
Attachments
(1 file)
|
143.03 KB,
text/plain
|
Details |
found via bughunter and reproduced on latest windows m-c tinderbox debug build.
JavaScript warning: https://ocias.com/games/foggy-shore/webGL/Release/Foggy-Shore.js, line 1: Error: WebGL: Implementation bug, please file at https://bugzilla.mozilla.org/! copyTexSubImage2D: ANGLE is particular about CopyTexSubImage formats matching exactly.
Assertion failure: false (WebGLContext::ErrorImplementationBug), at c:/builds/moz2_slave/m-cen-w32-d-000000000000000000/build/src/dom/canvas/WebGLContextUtils.cpp:222
Steps to reproduce:
-> Load https://ocias.com/games/foggy-shore/index.php
--> Assertion failure
Assertion failure: false (WebGLContext::ErrorImplementationBug), at c:/builds/moz2_slave/m-cen-w32-d-000000000000000000/build/src/dom/canvas/WebGLContextUtils.cpp:222
Note: Bughunter reported this as possible exploitable to filing as s-s bug just in case
Also affects trunk to beta -> Trunk on linux and windows
| Reporter | ||
Comment 1•9 years ago
|
||
[Tracking Requested - why for this release]:
bughunter real world website found.
Jeff is this something for you ?
status-firefox51:
--- → affected
status-firefox52:
--- → affected
status-firefox53:
--- → affected
tracking-firefox51:
--- → ?
tracking-firefox52:
--- → ?
tracking-firefox53:
--- → ?
Flags: needinfo?(jgilbert)
| Reporter | ||
Comment 2•9 years ago
|
||
Comment 4•9 years ago
|
||
Specifically, this is safe to ship with.
This is an assert we want to know when it trips, and eventually fix. It does not represent a dangerous bug per se. (it's also DEBUG only)
Updated•9 years ago
|
tracking-firefox51:
? → ---
Updated•9 years ago
|
Priority: -- → P3
Whiteboard: [gfx-noted]
Updated•9 years ago
|
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•