Closed
Bug 785900
Opened 13 years ago
Closed 9 years ago
crash [@mozilla::layers::CanvasLayerOGL::RenderLayer]
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: posidron, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
9.64 KB,
text/plain
|
Details |
I am not yet able to provide a working testcase for this but the crash occurs right now on every fuzz run.
Updated•13 years ago
|
Component: Canvas: WebGL → Graphics: Layers
Summary: WebGL crash [@mozilla::layers::CanvasLayerOGL::RenderLayer] → crash [@mozilla::layers::CanvasLayerOGL::RenderLayer]
| Reporter | ||
Comment 1•13 years ago
|
||
It looks like I now need to call:
gl.getExtension("MOZ_WEBGL_lose_context").loseContext();
after each evaluated testcase. By calling loseContext() manually the crash is not reproducible.
I am closing this bug as incomplete since there are zero reports of this crash in the last year with a supported version of Firefox. Please reopen this bug if you can reproduce the crash in a current version.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•