GNU gdb (Linaro GDB) 7.4-2012.06-ubuntu Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/evolution...(no debugging symbols found)...done. (gdb) pass nostop noprint bad tracepoint number at or near 'nostop noprint' bad tracepoint number at or near 'nostop noprint' (gdb) set pagination 0 (gdb) run evolution Starting program: /usr/bin/evolution [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Gtk-Message: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it. [New Thread 0x7fffdfe65700 (LWP 2717)] [New Thread 0x7fffdebb9700 (LWP 2718)] [New Thread 0x7fffdd52a700 (LWP 2719)] [New Thread 0x7fffcffff700 (LWP 2720)] [New Thread 0x7fffc0685700 (LWP 2721)] [New Thread 0x7fffbeaa1700 (LWP 2722)] [New Thread 0x7fffb3d92700 (LWP 2723)] [New Thread 0x7fffbde95700 (LWP 2724)] [New Thread 0x7fffbd694700 (LWP 2725)] [New Thread 0x7fffbce93700 (LWP 2726)] [New Thread 0x7fffb3591700 (LWP 2727)] [New Thread 0x7fffb2d90700 (LWP 2728)] [New Thread 0x7fffb258f700 (LWP 2729)] [New Thread 0x7fffb1d8e700 (LWP 2730)] [New Thread 0x7fffb158d700 (LWP 2731)] [Thread 0x7fffb3d92700 (LWP 2723) exited] [New Thread 0x7fffb3d92700 (LWP 2732)] [New Thread 0x7fffb0d8c700 (LWP 2733)] [New Thread 0x7fff83fff700 (LWP 2734)] [Thread 0x7fffb258f700 (LWP 2729) exited] [New Thread 0x7fffb258f700 (LWP 2735)] [Thread 0x7fffbce93700 (LWP 2726) exited] [New Thread 0x7fffbce93700 (LWP 2736)] [New Thread 0x7fff837fe700 (LWP 2737)] [Thread 0x7fffb258f700 (LWP 2735) exited] [Thread 0x7fff83fff700 (LWP 2734) exited] [Thread 0x7fffb158d700 (LWP 2731) exited] [Thread 0x7fffb3d92700 (LWP 2732) exited] [Thread 0x7fffb0d8c700 (LWP 2733) exited] (evolution:2683): Gcr-WARNING **: the prepared data does not have the correct protocol prefix [New Thread 0x7fffb0d8c700 (LWP 2740)] (evolution:2683): Gcr-WARNING **: the prepared data does not have the correct protocol prefix (evolution:2683): Gcr-WARNING **: the prepared data does not have the correct protocol prefix [New Thread 0x7fffb3d92700 (LWP 2742)] [Thread 0x7fffb3d92700 (LWP 2742) exited] [Thread 0x7fffb0d8c700 (LWP 2740) exited] [Thread 0x7fffbde95700 (LWP 2724) exited] [Thread 0x7fffbd694700 (LWP 2725) exited] [Thread 0x7fffb2d90700 (LWP 2728) exited] [New Thread 0x7fffb2d90700 (LWP 2745)] [Thread 0x7fffb2d90700 (LWP 2745) exited] [Thread 0x7fffb3591700 (LWP 2727) exited] [Thread 0x7fffc0685700 (LWP 2721) exited] [New Thread 0x7fffc0685700 (LWP 2746)] [Thread 0x7fffbeaa1700 (LWP 2722) exited] [Thread 0x7fffc0685700 (LWP 2746) exited] [New Thread 0x7fffc0685700 (LWP 2748)] [Thread 0x7fffb1d8e700 (LWP 2730) exited] Program received signal SIGABRT, Aborted. 0x00007ffff5880445 in __GI_raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) backtrace full #0 0x00007ffff5880445 in __GI_raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = 0 pid = selftid = 2683 #1 0x00007ffff5883bab in __GI_abort () at abort.c:91 save_stage = 2 act = sigs = Cannot access memory at address 0x7fffffffc8d8 (gdb) info registers rax 0x0 0 rbx 0x400 1024 rcx 0xffffffffffffffff -1 rdx 0x6 6 rsi 0xa7b 2683 rdi 0xa7b 2683 rbp 0x7fffffffd1e0 0x7fffffffd1e0 rsp 0x7fffffffc7a8 0x7fffffffc7a8 r8 0x0 0 r9 0x555555554338 93824992232248 r10 0x8 8 r11 0x206 518 r12 0x30 48 r13 0x5b 91 r14 0x7fffffffc950 140737488341328 r15 0x2f 47 rip 0x7ffff5880445 0x7ffff5880445 <__GI_raise+53> eflags 0x206 [ PF IF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 (gdb) x/16i $pc => 0x7ffff5880445 <__GI_raise+53>: Cannot access memory at address 0x7ffff5880445 (gdb) thread apply all backtrace Cannot find new threads: generic error (gdb) quit A debugging session is active. Inferior 1 [process 2683] will be killed. Quit anyway? (y or n) Quitting: Couldn't get registers: No such process.