GNU gdb 6.7.1-debian Copyright (C) 2007 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 "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) run --list Starting program: /usr/bin/gnome-session-remove --list [Thread debugging using libthread_db enabled] [New Thread 0xb6cfa6c0 (LWP 11064)] Clientes registrados actualmente: Program received signal SIGINT, Interrupt. [Switching to Thread 0xb6cfa6c0 (LWP 11064)] 0xb7ef0410 in __kernel_vsyscall () (gdb) backtrace #0 0xb7ef0410 in __kernel_vsyscall () #1 0xb793665b in poll () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7a0d166 in ?? () from /usr/lib/libglib-2.0.so.0 #3 0x080a5278 in ?? () #4 0x00000007 in ?? () #5 0xffffffff in ?? () #6 0x080a5278 in ?? () #7 0x00000007 in ?? () #8 0xb7a805f8 in ?? () from /usr/lib/libglib-2.0.so.0 #9 0xb7a80620 in ?? () from /usr/lib/libglib-2.0.so.0 #10 0xbf9d7e34 in ?? () #11 0x00000001 in ?? () #12 0x00000001 in ?? () #13 0x0807d830 in ?? () #14 0x080a5278 in ?? () #15 0xb7936620 in ?? () from /lib/tls/i686/cmov/libc.so.6 #16 0xb79c2df0 in ?? () from /lib/tls/i686/cmov/libpthread.so.0 #17 0xb79c1520 in ?? () from /lib/tls/i686/cmov/libpthread.so.0 #18 0xb7a31ab2 in g_thread_self () from /usr/lib/libglib-2.0.so.0 #19 0xb7a0d517 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #20 0xb7c04d54 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #21 0x08049b93 in main (argc=) at gnome-session-remove.c:199 #22 0xb7880450 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #23 0x08049931 in _start () (gdb) quit The program is running. Exit anyway? (y or n)