GNOME Bugzilla – Bug 794736
NULL pointer exception singal 11 (SEGV) in wl_proxy_marshal
Last modified: 2018-03-29 08:55:57 UTC
GNOME Terminal suddenly crashed when getting focused, see the proxy=0x0 problem. A similar bug was fixed in GTK recently: https://gitlab.gnome.org/GNOME/gtk/issues/114 gdb: bt
+ Trace 238514
That's crashing inside the call to gtk_im_context_set_cursor_location(m_im_context, &rect); re-assigning to gtk+:wayland.
Was running this version where some of the last patches are already included regarding wayland. But maybe it has been fixed on master? gtk+3.0 (3.22.29-2) unstable; urgency=medium * Team upload * Refresh patch series through gbp-pq - Harvest date and authorship information from debian/changelog * Add more upstream status information to the patch series * d/p/0009-gtkimmodule-make-match_backend-query-the-wayland-reg.patch, d/p/0010-imwayland-Avoid-TOGGLE_INPUT_PANEL-requests-if-there.patch: Add patches from upstream fixing Wayland client crashes under unspecified circumstances (Closes: #893696) * d/p/0011-gtkstylecontext-guard-against-gtk_css_widget_node_ge.patch: Add patch from upstream fixing a NULL dereference * d/p/0012-widget-Only-print-allocation-warnings-with-enable-de.patch: Add patch from upstream silencing allocation warnings for stable branches (if there is ever a GTK+ 3.23 then these warnings would come back until 3.24). (Closes: #867427) -- Simon McVittie <smcv@debian.org> Thu, 22 Mar 2018 10:15:24 +0000
this is probably https://gitlab.gnome.org/GNOME/gtk/issues/129