After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 634062 - Crash when missing ESource property "public"
Crash when missing ESource property "public"
Status: RESOLVED FIXED
Product: evolution-mapi
Classification: Applications
Component: Calendar
0.32.x
Other Linux
: Normal critical
: ---
Assigned To: evolution-mapi-maint
evolution-mapi-maint
Depends on:
Blocks:
 
 
Reported: 2010-11-05 10:32 UTC by Milan Crha
Modified: 2011-01-18 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Milan Crha 2010-11-05 10:32:47 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.

Thread 5 (Thread 2502)

  • #0 __lll_lock_wait
    at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S line 136
  • #1 _L_lock_997
    from /lib64/libpthread.so.0
  • #2 __pthread_mutex_lock
    at pthread_mutex_lock.c line 61
  • #3 ecbm_open
    at e-cal-backend-mapi.c line 1528
  • #4 ecbm_operation_cb
    at e-cal-backend-mapi.c line 2935
  • #5 thread_func_cb
    at em-operation-queue.c line 146
  • #6 g_thread_pool_thread_proxy
    at gthreadpool.c line 319
  • #7 g_thread_create_proxy
    at gthread.c line 1897
  • #8 start_thread
    at pthread_create.c line 301
  • #9 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 115

Thread 4 (Thread 2496)

  • #0 _int_malloc
    at malloc.c line 4636
  • #1 __libc_malloc
    at malloc.c line 3660
  • #2 g_malloc
    at gmem.c line 164
  • #3 g_strndup
    at gstrfuncs.c line 166
  • #4 g_variant_type_info_get
    at gvarianttypeinfo.c line 743
  • #5 g_variant_alloc
    at gvariant-core.c line 476
  • #6 g_variant_new_from_children
    at gvariant-core.c line 560
  • #7 g_variant_builder_end
    at gvariant.c line 3111
  • #8 g_variant_valist_new
    at gvariant.c line 3931
  • #9 g_variant_new_va
    at gvariant.c line 4083
  • #10 g_variant_builder_add
    at gvariant.c line 4225
  • #11 g_dbus_message_to_blob
    at gdbusmessage.c line 2288
  • #12 g_dbus_connection_send_message_unlocked
    at gdbusconnection.c line 1414
  • #13 g_dbus_connection_send_message
    at gdbusconnection.c line 1517
  • #14 g_dbus_method_invocation_return_value
    at gdbusmethodinvocation.c line 404
  • #15 ecbm_operation_cb
    at e-cal-backend-mapi.c line 2937
  • #16 thread_func_cb
    at em-operation-queue.c line 146
  • #17 g_thread_pool_thread_proxy
    at gthreadpool.c line 319
  • #18 g_thread_create_proxy
    at gthread.c line 1897
  • #19 start_thread
    at pthread_create.c line 301
  • #20 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 115

Thread 1 (Thread 2580)

  • #0 get_deltas
    at e-cal-backend-mapi.c line 773
  • #1 delta_thread
    at e-cal-backend-mapi.c line 1107
  • #2 g_thread_create_proxy
    at gthread.c line 1897
  • #3 start_thread
    at pthread_create.c line 301
  • #4 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 115

Comment 1 Milan Crha 2011-01-18 14:57:47 UTC
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.
Comment 2 Milan Crha 2011-01-18 15:13:00 UTC
Created commit a4c94b2 in ema master (2.91.6+)
Created commit c45471f in ema gnome-2-32 (0.32.2+)