Bug 2279157 - Crash in meta_wayland_transaction_commit
Summary: Crash in meta_wayland_transaction_commit
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-shell
Version: 40
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: GNOME SIG Unassigned
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-05-05 14:42 UTC by jlpicard
Modified: 2024-05-27 12:11 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: ---
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description jlpicard 2024-05-05 14:42:18 UTC
See also https://github.com/eclipse-platform/eclipse.platform.swt/issues/1108



Reproducible: Always

Steps to Reproduce:
1. Start an Eclipse IDE with JDK 17
2. Move mouse cursor over a class and wait for the tooltip
3. Press F2 to focus
Actual Results:  
crash of Wayland/Gnome-Shell-Session (segfault)


Core was generated by `/usr/bin/gnome-shell'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007fa19c16928d in meta_wayland_transaction_commit () from /lib64/libmutter-14.so.0
[Current thread is 1 (Thread 0x7fa198a56640 (LWP 2906))]
(gdb) bt
#0  0x00007fa19c16928d in meta_wayland_transaction_commit () at /lib64/libmutter-14.so.0
#1  0x00007fa19c160a29 in wl_surface_commit.lto_priv () at /lib64/libmutter-14.so.0
#2  0x00007fa19c26e056 in ffi_call_unix64 () at /lib64/libffi.so.8
#3  0x00007fa19c26a6a0 in ffi_call_int.lto_priv () at /lib64/libffi.so.8
#4  0x00007fa19c26d4ee in ffi_call () at /lib64/libffi.so.8
#5  0x00007fa19a6737e3 in wl_closure_invoke.constprop () at /lib64/libwayland-server.so.0
#6  0x00007fa19a678080 in wl_client_connection_data () at /lib64/libwayland-server.so.0
#7  0x00007fa19a676852 in wl_event_loop_dispatch () at /lib64/libwayland-server.so.0
#8  0x00007fa19c1451bb in wayland_event_source_dispatch.lto_priv () at /lib64/libmutter-14.so.0
#9  0x00007fa19c74368c in g_main_context_dispatch_unlocked.lto_priv () at /lib64/libglib-2.0.so.0
#10 0x00007fa19c7a4788 in g_main_context_iterate_unlocked.isra () at /lib64/libglib-2.0.so.0
#11 0x00007fa19c749647 in g_main_loop_run () at /lib64/libglib-2.0.so.0
#12 0x00007fa19c0d292a in meta_context_run_main_loop () at /lib64/libmutter-14.so.0
#13 0x00007fa19c26e056 in ffi_call_unix64 () at /lib64/libffi.so.8
#14 0x00007fa19c26a6a0 in ffi_call_int.lto_priv () at /lib64/libffi.so.8
#15 0x00007fa19c26d4ee in ffi_call () at /lib64/libffi.so.8
#16 0x00007fa19c5d2eee in Gjs::Function::invoke(JSContext*, JS::CallArgs const&, JS::Handle<JSObject*>, _GIArgument*) [clone .localalias] [clone .lto_priv.0] ()
    at /lib64/libgjs.so.0
#17 0x00007fa19c5d4313 in Gjs::Function::call(JSContext*, unsigned int, JS::Value*) () at /lib64/libgjs.so.0
#18 0x00007fa19a87cb64 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason) () at /lib64/libmozjs-115.so.0
#19 0x00007fa19a886286 in js::Interpret(JSContext*, js::RunState&) () at /lib64/libmozjs-115.so.0
#20 0x00007fa19a87c523 in js::RunScript(JSContext*, js::RunState&) () at /lib64/libmozjs-115.so.0
#21 0x00007fa19a87ca67 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason) () at /lib64/libmozjs-115.so.0
#22 0x00007fa19a87cedd in js::Call(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, js::AnyInvokeArgs const&, JS::MutableHandle<JS::Value>, js::CallReason) ()
    at /lib64/libmozjs-115.so.0
#23 0x00007fa19a901bd8 in JS::Call(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, JS::HandleValueArray const&, JS::MutableHandle<JS::Value>) ()
    at /lib64/libmozjs-115.so.0
#24 0x00007fa19c607b02 in GjsContextPrivate::run_main_loop_hook() [clone .localalias] () at /lib64/libgjs.so.0
#25 0x00007fa19c60ef8f in gjs_context_eval_module () at /lib64/libgjs.so.0
#26 0x00007fa19c60f1b9 in gjs_context_eval_module_file () at /lib64/libgjs.so.0
#27 0x0000558a80a48036 in main ()
(gdb)

Comment 1 Fedora Admin user for bugzilla script actions 2024-05-05 14:42:26 UTC
This component is maintained by the GNOME project. Issues with it should be reported directly to GNOME at https://gitlab.gnome.org/GNOME/.

This issue should only be kept open if it:

1. Relates to Fedora packaging or integration with other Fedora components
2. Is required for Fedora release processes, such as blocker bugs and freeze exceptions

If this issue isn't needed for either of these two reasons, please:

 * create an issue with GNOME
 * add a link to the GNOME issue here
 * close this issue as CLOSED/UPSTREAM

Thank you!

Comment 2 Robert Vazan 2024-05-17 14:53:26 UTC
I am also getting these crashes. I filed a bug report in gnome-shell project: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7660

Comment 3 jlpicard 2024-05-27 12:11:28 UTC
The latest update of the packages 

gnome-shell-46.2-1.fc40.x86_64
mutter-46.2-2.fc40.x86_64
mutter-common-46.2-2.fc40.noarch

fixed the issue. Many thanks!


Note You need to log in before you can comment on or make changes to this bug.