GNU gdb 6.8-debian Copyright (C) 2008 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"... (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pagination 0 (gdb) nurun Starting program: /usr/bin/avant-window-navigator [Thread debugging using libthread_db enabled] [New Thread 0x7fbb433b1770 (LWP 9113)] Screen is composited. APPLET : /usr/share/avant-window-navigator/applets/cairo_main_menu.desktop ** (awn-applet-activation:9120): WARNING **: Failed to copy index.theme: Failed to create file '/home/matthew/.icons/awn-theme/index.theme.5F3HKU': No such file or directory LOADED : /usr/share/applications/firefox.desktop LOADED : /home/matthew/.config/awn/launchers/awn_launcher-9.desktop FAILED : /usr/share/applications/thunderbird-3.0.desktop LOADED : /usr/share/applications/rhythmbox.desktop LOADED : /home/matthew/.config/awn/launchers/awn_launcher-1.desktop APPLET : /usr/share/avant-window-navigator/applets/taskman.desktop APPLET : /usr/share/avant-window-navigator/applets/awnnotificationdaemon.desktop APPLET : /usr/share/avant-window-navigator/applets/main-menu.desktop ** (awn-applet-activation:9125): WARNING **: Failed to copy index.theme: Failed to create file '/home/matthew/.icons/awn-theme/index.theme.OMGPKU': No such file or directory The following is an informational message only: notification-daemon: no process killed First attempt failed: The following is an informational message only: notification-daemon: no process killed ** (awn-applet-activation:9132): WARNING **: Failed to copy index.theme: Failed to create file '/home/matthew/.icons/awn-theme/index.theme.SSO7JU': No such file or directory Program received signal SIGINT, Interrupt. [Switching to Thread 0x7fbb433b1770 (LWP 9113)] 0x00007fbb3c28e1cf in poll () from /lib/libc.so.6 (gdb) backtrace full #0 0x00007fbb3c28e1cf in poll () from /lib/libc.so.6 No symbol table info available. #1 0x00007fbb3ca013a8 in g_main_context_iterate (context=0xb09610, block=1, dispatch=1, self=) at /build/buildd/glib2.0-2.18.2/glib/gmain.c:3091 max_priority = 2147483647 timeout = 3687 some_ready = nfds = 8 allocated_nfds = fds = (GPollFD *) 0xc94310 __PRETTY_FUNCTION__ = "g_main_context_iterate" #2 0x00007fbb3ca01a3d in IA__g_main_loop_run (loop=0xc93830) at /build/buildd/glib2.0-2.18.2/glib/gmain.c:2986 self = (GThread *) 0xad3670 __PRETTY_FUNCTION__ = "IA__g_main_loop_run" #3 0x00007fbb40e9a7a7 in IA__gtk_main () at /build/buildd/gtk+2.0-2.14.4/gtk/gtkmain.c:1200 tmp_list = (GList *) 0xb0cea0 functions = (GList *) 0x0 init = (GtkInitFunction *) 0xb0e818 loop = #4 0x0000000000408e5c in main (argc=1, argv=0x7fff4b3e8878) at main.c:353 settings = (AwnSettings *) 0xb0cea0 client = box = applet_manager = (GtkWidget *) 0xb13140 screen = connection = proxy = error = (GError *) 0x0 ret = 1 context = version = 0 entries = {{long_name = 0x418079 "version", short_name = 118 'v', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x7fff4b3e8768, description = 0x418081 "Prints the version number", arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}} atoms = {355, 0} (gdb) infor registers rax 0xfffffffffffffdfc -516 rbx 0xe67 3687 rcx 0xffffffffffffffff -1 rdx 0xe67 3687 rsi 0x8 8 rdi 0xc94310 13189904 rbp 0x8 0x8 rsp 0x7fff4b3e8550 0x7fff4b3e8550 r8 0xb09618 11572760 r9 0x1 1 r10 0x1 1 r11 0x246 582 r12 0xc94310 13189904 r13 0xc94310 13189904 r14 0x1 1 r15 0x61da40 6412864 rip 0x7fbb3c28e1cf 0x7fbb3c28e1cf eflags 0x246 [ PF ZF IF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 fctrl 0x37f 895 fstat 0x20 32 ftag 0xffff 65535 fiseg 0x7fbb 32699 fioff 0x3c766047 1014390855 foseg 0x7fff 32767 fooff 0x4b3e7c28 1262386216 fop 0x51f 1311 mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ] (gdb) thread apply all baktracecktrace Thread 1 (Thread 0x7fbb433b1770 (LWP 9113)): #0 0x00007fbb3c28e1cf in poll () from /lib/libc.so.6 #1 0x00007fbb3ca013a8 in g_main_context_iterate (context=0xb09610, block=1, dispatch=1, self=) at /build/buildd/glib2.0-2.18.2/glib/gmain.c:3091 #2 0x00007fbb3ca01a3d in IA__g_main_loop_run (loop=0xc93830) at /build/buildd/glib2.0-2.18.2/glib/gmain.c:2986 #3 0x00007fbb40e9a7a7 in IA__gtk_main () at /build/buildd/gtk+2.0-2.14.4/gtk/gtkmain.c:1200 #4 0x0000000000408e5c in main (argc=1, argv=0x7fff4b3e8878) at main.c:353 (gdb) quit The program is running. Exit anyway? (y or n)