GNOME Bugzilla – Bug 634062
Crash when missing ESource property "public"
Last modified: 2011-01-18 15:13:00 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=649386 abrt version: 1.1.13 architecture: x86_64 Attached file: backtrace cmdline: /usr/libexec/e-calendar-factory component: evolution-data-server crash_function: get_deltas executable: /usr/libexec/e-calendar-factory kernel: 2.6.35.6-48.fc14.x86_64 package: evolution-data-server-2.32.0-3.fc14 rating: 4 reason: Process /usr/libexec/e-calendar-factory was killed by signal 11 (SIGSEGV) release: Fedora release 14 (Laughlin) time: 1288802177 uid: 500 How to reproduce ----- 1.Launched evolution, then crashed. Core was generated by `/usr/libexec/e-calendar-factory'. Program terminated with signal 11, Segmentation fault.
+ Trace 224501
Thread 5 (Thread 2502)
Thread 4 (Thread 2496)
Thread 1 (Thread 2580)
The crashing line is: > if (strcmp (e_source_get_property (source, "public"), "yes") == 0) { so it seems that the ESource doesn't have the "public" property set. Changing strcmp to g_strcmp0 may help here.
Created commit a4c94b2 in ema master (2.91.6+) Created commit c45471f in ema gnome-2-32 (0.32.2+)