Crash in [@ mozilla::Maybe<T>::operator* | mozilla::wr::RenderCompositorNativeOGL::Bind]
Categories
(Core :: Graphics, defect)
Tracking
()
People
(Reporter: RyanVM, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Regression from bug 1826280?
Crash report: https://crash-stats.mozilla.org/report/index/024412e0-c4bc-4b8f-a3f4-eda6a0230406
MOZ_CRASH Reason: MOZ_RELEASE_ASSERT(isSome())
Top 10 frames of crashing thread:
0 libxul.so mozilla::Maybe<unsigned int>::operator*& mfbt/Maybe.h:819
0 libxul.so mozilla::wr::RenderCompositorNativeOGL::Bind gfx/webrender_bindings/RenderCompositorNative.cpp:551
1 libxul.so <webrender_bindings::bindings::WrCompositor as webrender::composite::Compositor>::bind gfx/webrender_bindings/src/bindings.rs:1337
2 libxul.so webrender::renderer::Renderer::draw_frame gfx/wr/webrender/src/renderer/mod.rs:4404
3 libxul.so webrender::renderer::Renderer::render_impl gfx/wr/webrender/src/renderer/mod.rs:1514
4 libxul.so webrender::renderer::Renderer::render gfx/wr/webrender/src/renderer/mod.rs:1231
5 libxul.so wr_renderer_render gfx/webrender_bindings/src/bindings.rs:619
6 libxul.so mozilla::wr::RendererOGL::UpdateAndRender gfx/webrender_bindings/RendererOGL.cpp:190
6 libxul.so mozilla::wr::RenderThread::UpdateAndRender gfx/webrender_bindings/RenderThread.cpp:849
7 libxul.so mozilla::wr::RenderThread::HandleFrameOneDocInner gfx/webrender_bindings/RenderThread.cpp:692
Comment 1•3 years ago
|
||
RenderCompositorNativeOGL is is enabled by gfx.webrender.compositor. It is not enabled by default on Linux.
Comment 2•3 years ago
|
||
The assert failure seemed to be triggered by Failed to obtain buffer error. bug 1826280 seemed not related to this bug.
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Hm, IIUC this can only ever happen if WaylandBufferDMABUF::Create() fails. I wonder if somebody just played with tile sizes and set some values too big for the GPU or something like that (can't see that in the report). I.e. if there aren't any new reports I guess we can just close this.
Updated•3 years ago
|
Comment 5•2 years ago
|
||
Closing because no crashes reported for 12 weeks.
Description
•