Comment 15 for bug 12289

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 03 Jan 2005 13:15:52 +0100
From: Olivier Berger <email address hidden>
To: <email address hidden>
Subject: Digging a little bit with same version of evolution compiled with
 debug infos

Hi.

I tried and track the problem with a version of the same debian package recompiled with debug
informations.

Using ddd, I can find that the problem seems to come from the call to e_book_commit_contact inside
migrate_contact_lists_for_local_folders

Here is the backtrace :

#0 0x40e67115 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
#1 0x4146ad73 in e_book_async_add_contact () from /usr/lib/libebook.so.8
#2 0x4146af69 in e_book_commit_contact () from /usr/lib/libebook.so.8
#3 0x417c804e in migrate_contact_lists_for_local_folders (context=0x821e3f8,
on_this_computer=0x81b0e28) at addressbook-migrate.c:869
#4 0x417c8a3d in addressbook_migrate (component=0x81a6df8, major=1, minor=4, revision=0,
err=0xbffff4b4) at addressbook-migrate.c:1141
#5 0x417c2e75 in impl_upgradeFromVersion (servant=0x81a6e0c, major=1, minor=4, revision=0,
ev=0xbffff5c0) at addressbook-component.c:180
#6 0x4001dca6 in _ORBIT_skel_small_GNOME_Evolution_Component_upgradeFromVersion
(_o_servant=0x81a6e0c, _o_retval=0x0, _o_args=0xbffff560, _o_ctx=0x0, _o_ev=0xbffff5c0,
_impl_upgradeFromVersion=0x417c2e18 <impl_upgradeFromVersion>) at Evolution-common.c:24
#7 0x40900788 in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0
#8 0x4001f301 in GNOME_Evolution_Component_upgradeFromVersion (_obj=0x81a73c0, major=1, minor=4,
revision=0, ev=0xbffff5c0) at Evolution-stubs.c:21
#9 0x0806291a in attempt_upgrade (shell=0x816b100, major=1, minor=4, revision=0) at e-shell.c:568
#10 0x080631e8 in e_shell_attempt_upgrade (shell=0x816b100) at e-shell.c:805
#11 0x08062c10 in e_shell_construct (shell=0x816b100, iid=0x806cc60
"OAFIID:GNOME_Evolution_Shell:2.0", startup_line_mode=E_SHELL_STARTUP_LINE_MODE_CONFIG) at e-shell.c:644
#12 0x08062d44 in e_shell_new (startup_line_mode=E_SHELL_STARTUP_LINE_MODE_CONFIG,
construct_result_return=0xbffff7dc) at e-shell.c:696
#13 0x08065e3a in idle_cb (data=0x0) at main.c:344
#14 0x40ffb033 in g_child_watch_add () from /usr/lib/libglib-2.0.so.0
#15 0x40ff7c02 in g_main_depth () from /usr/lib/libglib-2.0.so.0
#16 0x40ff8cf8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#17 0x40ff9030 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#18 0x40ff9673 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#19 0x4084c3c8 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#20 0x0806671a in main (argc=1, argv=0xbffffb74) at main.c:585

Hope this helps.

Best regards,