Closed
Bug 1986093
Opened 4 months ago
Closed 4 months ago
[HDR] Crash in [@ DMABufSurface::FenceWait] with DMABufSurface::FenceWait() missing GL context
Categories
(Core :: Widget: Gtk, defect, P3)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
144 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox-esr140 | --- | disabled |
| firefox142 | --- | disabled |
| firefox143 | --- | disabled |
| firefox144 | --- | fixed |
People
(Reporter: mccr8, Assigned: stransky)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
Crash report: https://crash-stats.mozilla.org/report/index/1430ca59-bc82-4aea-af35-2f8300250829
MOZ_CRASH Reason:
MOZ_DIAGNOSTIC_ASSERT(mGL) (DMABufSurface::FenceWait() missing GL context!)
Top 10 frames:
0 libxul.so MOZ_CrashSequence(void*, long) mfbt/Assertions.h:248
0 libxul.so DMABufSurface::FenceWait() widget/gtk/DMABufSurface.cpp:527
1 libxul.so mozilla::layers::NativeLayerWaylandRender::CommitFrontBufferToScreenLocked(mo... gfx/layers/NativeLayerWayland.cpp:1165
2 libxul.so mozilla::layers::NativeLayerWayland::RenderLayer(double) gfx/layers/NativeLayerWayland.cpp:838
3 libxul.so mozilla::layers::NativeLayerRootWayland::CommitToScreen() gfx/layers/NativeLayerWayland.cpp:497
4 libxul.so mozilla::wr::RenderCompositorNative::CompositorEndFrame() gfx/webrender_bindings/RenderCompositorNative.cpp:279
5 libxul.so <webrender::compositor::sw_compositor::SwCompositor as webrender::composite::... gfx/wr/webrender/src/compositor/sw_compositor.rs:1990
6 libxul.so webrender::renderer::Renderer::render_impl gfx/wr/webrender/src/renderer/mod.rs:1878
7 libxul.so webrender::renderer::Renderer::render gfx/wr/webrender/src/renderer/mod.rs:1364
8 libxul.so wr_renderer_render gfx/webrender_bindings/src/bindings.rs:651
| Assignee | ||
Updated•4 months ago
|
Blocks: hdr-video-linux
Priority: -- → P3
Summary: Crash in [@ DMABufSurface::FenceWait] with DMABufSurface::FenceWait() missing GL context → [HDR] Crash in [@ DMABufSurface::FenceWait] with DMABufSurface::FenceWait() missing GL context
| Assignee | ||
Updated•4 months ago
|
Flags: needinfo?(stransky)
| Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → stransky
Status: NEW → ASSIGNED
| Assignee | ||
Updated•4 months ago
|
Flags: needinfo?(stransky)
Pushed by stransky@redhat.com:
https://github.com/mozilla-firefox/firefox/commit/2d5f98f2c86e
https://hg.mozilla.org/integration/autoland/rev/f77066a0f015
[Linux] Don't assert on missing GLContext without textures r=emilio
Comment 3•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
Updated•4 months ago
|
status-firefox142:
--- → disabled
status-firefox143:
--- → disabled
status-firefox-esr115:
--- → unaffected
status-firefox-esr128:
--- → unaffected
status-firefox-esr140:
--- → disabled
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c145/b144]
You need to log in
before you can comment on or make changes to this bug.
Description
•