gdb evolution 2>&1 | tee ~/gdb-evolution.txt (gdb) handle SIG33 pass nostop noprint (gdb) set pagination 0 (gdb) run <arguments, if any>
(gdb) backtrace full (gdb) info registers (gdb) x/16i $pc (gdb) thread apply all backtrace (gdb) quit
OK, it started to stop.... I was sending a message and whilst doing so tried to open another. It just hung for about 15 to 20 minutes
This is what I collected from the backtrace.
[Thread 0x7fff29ffb700 (LWP 6638) exited]
Program received signal SIGINT, Interrupt.
0x00007ffff3d1c303 in poll () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) backtrace full
#0 0x00007ffff3d1c303 in poll () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x00007ffff4257d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2 0x00007ffff42581e2 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3 0x00007ffff4c389b5 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
No symbol table info available.
#4 0x00005555555573df in main (argc=1, argv=0x7fffffffe208) at main.c:691
shell = 0x5555557a81a0
settings = <optimised out>
error = 0x0
(gdb) info registers
rax 0xfffffffffffffdfc -516
rbx 0x555555792710 93824994584336
rcx 0xffffffffffffffff -1
rdx 0xc 12
rsi 0x6 6
rdi 0x555555cf6e10 93825000238608
rbp 0x6 0x6
rsp 0x7fffffffdf90 0x7fffffffdf90
r8 0x0 0
r9 0x2b26 11046
r10 0x0 0
r11 0x293 659
r12 0x555555cf6e10 93825000238608
r13 0xc 12
r14 0x7ffff4265e00 140737289543168
r15 0x1 1
rip 0x7ffff3d1c303 0x7ffff3d1c303 <poll+83>
eflags 0x293 [ CF AF SF IF ]
cs 0x33 51
ss 0x2b 43
ds 0x0 0
es 0x0 0
fs 0x0 0
gs 0x0 0
(gdb) x/16i $pc
=> 0x7ffff3d1c303 <poll+83>: cmp $0xfffffffffffff000,%rax
0x7ffff3d1c309 <poll+89>: ja 0x7ffff3d1c32f <poll+127>
0x7ffff3d1c30b <poll+91>: mov %r8d,%edi
0x7ffff3d1c30e <poll+94>: mov %eax,0x18(%rsp)
0x7ffff3d1c312 <poll+98>: callq 0x7ffff3d35a50
0x7ffff3d1c317 <poll+103>: mov 0x18(%rsp),%eax
0x7ffff3d1c31b <poll+107>: jmp 0x7ffff3d1c2d0 <poll+32>
0x7ffff3d1c31d <poll+109>: mov 0x2cfafc(%rip),%rdx # 0x7ffff3febe20
0x7ffff3d1c324 <poll+116>: neg %eax
0x7ffff3d1c326 <poll+118>: mov %eax,%fs:(%rdx)
0x7ffff3d1c329 <poll+121>: or $0xffffffffffffffff,%rax
0x7ffff3d1c32d <poll+125>: jmp 0x7ffff3d1c2d0 <poll+32>
0x7ffff3d1c32f <poll+127>: mov 0x2cfaea(%rip),%rdx # 0x7ffff3febe20
0x7ffff3d1c336 <poll+134>: neg %eax
0x7ffff3d1c338 <poll+136>: mov %eax,%fs:(%rdx)
0x7ffff3d1c33b <poll+139>: or $0xffffffffffffffff,%rax
(gdb) thread apply all backtrace
Thread 441 (Thread 0x7fff2a7fc700 (LWP 5232)):
#0 0x00007ffff3d1c303 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff4257d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff42581e2 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff6d5b25d in async_closure_wait (closure=0x555562b9a660) at camel-service.c:140
#4 camel_service_connect_sync (service=service entry=0x555555917ce0, cancellable=cancellable entry=0x555562922b00, error=error entry=0x7fff2a7fbb28) at camel-service.c:1603
#5 0x00007fffcf2cbbf4 in mail_session_send_to_thread (simple=0x555560457e60, session=0x555555912300, cancellable=0x555562922b00) at e-mail-session-utils.c:559
#6 0x00007ffff47c4e3e in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#7 0x00007ffff47b3236 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#8 0x00007ffff427be62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x0000000000000000 in ?? ()
Thread 432 (Thread 0x7fff2affd700 (LWP 3234)):
#0 0x00007ffff400189c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff3ffd09b in _L_lock_1006 () from /lib/x86_64-linux-gnu/libpthread.so.0
#2 0x00007ffff3ffd01c in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
#3 0x00007ffff4294c31 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007fffcf2d25d1 in em_utils_contact_photo (registry=registry entry=0x555555923c40, cia=cia entry=0x7fffd8085ed0, local_only=0, cancellable=cancellable entry=0x55555fd60980) at e-mail-utils.c:711
#5 0x00007fffcf75b47e in handle_contact_photo_request (res=0x7fff18002a40, object=<optimised out>, cancellable=0x55555fd60980) at e-mail-request.c:232
#6 0x00007ffff47c4e3e in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#7 0x00007ffff47b3236 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#8 0x00007ffff427be62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x0000000000000000 in ?? ()
Thread 431 (Thread 0x7fffa31a9700 (LWP 3227)):
#0 0x00007ffff400189c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff3ffd09b in _L_lock_1006 () from /lib/x86_64-linux-gnu/libpthread.so.0
#2 0x00007ffff3ffd01c in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
#3 0x00007ffff4294c31 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007fffcf2d25d1 in em_utils_contact_photo (registry=registry entry=0x555555923c40, cia=cia entry=0x7fffa40125e0, local_only=0, cancellable=cancellable entry=0x55555b81dcf0) at e-mail-utils.c:711
#5 0x00007fffcf75b47e in handle_contact_photo_request (res=0x7fff7c00fd50, object=<optimised out>, cancellable=0x55555b81dcf0) at e-mail-request.c:232
#6 0x00007ffff47c4e3e in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#7 0x00007ffff47b3236 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#8 0x00007ffff427be62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x0000000000000000 in ?? ()
Thread 427 (Thread 0x7fff31ff9700 (LWP 3133)):
#0 0x00007ffff400189c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff3ffd09b in _L_lock_1006 () from /lib/x86_64-linux-gnu/libpthread.so.0
#2 0x00007ffff3ffd01c in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
#3 0x00007ffff4294c31 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007fffcf2d25d1 in em_utils_contact_photo (registry=registry entry=0x555555923c40, cia=cia entry=0x7fffa803af20, local_only=0, cancellable=cancellable entry=0x7fff9008f320) at e-mail-utils.c:711
#5 0x00007fffcf75b47e in handle_contact_photo_request (res=0x55555dd94480, object=<optimised out>, cancellable=0x7fff9008f320) at e-mail-request.c:232
#6 0x00007ffff47c4e3e in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#7 0x00007ffff47b3236 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#8 0x00007ffff427be62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x0000000000000000 in ?? ()
Thread 423 (Thread 0x7fff87fff700 (LWP 2891)):
#0 0x00007ffff400189c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff3ffd09b in _L_lock_1006 () from /lib/x86_64-linux-gnu/libpthread.so.0
#2 0x00007ffff3ffd01c in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
#3 0x00007ffff4294c31 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007fffcf2d1658 in search_address_in_addressbooks (cancellable=0x55555e0380d0, user_data=0x0, check_contact=0x0, local_only=0, address=0x7fff74006d90 "jonathan harrison baroni-limited com", registry=0x555555923c40) at e-mail-utils.c:412
#5 search_address_in_addressbooks (registry=0x555555923c40, address=0x7fff74006d90 "jonathan harrison baroni-limited com", local_only=0, check_contact=0x0, user_data=0x0, cancellable=<optimised out>) at e-mail-utils.c:384
#6 0x00007fffcf2d2512 in em_utils_in_addressbook (registry=registry entry=0x555555923c40, iaddr=iaddr entry=0x55555b1b70a0, local_only=0, cancellable=cancellable entry=0x0) at e-mail-utils.c:652
#7 0x00007fffcf2cdaf6 in mail_session_lookup_addressbook (name=0x7fffac014c40 "Jonathan Harrison <jonathan harrison baroni-limited com>", session=<optimised out>) at e-mail-session.c:1407
#8 mail_session_lookup_addressbook (session=<optimised out>, name=0x7fffac014c40 "Jonathan Harrison <jonathan harrison baroni-limited com>") at e-mail-session.c:1393
#9 0x00007ffff6d0db51 in junk_test (f=0x555557e93b30, argc=<optimised out>, argv=<optimised out>, fms=0x7fff87ffe9b0) at camel-filter-search.c:867
#10 0x00007ffff6d61000 in camel_sexp_term_eval (sexp=0x555557e93b30, sexp entry=0x7fffb405b498, term=0x7fff74006ad0, term entry=0x35) at camel-sexp.c:812
#11 0x00007ffff6d622bd in camel_sexp_eval (sexp=sexp entry=0x555557e93b30) at camel-sexp.c:1730
#12 0x00007ffff6d0ec66 in camel_filter_search_match (session=<optimised out>, get_message=get_message entry=0x7ffff6d0a7f0 <get_message_cb>, data="" entry=0x7fff87ffea60, info=<optimised out>, source=source entry=0x555556409980 "1353064348 2234 2 baronipc", _expression_=0x55555ff1df10 "(junk-test)", error=0x55555ab37f58) at camel-filter-search.c:954
#13 0x00007ffff6d0c92e in camel_filter_driver_filter_message (driver=0x55555ab37e40, message=<optimised out>, message entry=0x0, info=info entry=0x55555a5318b0, uid=0x7fff1c006a90 "10248", uid entry=0x55555e2bcf30 "10248", source=0x7fffa40029f0, store_uid=store_uid entry=0x555556409980 "1353064348 2234 2 baronipc", original_store_uid=original_store_uid entry=0x555556409980 "1353064348 2234 2 baronipc", cancellable=cancellable entry=0x55555bc97b60, error=error entry=0x7fff87ffeb48) at camel-filter-driver.c:1733
#14 0x00007ffff6d21aed in folder_filter (session=<optimised out>, cancellable=0x55555bc97b60, data="" error=0x7fff87ffeb48) at camel-folder.c:380
#15 0x00007ffff6d5bedc in session_do_job_cb (simple=0x55555dd9d2a0, session=0x555555912300, cancellable=0x55555bc97b60) at camel-session.c:175
#16 0x00007ffff47c4e3e in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#17 0x00007ffff47b3236 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#18 0x00007ffff427be62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#21 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#22 0x0000000000000000 in ?? ()
Thread 410 (Thread 0x7fff2bfff700 (LWP 2809)):
#0 0x00007ffff400189c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff3ffd09b in _L_lock_1006 () from /lib/x86_64-linux-gnu/libpthread.so.0
#2 0x00007ffff3ffd01c in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
#3 0x00007ffff4294c31 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007fffcf2d25d1 in em_utils_contact_photo (registry=registry entry=0x555555923c40, cia=cia entry=0x55555854e630, local_only=0, cancellable=cancellable entry=0x555560044290) at e-mail-utils.c:711
#5 0x00007fffcf75b47e in handle_contact_photo_request (res=0x5555584c19d0, object=<optimised out>, cancellable=0x555560044290) at e-mail-request.c:232
#6 0x00007ffff47c4e3e in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#7 0x00007ffff47b3236 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#8 0x00007ffff427be62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x0000000000000000 in ?? ()
Thread 409 (Thread 0x7fff28ff9700 (LWP 2808)):
#0 0x00007ffff400189c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff3ffd09b in _L_lock_1006 () from /lib/x86_64-linux-gnu/libpthread.so.0
#2 0x00007ffff3ffd01c in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
#3 0x00007ffff4294c31 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007fffcf2d25d1 in em_utils_contact_photo (registry=registry entry=0x555555923c40, cia=cia entry=0x55555ff45e30, local_only=0, cancellable=cancellable entry=0x55555ae1f400) at e-mail-utils.c:711
#5 0x00007fffcf75b47e in handle_contact_photo_request (res=0x55555fc5b840, object=<optimised out>, cancellable=0x55555ae1f400) at e-mail-request.c:232
#6 0x00007ffff47c4e3e in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#7 0x00007ffff47b3236 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#8 0x00007ffff427be62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x0000000000000000 in ?? ()
Thread 407 (Thread 0x7fff287f8700 (LWP 2787)):
#0 0x00007ffff400189c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff3ffd09b in _L_lock_1006 () from /lib/x86_64-linux-gnu/libpthread.so.0
#2 0x00007ffff3ffd01c in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
#3 0x00007ffff4294c31 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007fffcf2d25d1 in em_utils_contact_photo (registry=registry entry=0x555555923c40, cia=cia entry=0x7fff900679e0, local_only=0, cancellable=cancellable entry=0x55555ae552a0) at e-mail-utils.c:711
#5 0x00007fffcf75b47e in handle_contact_photo_request (res=0x7fffd402c320, object=<optimised out>, cancellable=0x55555ae552a0) at e-mail-request.c:232
#6 0x00007ffff47c4e3e in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#7 0x00007ffff47b3236 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#8 0x00007ffff427be62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x0000000000000000 in ?? ()
Thread 402 (Thread 0x7fff297fa700 (LWP 2781)):
#0 0x00007ffff400189c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff3ffd09b in _L_lock_1006 () from /lib/x86_64-linux-gnu/libpthread.so.0
#2 0x00007ffff3ffd01c in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
#3 0x00007ffff4294c31 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007fffcf2d25d1 in em_utils_contact_photo (registry=registry entry=0x555555923c40, cia=cia entry=0x555560465ed0, local_only=0, cancellable=cancellable entry=0x555561a1ab20) at e-mail-utils.c:711
#5 0x00007fffcf75b47e in handle_contact_photo_request (res=0x55555fbf9470, object=<optimised out>, cancellable=0x555561a1ab20) at e-mail-request.c:232
#6 0x00007ffff47c4e3e in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#7 0x00007ffff47b3236 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#8 0x00007ffff427be62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x0000000000000000 in ?? ()
Thread 388 (Thread 0x7fff317f8700 (LWP 2528)):
#0 0x00007ffff3ffed84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff4294eaf in g_cond_wait () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff70398ac in e_flag_wait (flag=0x5555592be000) at e-flag.c:130
#3 0x00007ffff703a7e9 in e_gdbus_proxy_call_sync (proxy=proxy entry=0x555559ffd830, cancellable=cancellable entry=0x55555ae554c0, error=error entry=0x7fff317f7968, start_func=start_func entry=0x7ffff1ba46e0 <e_gdbus_book_call_get_contact_list>, finish_func=finish_func entry=0x7ffff1ba4d00 <e_gdbus_book_call_get_contact_list_finish>, in_type=in_type entry=8, in_value=in_value entry=0x7fff78008040, out_type=out_type entry=16, out_value=out_value entry=0x7fff317f79b8) at e-gdbus-templates.c:1503
#4 0x00007ffff703e119 in e_gdbus_proxy_call_sync_string__strv (proxy=proxy entry=0x555559ffd830, in_string=in_string entry=0x7fff78008040 "(is \"email\" \"notification+oev6ffrz facebookmail com\")", out_strv=out_strv entry=0x7fff317f79b8, cancellable=cancellable entry=0x55555ae554c0, error=error entry=0x7fff317f7968, start_func=start_func entry=0x7ffff1ba46e0 <e_gdbus_book_call_get_contact_list>, finish_func=finish_func entry=0x7ffff1ba4d00 <e_gdbus_book_call_get_contact_list_finish>) at e-gdbus-templates.c:1759
#5 0x00007ffff1ba64eb in e_gdbus_book_call_get_contact_list_sync (proxy=proxy entry=0x555559ffd830, in_query=in_query entry=0x7fff78008040 "(is \"email\" \"notification+oev6ffrz facebookmail com\")", out_vcards=out_vcards entry=0x7fff317f79b8, cancellable=cancellable entry=0x55555ae554c0, error=error entry=0x7fff317f7968) at e-gdbus-book.c:418
#6 0x00007ffff70369cb in e_client_proxy_call_sync_string__strv (client=0x55555af643b0, in_string=in_string entry=0x7fff78008040 "(is \"email\" \"notification+oev6ffrz facebookmail com\")", out_strv=out_strv entry=0x7fff317f79b8, cancellable=cancellable entry=0x55555ae554c0, error=error entry=0x7fff317f7a38, func=0x7ffff1ba64d0 <e_gdbus_book_call_get_contact_list_sync>) at e-client.c:2738
#7 0x00007ffff1b8df0b in e_book_client_get_contacts_sync (client=client entry=0x55555af643b0, sexp=sexp entry=0x7fff78008040 "(is \"email\" \"notification+oev6ffrz facebookmail com\")", contacts=contacts entry=0x7fff317f7a30, cancellable=cancellable entry=0x55555ae554c0, error=error entry=0x7fff317f7a38) at e-book-client.c:2011
#8 0x00007fffcf2d1905 in search_address_in_addressbooks (cancellable=0x55555ae554c0, user_data=0x7fff317f7ac8, check_contact=0x7fffcf2d14d0 <extract_photo_data>, local_only=<optimised out>, address=<optimised out>, registry=<optimised out>) at e-mail-utils.c:563
#9 search_address_in_addressbooks (registry=<optimised out>, address=<optimised out>, local_only=<optimised out>, check_contact=0x7fffcf2d14d0 <extract_photo_data>, user_data=0x7fff317f7ac8, cancellable=<optimised out>) at e-mail-utils.c:384
#10 0x00007fffcf2d2632 in em_utils_contact_photo (registry=registry entry=0x555555923c40, cia=cia entry=0x555561d0a0f0, local_only=0, cancellable=cancellable entry=0x55555ae554c0) at e-mail-utils.c:732
#11 0x00007fffcf75b47e in handle_contact_photo_request (res=0x555558f75030, object=<optimised out>, cancellable=0x55555ae554c0) at e-mail-request.c:232
#12 0x00007ffff47c4e3e in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#13 0x00007ffff47b3236 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#14 0x00007ffff427be62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#15 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#16 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#17 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#18 0x0000000000000000 in ?? ()
Thread 24 (Thread 0x7fffa3fff700 (LWP 11150)):
#0 0x00007ffff3fff0fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007fffef9ca50c in WTF::ThreadCondition::timedWait(WTF::Mutex&, double) () from /usr/lib/libjavascriptcoregtk-3.0.so.0
#2 0x00007fffef817b4f in JSC::BlockAllocator::waitForRelativeTime(double) () from /usr/lib/libjavascriptcoregtk-3.0.so.0
#3 0x00007fffef817ba8 in JSC::BlockAllocator::blockFreeingThreadMain() () from /usr/lib/libjavascriptcoregtk-3.0.so.0
#4 0x00007fffef9ca071 in ?? () from /usr/lib/libjavascriptcoregtk-3.0.so.0
#5 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x0000000000000000 in ?? ()
Thread 22 (Thread 0x7fff867fc700 (LWP 11136)):
#0 0x00007ffff3ffed84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007ffff5b601bb in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
#2 0x00007ffff5b604ae in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
#3 0x00007fffef9ca071 in ?? () from /usr/lib/libjavascriptcoregtk-3.0.so.0
#4 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#5 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#6 0x0000000000000000 in ?? ()
Thread 21 (Thread 0x7fff86ffd700 (LWP 11135)):
#0 0x00007ffff3ffed84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007fffef9b90fc in WTF::TCMalloc_PageHeap::scavengerThread() () from /usr/lib/libjavascriptcoregtk-3.0.so.0
#2 0x00007fffef9b9119 in WTF::TCMalloc_PageHeap::runScavengerThread(void*) () from /usr/lib/libjavascriptcoregtk-3.0.so.0
#3 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#4 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#5 0x0000000000000000 in ?? ()
Thread 5 (Thread 0x7fffdd249700 (LWP 11057)):
#0 0x00007ffff3d1c303 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff4257d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff42581e2 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff705539c in source_registry_object_manager_thread (data="" at e-source-registry.c:791
#4 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x0000000000000000 in ?? ()
Thread 4 (Thread 0x7fffdda4a700 (LWP 11056)):
#0 0x00007ffff3d1c303 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff4257d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff4257ea4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007fffdda514ad in ?? () from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
#4 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x0000000000000000 in ?? ()
Thread 3 (Thread 0x7fffde456700 (LWP 11055)):
#0 0x00007ffff3d1c303 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff4257d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff4257ea4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff4257ef1 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x0000000000000000 in ?? ()
Thread 2 (Thread 0x7fffe00fc700 (LWP 11054)):
#0 0x00007ffff3d1c303 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff4257d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff42581e2 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff48233b6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#4 0x00007ffff427b645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007ffff3ffae9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007ffff3d27cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x0000000000000000 in ?? ()
Thread 1 (Thread 0x7fffe16d9a00 (LWP 11046)):
#0 0x00007ffff3d1c303 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff4257d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff42581e2 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff4c389b5 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#4 0x00005555555573df in main (argc=1, argv=0x7fffffffe208) at main.c:691
(gdb) quit
A debugging session is active.
Inferior 1 [process 11046] will be killed.
Quit anyway? (y or n) y
On 30 November 2012 16:23, Andre Klapper <ak-47 gmx net> wrote:
[Please remove full quotes of previous postings. Thanks!]
Hi Jonathan,
On Fri, 2012-11-30 at 15:59 +0000, Jonathan Harrison wrote:
> Andre
> Is this any use. I found that every time I tried to create a
> auto-signature the app crashed, so I tried the reproduce route.
>
> baronipc baronipc:~$ gdb evolution
> (gdb) run
> [Inferior 1 (process 9770) exited normally]
> (gdb)
I don't see any signs of a crash here. *If* it crashes, please enter
"thread apply all bt" at this point and make sure that you have debug
packages of you distribution for evolution-data-server and evolution
installed.
Another option is to follow the steps that your distribution proposes:
https://wiki.ubuntu.com/DebuggingProgramCrash
andre
--
Andre Klapper | ak-47 gmx net
http://blogs.gnome.org/aklapper/
--
Regards
Jonathan Harrison
Work: +44 (0)20 8660 6457
Mobile:+44 (0)7770 740 133
Website: www.Baroni-Limited.com
Baroni is an international trade and investment consulting and project management services to businesses that want to improve their turnover and cash flow. We specialize in operational efficiency as well as market analysis, strategy and delivery of products and services to Asia and the Middle East. Baroni has a network of local resources and works closely with UKTi and other agencies to maximise the government resources available to support a successful business in Asia.
30 years experience in global business development, off-shoring and outsourcing sectors. We also specialize in tendering, negotiating and the delivery of ICT and telecoms contracts and services.
VAT Number: 814 640837 Company Registration Number 4741496
Registered Office: Penwortham Road, Sanderstead, Surrey, CR2 0QS
**********************************************************************
This document and any attachments may contain information that is Commercially Sensitive and Confidential and is intended only for use of the recipient(s) to whom it has been addressed.
No person, without written confirmation of their contents, should rely on the contents of this eMail. This eMail and the information it contains are supplied in good faith but the Company shall not be under any liability in damages or otherwise for any reliance the recipient may place upon them.
Furthermore, this document is sent for information and/or negotiating purposes only and shall not have the effect of creating a contract between the parties.
If you have received this eMail in error, please notify the sender(s) immediately by telephone. Please destroy and delete the message from your computer. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this eMail is strictly prohibited save unless expressly authorised by the sender(s). Thank you for your co-operation.
**********************************************************************
Regards Jonathan Harrison Work: +44 (0)20 8660 6457 Mobile:+44 (0)7770 740 133 Website: www.Baroni-Limited.com Baroni is an international trade and investment consulting and project management services to businesses that want to improve their turnover and cash flow. We specialize in operational efficiency as well as market analysis, strategy and delivery of products and services to Asia and the Middle East. Baroni has a network of local resources and works closely with UKTi and other agencies to maximise the government resources available to support a successful business in Asia. 30 years experience in global business development, off-shoring and outsourcing sectors. We also specialize in tendering, negotiating and the delivery of ICT and telecoms contracts and services. VAT Number: 814 640837 Company Registration Number 4741496 Registered Office: Penwortham Road, Sanderstead, Surrey, CR2 0QS ********************************************************************** This document and any attachments may contain information that is Commercially Sensitive and Confidential and is intended only for use of the recipient(s) to whom it has been addressed. No person, without written confirmation of their contents, should rely on the contents of this eMail. This eMail and the information it contains are supplied in good faith but the Company shall not be under any liability in damages or otherwise for any reliance the recipient may place upon them. Furthermore, this document is sent for information and/or negotiating purposes only and shall not have the effect of creating a contract between the parties. If you have received this eMail in error, please notify the sender(s) immediately by telephone. Please destroy and delete the message from your computer. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this eMail is strictly prohibited save unless expressly authorised by the sender(s). Thank you for your co-operation. ********************************************************************** |
Regards Jonathan Harrison Work: +44 (0)20 8660 6457 Mobile:+44 (0)7770 740 133 Website: www.Baroni-Limited.com Baroni is an international trade and investment consulting and project management services to businesses that want to improve their turnover and cash flow. We specialize in operational efficiency as well as market analysis, strategy and delivery of products and services to Asia and the Middle East. Baroni has a network of local resources and works closely with UKTi and other agencies to maximise the government resources available to support a successful business in Asia. 30 years experience in global business development, off-shoring and outsourcing sectors. We also specialize in tendering, negotiating and the delivery of ICT and telecoms contracts and services. VAT Number: 814 640837 Company Registration Number 4741496 Registered Office: Penwortham Road, Sanderstead, Surrey, CR2 0QS ********************************************************************** This document and any attachments may contain information that is Commercially Sensitive and Confidential and is intended only for use of the recipient(s) to whom it has been addressed. No person, without written confirmation of their contents, should rely on the contents of this eMail. This eMail and the information it contains are supplied in good faith but the Company shall not be under any liability in damages or otherwise for any reliance the recipient may place upon them. Furthermore, this document is sent for information and/or negotiating purposes only and shall not have the effect of creating a contract between the parties. If you have received this eMail in error, please notify the sender(s) immediately by telephone. Please destroy and delete the message from your computer. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this eMail is strictly prohibited save unless expressly authorised by the sender(s). Thank you for your co-operation. ********************************************************************** |