Bug 1546397 Comment 12 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

By using glGetGraphicsResetStatusEXT , I did not see an error of fGetGraphicsResetStatus. But when https://akirodic.com/p/jellyfish/ was seen, WebGL context was lost in 20 seconds with the following log. out of gpu memory seemed to happen.

> W/Adreno200-GSL(22710): <sharedmem_gpumem_alloc:991>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
> W/Adreno200-GSL(22710): <sharedmem_gpumem_alloc:991>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
> W/Adreno200-ES20(22710): <oglLinkEGLImage2GLTexture:1693>: GL_INVALID_OPERATION
> W/GeckoConsole(22710): [JavaScript Warning: "Error: WebGL warning: <PresentScreenBuffer>: PublishFrame failed. Losing context."]
> I/Gecko   (22710): WebGL(0x8a9c0800)::ForceLoseContext
By using glGetGraphicsResetStatusEXT , I did not see an error of fGetGraphicsResetStatus. But when https://akirodic.com/p/jellyfish/ was visited, WebGL context was lost in 20 seconds with the following log. out of gpu memory seemed to happen.

> W/Adreno200-GSL(22710): <sharedmem_gpumem_alloc:991>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
> W/Adreno200-GSL(22710): <sharedmem_gpumem_alloc:991>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
> W/Adreno200-ES20(22710): <oglLinkEGLImage2GLTexture:1693>: GL_INVALID_OPERATION
> W/GeckoConsole(22710): [JavaScript Warning: "Error: WebGL warning: <PresentScreenBuffer>: PublishFrame failed. Losing context."]
> I/Gecko   (22710): WebGL(0x8a9c0800)::ForceLoseContext

Back to Bug 1546397 Comment 12