GNOME Bugzilla – Bug 732724
mail-send-recv.c:report_error_to_ui() does UI calls in non-main thread
Last modified: 2014-07-04 08:42:29 UTC
(evolution:3628): Gtk-WARNING **: GtkBox 0x4351bb0: widget tried to gtk_widget_get_width inside GtkWidget ::get_width implementation. Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using gtk_widget_get_width (evolution:3628): Gtk-WARNING **: GtkBox 0x4351a80: widget tried to gtk_widget_get_width inside GtkWidget ::get_width implementation. Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using gtk_widget_get_width (evolution:3628): Gtk-WARNING **: GtkImage 0x7ff2c000d830: widget tried to gtk_widget_get_width inside GtkWidget ::get_width implementation. Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using gtk_widget_get_width (evolution:3628): Gtk-WARNING **: GtkBox 0x7ff2c000d960: widget tried to gtk_widget_get_width inside GtkWidget ::get_width implementation. Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using gtk_widget_get_width (evolution:3628): Gtk-WARNING **: GtkLabel 0x435d2a0: widget tried to gtk_widget_get_width inside GtkWidget ::get_width implementation. Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using gtk_widget_get_width **Pango:ERROR:pango-layout.c:3916:pango_layout_check_lines: assertion failed: (!layout->log_attrs) Aborted (core dumped) Core was generated by `./evolution'. Program terminated with signal SIGABRT, Aborted.
+ Trace 233766
GTK+ call in a dedicated thread (not main/UI thread). The report_error_to_ui() needs fixing. My fault.
Created commit 610fcbd in evo master (3.13.4+) [1] [1] https://git.gnome.org/browse/evolution/commit/?id=610fcbd