GNOME Bugzilla – Bug 637252
Crash with SIGSEGV when opening the name selector (clicking To, CC, in composer)
Last modified: 2011-10-21 04:47:02 UTC
From downstream bug report: https://bugs.edge.launchpad.net/ubuntu/+source/evolution/+bug/690181 When composing a message (either new or as reply/forward), clicking on any of the name-selector opening buttons: To, Cc, triggers a segfault. See below for the trace:
+ Trace 225132
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 633888 ***
Sorry, no, I don't believe this is fixed in 2.32.1. Please consider backporting the changes that could have been made in 2.91 or understanding why the other reporter no longer has the issue. I'm still trying to find how to fix it, but without success yet.
Got it, seems it's due to a patch from the gnome-2-91-1 branch applied to 2.32 by Ubuntu, so sorry for the noise. Backporting the rest of the definition of combobox_category as a GtkComboBoxText inline rather than in the .ui file fixes the problem, along with the changes below. So, please consider applying the following changes to the gnome-2-91-1 branch: - changing cast from GTK_COMBO_BOX to GTK_COMBO_BOX_TEXT for calls to gtk_combo_box_text_append_text() and gtk_combo_box_text_get_active_text() - adding a redefinition of the GTK_COMBO_BOX_TEXT macro as GTK_COMBO_BOX for GTK versions lower than 2.23 in gtk_compat.h.
Evolution doesn't support gtk2 any more, it's only gtk3 now and the above changes are incorporated in some form already, thus I'm closing this bug report.
*** Bug 653216 has been marked as a duplicate of this bug. ***