Bug 1506665 Comment 43 Edit History

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

Crash happened with attachment 9035833 [details].

Crash happened in ShareableCanvasRenderer::Initialize(). Null pointer access happened since gl::GLScreenBuffer* screen = mGLContext->Screen() was nullptr. mGLContext was destroyed because of EnsureDefaultFB() failure.
Crash happened with attachment 9035833 [details].

Crash happened in ShareableCanvasRenderer::Initialize(). Null pointer access happened since gl::GLScreenBuffer* screen = mGLContext->Screen() was nullptr. mGLContext was destroyed because of EnsureDefaultFB() failure it caused the nullptr.
Crash happened with attachment 9035833 [details].

Crash happened in ShareableCanvasRenderer::Initialize(). Null pointer access happened since gl::GLScreenBuffer* screen = mGLContext->Screen() was nullptr. mGLContext was destroyed because of EnsureDefaultFB() failure, it caused the nullptr.

Back to Bug 1506665 Comment 43