GNOME Bugzilla – Bug 722270
[abrt] Crash under WebDAV's send_propfind()
Last modified: 2015-07-28 05:33:15 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1051863 Version-Release number of selected component: evolution-data-server-3.10.3-1.fc20 Additional info: reporter: libreport-2.1.11 backtrace_rating: 4 cmdline: /usr/libexec/evolution-addressbook-factory crash_function: send_propfind executable: /usr/libexec/evolution-addressbook-factory kernel: 3.12.6-300.fc20.x86_64 Core was generated by `/usr/libexec/evolution-addressbook-factory'. Program terminated with signal SIGSEGV, Segmentation fault.
+ Trace 233038
Thread 3 (Thread 0x7fed98566840 (LWP 4764))
Another downstream bug report from 3.16.4: https://bugzilla.redhat.com/show_bug.cgi?id=1247195 I cannot tell for sure what happened here, it looks like the priv->uri is somehow malformed. I made a change to count with this possibility too, thus instead of crashing it reports the error to the caller. It won't help much in case of a memory corruption being involved, but let's see, whether it's the case at all. Created commit 771f1e3 in eds master (3.17.90+) Created commit 2a469eb in eds gnome-3-16 (3.16.5+)