Crash in [@ __pthread_mutex_lock | wl_proxy_create | moz_container_request_parent_frame_callback]
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: gsvelto, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-f6dda3c5-ea8d-4a9b-beb4-0ec1c0200127.
Top 10 frames of crashing thread:
0 libpthread-2.30.so __pthread_mutex_lock /usr/src/debug/glibc-2.30-34-g994e529a37/nptl/../nptl/pthread_mutex_lock.c:67
1 libwayland-client.so.0.3.0 wl_proxy_create src/wayland-client.c:461
2 libxul.so moz_container_request_parent_frame_callback widget/gtk/mozcontainer.cpp:308
3 libxul.so moz_container_get_wl_surface widget/gtk/mozcontainer.cpp:591
4 libxul.so nsWindow::GetWaylandSurface widget/gtk/nsWindow.cpp:7488
5 libxul.so mozilla::widget::WindowSurfaceWayland::CommitWaylandBuffer widget/gtk/WindowSurfaceWayland.cpp:1067
6 libxul.so RunnableFunction<void ipc/chromium/src/base/task.h:324
7 libxul.so MessageLoop::DoDelayedWork ipc/chromium/src/base/message_loop.cc:549
8 libxul.so base::MessagePumpDefault::Run ipc/chromium/src/base/message_pump_default.cc:39
9 libxul.so MessageLoop::Run ipc/chromium/src/base/message_loop.cc:290
Wayland-related crash though the stack isn't very helpful. This seems to have started in build 20200117094453.
Updated•5 years ago
|
Reporter | ||
Comment 1•5 years ago
|
||
I found more signatures for this.
Reporter | ||
Comment 2•5 years ago
|
||
Many, many comments in the various reports mention this happens while installing, uninstalling or deactivating an extension. A few also mention that right mouse clicks in Firefox stop working and then it crashes. Many crashes have about:addons as the URL, or some actual add-on page such as https://addons.mozilla.org/en-US/firefox/addon/zoom-new-scheduler/
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Looks like a duplicate of bug 1628583, no? Different stack but both look like a mutex around moz_container_get_wl_surface
(https://phabricator.services.mozilla.com/D71737) would help.
Looks like Bug 1628583.
Description
•