GNOME Bugzilla – Bug 665986
[abrt] Crash when failed to get a message from a server
Last modified: 2012-07-26 13:43:35 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=761609 libreport version: 2.0.7 abrt_version: 2.0.6 backtrace_rating: 4 cmdline: evolution comment: Running evolution with EWS enabled, checking mail and moving mail to another folder crash_function: camel_ews_folder_get_message executable: /usr/bin/evolution kernel: 3.1.2-1.fc16.x86_64 pid: 22880 reason: Process /usr/bin/evolution was killed by signal 11 (SIGSEGV) time: Thu 08 Dec 2011 16:22:28 GMT Core was generated by `evolution'. Program terminated with signal 11, Segmentation fault.
+ Trace 229256
Thread 6 (Thread 0x7f86f3e76980 (LWP 22880))
Thread 3 (Thread 0x7f86ec4e6700 (LWP 22882))
Yes another downstream bug report from 3.4.3: https://bugzilla.redhat.com/show_bug.cgi?id=842273 in camel_ews_folder_get_message (error=0xa5f3505c, cancellable=0xf70e988, uid=0x10562c00 "...", folder=0x88cc5f0, pri=<optimized out>) at camel-ews-folder.c:458 mime_content = e_ews_item_get_mime_content (items->data);
+ Trace 230578
Thread 2 (Thread 0xb76b18c0 (LWP 1540))
Created attachment 219597 [details] [review] ews patch for evolution-ews; This should fix the issue, though it's just kind of workaround, because I do not know what exactly failed here. It also introduces new strings, but as with the Basic authentication patch, it might not be an issue in ews.
Created commit 152c097 in ews master (3.5.5+) Created commit 959c78e in ews gnome-3-4 (3.4.4+)
I'm building a test package at [1] with the patch included for Fedora 17, it'll be evolution-ews-3.4.3-1.12.fc17. Please give it a try. [1] http://koji.fedoraproject.org/koji/taskinfo?taskID=4326370
Err, it turned out [1] that my change was too "aggressive", sending emails resulted in "No items found" error, which is wrong. As Reid mentioned, the message was properly sent, only evolution claimed this misleading error. [1] thanks Reid, https://mail.gnome.org/archives/evolution-hackers/2012-July/msg00023.html
Created attachment 219690 [details] [review] ews patch ][ for evolution-ews; This is updated patch, with reverted parts. Created commit 98dbe0a in ews masater (3.5.5+) Created commit 46cc222 in ews gnome-3-4 (3.4.4+) I'm building evolution-ews-3.4.3-1.13.fc17 with updated patch at: http://koji.fedoraproject.org/koji/taskinfo?taskID=4331201