GNOME Bugzilla – Bug 606340
Crash on non-utf8 letter in mail folder name
Last modified: 2010-01-08 15:32:15 UTC
moving this from downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=547138 Attached file: backtrace cmdline: evolution --component=mail component: evolution executable: /usr/bin/evolution kernel: 2.6.31.6-166.fc12.x86_64 package: evolution-2.28.0-2.fc12 rating: 3 reason: Process was terminated by signal 11 (Segmentation fault) I imported my outlook pst-file and one of the folders contained the norwegian character å. The character is not imported correctly, so evolution closes when this folder is shown.
+ Trace 219954
Thread 1 (Thread 10775)
I created a test pst file with some special letters and it had been imported properly in evolution 2.28.2, folder name was encoded to utf8 as expected. Thus I will only sanitize input to prevent this crash.
Created attachment 150993 [details] [review] evo patch 2.28 for evolution 2.28; This should make it for stable. How is it done for master?
Created commit 4aae323 in evo gnome-2-28 (2.28.3+)
For master take a look at EShellSidebar.
Created commit abaecf8 in evo master (2.29.5+) Thanks for a pointer. The master patch is different, I moved a function from itip-view.c to e-unicode.c, and used it on both places. Might be useful on more places in the future as well, I guess.