Closed
Bug 1863993
Opened 1 year ago
Closed 1 year ago
[Wayland] Debug crash at GLContextEGL::CreateWaylandBufferSurface()
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 1856560
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Crash at GLContextEGL::CreateWaylandBufferSurface(). Reproductible on debug build if titlebar is switched on/off.
MOZ_ASSERT(!sSavedGLSurfaces.Contains(surface));
#0 0x00007fee26e17413 in __GI___clock_nanosleep (clock_id=clock_id@entry=0, flags=flags@entry=0, req=req@entry=0x7fedefbfd350, rem=rem@entry=0x7fedefbfd350)
at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48
#1 0x00007fee26e1beb7 in __GI___nanosleep (req=req@entry=0x7fedefbfd350, rem=rem@entry=0x7fedefbfd350) at ../sysdeps/unix/sysv/linux/nanosleep.c:25
#2 0x00007fee26e1bde3 in __sleep (seconds=0) at ../sysdeps/posix/sleep.c:55
#3 0x00007fee1c0677a0 in common_crap_handler(int, void const*) (signum=11, aFirstFramePC=0x7fee1c02cdad <nsProfileLock::FatalSignalHandler(int, siginfo_t*, void*)+605>)
at /raid/src/toolkit/xre/nsSigHandlers.cpp:100
#4 0x00007fee1c0678e7 in ah_crap_handler(int) (signum=11) at /raid/src/toolkit/xre/nsSigHandlers.cpp:108
#5 0x00007fee1c02cdad in nsProfileLock::FatalSignalHandler(int, siginfo_t*, void*) (signo=11, info=0x7fedefbfd630, context=0x7fedefbfd500)
at /raid/src/toolkit/profile/nsProfileLock.cpp:183
#6 0x00007fee1d94a0dd in WasmTrapHandler(int, siginfo_t*, void*) (signum=11, info=0x7fedefbfd630, context=0x7fedefbfd500) at /raid/src/js/src/wasm/WasmSignalHandlers.cpp:794
#7 0x00007fee26d7ebb0 in <signal handler called> () at /lib64/libc.so.6
#8 0x00007fee133f4213 in mozilla::gl::GLContextEGL::CreateWaylandBufferSurface(mozilla::gl::EglDisplay&, void*, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits>&)
(egl=..., config=0x7feddf145100, pbsize=...) at /raid/src/gfx/gl/GLContextProviderEGL.cpp:855
#9 0x00007fee133f3eee in mozilla::gl::GLContextEGL::CreateEGLSurfaceForCompositorWidget(mozilla::widget::CompositorWidget*, void*)
(aCompositorWidget=0x7fedd2df1ca0, aConfig=0x7feddf145100) at /raid/src/gfx/gl/GLContextProviderEGL.cpp:358
#10 0x00007fee13ac0d11 in mozilla::wr::RenderCompositorEGL::CreateEGLSurface() (this=0x7fedd2c2aec0) at /raid/src/gfx/webrender_bindings/RenderCompositorEGL.cpp:58
#11 0x00007fee13ac1bbf in mozilla::wr::RenderCompositorEGL::Resume() (this=0x7fedd2c2aec0) at /raid/src/gfx/webrender_bindings/RenderCompositorEGL.cpp:203
#12 0x00007fee13ad86d2 in mozilla::wr::RendererOGL::Resume() (this=0x7fedd2ff4160) at /raid/src/gfx/webrender_bindings/RendererOGL.cpp:294
#13 0x00007fee13ad863d in mozilla::wr::RenderThread::Resume(mozilla::wr::WrWindowId) (this=0x7fedf02ab500, aWindowId=...) at /raid/src/gfx/webrender_bindings/RenderThread.cpp:865
#14 0x00007fee13b1af4e in mozilla::wr::WebRenderAPI::Resume()::ResumeEvent::Run(mozilla::wr::RenderThread&, mozilla::wr::WrWindowId) (this=0x7fedc1ab4cc0, aRenderThread=..., aWindowId=...)
Assignee | ||
Updated•1 year ago
|
Blocks: wayland
Flags: needinfo?(stransky)
Summary: Debug crash at GLContextEGL::CreateWaylandBufferSurface() → [Wayland] Debug crash at GLContextEGL::CreateWaylandBufferSurface()
Assignee | ||
Comment 1•1 year ago
|
||
Dupe of Bug 1856560.
Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1856560
Flags: needinfo?(stransky)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•