GNOME Bugzilla – Bug 626769
wnck-applet crashed with SIGSEGV in cairo_translate()
Last modified: 2018-01-24 13:49:08 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/libwnck/+bug/551052 "crash from apport after restart of gnome-panel it's happened only one time" "This happens to me when I kill gnome-panel as a workaround" ".
+ Trace 223214
Thread 1 (process 1360)
Downstream Bugreport (Fedora) https://bugzilla.redhat.com/show_bug.cgi?id=544579 There are many (>30) stacktraces available in the Fedora BZ. Also, this looks to be the sames as Bug 479979. --- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
From tasklist.c: window = gtk_widget_get_window (task->button); gtk_widget_get_allocation (task->button, &allocation); gdk_window_begin_paint_rect (window, &allocation); cr = gdk_cairo_create (window); gdk_cairo_rectangle (cr, &allocation); cairo_translate (cr, allocation.x, allocation.y); cairo_clip (cr); Maybe we should check if window != NULL before continuing? Could it be that the window (button) is closed before glowing is done?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/libwnck/issues/118.