GNOME Bugzilla – Bug 639299
[abrt] Crash under e-cell-tree.c:animate_expander
Last modified: 2015-11-03 07:15:39 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=668684 abrt version: 1.1.13 architecture: i686 Attached file: backtrace cmdline: evolution comment: It is happening very rarely!.. component: evolution crash_function: g_type_check_instance_cast executable: /usr/bin/evolution kernel: 2.6.35.6-45.fc14.i686 package: evolution-2.32.0-2.fc14 rating: 4 reason: Process /usr/bin/evolution was killed by signal 11 (SIGSEGV) release: Fedora release 14 (Laughlin) time: 1294405562 uid: 500 Core was generated by `evolution'. Program terminated with signal 11, Segmentation fault.
+ Trace 225503
Thread 1 (Thread 2555)
Thanks for taking the time to report this bug. However, you are using a version that is too old and not supported anymore. GNOME developers are no longer working on that version, so unfortunately there will not be any bug fixes for the version that you use. By upgrading to a newer version of GNOME you could receive bug fixes and new functionality. You may need to upgrade your Linux distribution to obtain a newer version of GNOME. Please feel free to reopen this bug if the problem still occurs with a newer version of GNOME.
There had been just filled the same bug report in 3.18.1 downstream, thus I'm reopening this: https://bugzilla.redhat.com/show_bug.cgi?id=1276840 ott 31 11:23:01 winston evolution.desktop[2447]: ** (evolution:2447): WARNING **: Accelerated compositing is not supported under Wayland displays, disabling. ott 31 11:23:03 winston evolution.desktop[2447]: (evolution:2447): GLib-GIO-CRITICAL **: g_network_address_set_addresses: assertion 'addresses != NULL && addr->priv->sockaddrs == NULL' failed ott 31 11:23:36 winston evolution.desktop[2447]: (evolution:2447): GLib-GObject-WARNING **: invalid uninstantiatable type '(null)' in cast to 'GtkLayout' ott 31 11:23:36 winston evolution.desktop[2447]: (evolution:2447): Gtk-CRITICAL **: gtk_layout_get_bin_window: assertion 'GTK_IS_LAYOUT (layout)' failed ott 31 11:23:36 winston evolution.desktop[2447]: (evolution:2447): Gdk-CRITICAL **: gdk_cairo_create: assertion 'GDK_IS_WINDOW (window)' failed ott 31 11:23:36 winston evolution.desktop[2447]: (evolution:2447): GLib-GObject-WARNING **: invalid uninstantiatable type '(null)' in cast to 'GtkWidget' ott 31 11:23:36 winston audit[2447]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 pid=2447 comm="evolution" exe="/usr/bin/evolution" sig=11 ott 31 11:23:36 winston evolution.desktop[2447]: (evolution:2447): Gtk-CRITICAL **: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed ott 31 11:23:36 winston evolution.desktop[2447]: (evolution:2447): Gtk-CRITICAL **: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed ott 31 11:23:36 winston evolution.desktop[2447]: (evolution:2447): Gtk-CRITICAL **: gtk_style_context_save: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed ott 31 11:23:36 winston evolution.desktop[2447]: (evolution:2447): Gtk-CRITICAL **: gtk_style_context_add_class: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed ott 31 11:23:36 winston evolution.desktop[2447]: (evolution:2447): Gtk-CRITICAL **: gtk_style_context_set_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed ott 31 11:23:36 winston evolution.desktop[2447]: (evolution:2447): Gtk-CRITICAL **: gtk_widget_style_get: assertion 'GTK_IS_WIDGET (widget)' failed ott 31 11:23:41 winston evolution.desktop[2528]: ** (evolution:2528): WARNING **: Accelerated compositing is not supported under Wayland displays, disabling.
+ Trace 235664
Thread 1 (Thread 0x7f6a9c7caac0 (LWP 2447))
The animate_expander() is a callback function called twice in a timeout, which didn't check whether its callback data are freed or not. It happened here that it could be freed meanwhile. Created commit d1b5b9e in evo master (3.19.2+) Created commit 7fd2bbe in evo gnome-3-18 (3.18.2+)