Crash in [@ wl_proxy_get_user_data | wl_surface_get_user_data]
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
People
(Reporter: o2q2tcedsh0, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(4 files)
Crash report: https://crash-stats.mozilla.org/report/index/b42b174f-b455-4cb5-a600-979050250529
Reason:
SIGSEGV / SEGV_MAPERR
Top 10 frames:
0 libwayland-client.so.0 wl_proxy_get_user_data src/wayland-client.c:2291
1 libgdk-3.so.0 wl_surface_get_user_data /usr/include/wayland-client-protocol.h:3663
1 libgdk-3.so.0 data_device_enter gdk/wayland/gdkdevice-wayland.c:1177
2 libffi.so.8 ffi_call_unix64 /build/libffi-1SdSm6/libffi-3.4.4/src/x86/unix64.S:104
3 libffi.so.8 ffi_call_int src/x86/ffi64.c:673
4 libffi.so.8 ffi_call src/x86/ffi64.c:710
5 libwayland-client.so.0 wl_closure_invoke src/connection.c:1228
6 libwayland-client.so.0 dispatch_event src/wayland-client.c:1670
7 libwayland-client.so.0 dispatch_queue src/wayland-client.c:1816
7 libwayland-client.so.0 wl_display_dispatch_queue_pending src/wayland-client.c:2058
Comment 1•10 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•10 months ago
|
||
Please attach your about:support page. Are there any reproduction steps?
Thanks.
I think the crash occurred like this.
I take a bookmark from the bookmarks toolbar. Then I go to a folder in the bookmarks toolbar. The folder opens.
Then I go to another folder and then to another one. I hold the bookmark with the mouse the whole time.
After some time, a crash sometimes occurs.
Updated•10 months ago
|
Comment 6•10 months ago
|
||
Can you reproduce somehow? If so, can you try to run on terminal with MOZ_LOG="WidgetPopup:5" WAYLAND_DEBUG=1 env variables, reproduce the issue and attach the log here?
For instance run as:
MOZ_LOG="WidgetPopup:5" WAYLAND_DEBUG=1 firefox > log.txt 2>&1
and attach log.txt here.
Thanks.
I would like to add a bookmark from the tab bar to the bookmarks bar. e.g.
Hold a tab with the right mouse button. Drag it onto the arrow symbol on the right in the menu bar.
Now sometimes a crash happens, just like with some folders in the bookmarks bar. I was able to repeat the crash twice.
https://crash-stats.mozilla.org/report/index/6fc450c7-8aef-4f04-b5f7-e399e0250605
https://crash-stats.mozilla.org/report/index/fec1ca4a-2b5e-4d5c-a38c-59e040250605
| Reporter | ||
Comment 10•10 months ago
|
||
"Show more bookmarks" in the bookmarks toolbar is sometimes out of the screen. This is the time when crashes often happen.
Description
•