GNOME Bugzilla – Bug 692781
[abrt] [pine-importer] Abort on book failure during contact import
Last modified: 2013-01-29 16:49:37 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=905073 Version-Release number of selected component: evolution-3.6.2-3.fc18 Additional info: backtrace_rating: 4 cmdline: evolution crash_function: import_contact executable: /usr/bin/evolution kernel: 3.7.2-201.fc18.x86_64 Core was generated by `evolution'. Program terminated with signal 5, Trace/breakpoint trap.
+ Trace 231462
Thread 5 (Thread 0x7fcd8e9daa00 (LWP 15181))
Created attachment 234765 [details] [review] evo patch for evolution; Hmm, so the pine-importer used g_error() to notify about any failure during contact import. The g_error() also aborts application, which is not required here, as far as I can tell, thus let's make it a g_warning() instead.
Created commit 3aedeee in evo master (3.7.5+) Created commit e0944f0 in evo gnome-3-6 (3.6.4+)