Branch: refs/heads/webkitglib/2.48 Home: https://github.com/WebKit/WebKit Commit: c3a0a28362b0c81b150140387a4fe5d68592b666 https://github.com/WebKit/WebKit/commit/c3a0a28362b0c81b150140387a4fe5d68592b666 Author: Thomas Devoogdt <tho...@devoogdt.com> Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths: M Source/WebKit/UIProcess/gtk/WebPageProxyGtk.cpp Log Message: ----------- Cherry-pick 299947@main (f5fc32976a5f). https://bugs.webkit.org/show_bug.cgi?id=298849 [GTK] Fix crash in WebPageProxy::currentStateOfModifierKeys https://bugs.webkit.org/show_bug.cgi?id=298849 Reviewed by Carlos Garcia Campos. Thread 1 "browser" received signal SIGSEGV, Segmentation fault. 0x0000007fb38155fc in gdk_device_get_modifier_state () from target:/usr/lib64/libgtk-4.so.1 (gdb) bt 0 0x0000007fb38155fc in gdk_device_get_modifier_state () from target:/usr/lib64/libgtk-4.so.1 1 0x0000007fb04eb868 in ?? () from target:/usr/lib64/libwebkitgtk-6.0.so.4 (browser:4396): Gdk-CRITICAL **: 11:27:32.870: gdk_seat_get_keyboard: assertion 'GDK_IS_SEAT (seat)' failed See: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.20.1/gdk/gdkdevice.c#L1335, which doesn't catch a nullptr device. Signed-off-by: Thomas Devoogdt <tho...@devoogdt.com> Canonical link: https://commits.webkit.org/299947@main Canonical link: https://commits.webkit.org/290945.372@webkitglib/2.48 To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes