GNOME Bugzilla – Bug 638241
Renaming folder always fails
Last modified: 2011-01-18 13:06:07 UTC
evolution 2.91.4 gtk 2.24 Renamed a folder and evolution crashed. (evolution:3550): camel-WARNING **: CamelExchangeStore::rename_folder_sync() reported failure without setting its GError Program received signal SIGSEGV, Segmentation fault. folder_tree_cell_edited_cb (folder_tree=0x8626010, path_string=0x8e80fb0 "1:0:1", new_name=0x8e8d2f0 "CWGScam") at em-folder-tree.c:657 657 e_alert_run_dialog_for_args ( (gdb) t a a bt
+ Trace 225301
Thread 1 (Thread 0xb5fe6830 (LWP 3550))
looks same as bug 604306 which was fixed in 2.30.x
Downstream bug report about the same in 2.32.1: https://bugzilla.redhat.com/show_bug.cgi?id=670046 With steps: 1. Rename Exchange OWA folder--right-click on folder 2. Change name of folder 3. Click outside the text box for the rename
Created attachment 178621 [details] [review] eex patch for evolution-exchange; Confirming, I can reproduce it too. The fix is such a horribly complicated patch. :) I also did a little change on the evo side, to make sure a NULL pointer will not be dereferenced.
Created commit a024577 in evo master (2.91.6+) Created commit 4f5622e in eex master (2.91.6+) Created commit 877fbb1 in eex gnome-2-32 (2.32.2+)