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 "i486-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) run Starting program: /usr/bin/conky [Thread debugging using libthread_db enabled] Conky: use_spacer should have an argument of left, right, or none. 'yes' seems to be some form of 'true', so defaulting to right. Conky: desktop window (14000a9) is subwindow of root window (188) Conky: window type - override Conky: drawing to created window (0x3c00001) Conky: drawing to double buffer [New Thread 0xb77476d0 (LWP 23283)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb77476d0 (LWP 23283)] 0xb79a4a46 in _IO_switch_to_get_mode () from /lib/tls/i686/cmov/libc.so.6 (gdb) backtrace full #0 0xb79a4a46 in _IO_switch_to_get_mode () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #1 0xb79a62e5 in __underflow () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #2 0xb79a63b5 in _IO_default_xsgetn () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #3 0xb79a4b58 in _IO_sgetn () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #4 0xb7998000 in fread () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #5 0x0804e35d in read_exec (data=, buf=0x8285510 "Oct 10 02:45:08 Compy kernel: [ 7222.123455] type=\n1503 audit(1223621108.897:24): operation=\"socket_c\nreate\" family=\"econet\" sock_type=\"dgram\" protocol=\n0 pid=23232 profile=\"/usr/sbin/cupsd\"\nOct 10 02"..., size=15766) at /usr/include/bits/stdio2.h:287 fp = (FILE *) 0x8285618 #6 0x08061d12 in generate_text_internal (p=0x8294bfa "", p_max_size=15766, text_object_list=0x8272548, cur=0x808d440) at conky.c:5073 obj = (struct text_object *) 0x82946b0 i = 140 #7 0x08063398 in update_text () at conky.c:6392 No locals. #8 0x08064b95 in main (argc=1, argv=0xbfbe3e24) at conky.c:7410 s = x = act = {__sigaction_handler = {sa_handler = 0x804d7e0 , sa_sigaction = 0x804d7e0 }, sa_mask = {__val = {0 }}, sa_flags = 268435456, sa_restorer = 0xbfbe3bb1} oact = {__sigaction_handler = {sa_handler = 0, sa_sigaction = 0}, sa_mask = {__val = {0, 0, 3077869992, 1, 0, 1, 0, 2, 23283, 3082527078, 136637400, 2, 3216914656, 3216914644, 3087695916, 136635608, 3216914568, 3216914720, 3087943272, 134520133, 0, 0, 0, 3077863120, 3216914568, 3078982848, 136637412, 3079061492, 3216914616, 3079055562, 136637400, 0}}, sa_flags = 0, sa_restorer = 0xbfbeb908} (gdb) info registers eax 0xa6c6f63 174878563 ecx 0x0 0 edx 0x6b636f73 1801678707 ebx 0xb7a91ff4 -1213653004 esp 0xbfbde6c8 0xbfbde6c8 ebp 0xbfbde6d4 0xbfbde6d4 esi 0x8285618 136861208 edi 0x8285618 136861208 eip 0xb79a4a46 0xb79a4a46 <_IO_switch_to_get_mode+102> eflags 0x10212 [ AF IF RF ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 (gdb) thread apply all backtrace Thread 1 (Thread 0xb77476d0 (LWP 23283)): #0 0xb79a4a46 in _IO_switch_to_get_mode () from /lib/tls/i686/cmov/libc.so.6 #1 0xb79a62e5 in __underflow () from /lib/tls/i686/cmov/libc.so.6 #2 0xb79a63b5 in _IO_default_xsgetn () from /lib/tls/i686/cmov/libc.so.6 #3 0xb79a4b58 in _IO_sgetn () from /lib/tls/i686/cmov/libc.so.6 #4 0xb7998000 in fread () from /lib/tls/i686/cmov/libc.so.6 #5 0x0804e35d in read_exec (data=, buf=0x8285510 "Oct 10 02:45:08 Compy kernel: [ 7222.123455] type=\n1503 audit(1223621108.897:24): operation=\"socket_c\nreate\" family=\"econet\" sock_type=\"dgram\" protocol=\n0 pid=23232 profile=\"/usr/sbin/cupsd\"\nOct 10 02"..., size=15766) at /usr/include/bits/stdio2.h:287 #6 0x08061d12 in generate_text_internal (p=0x8294bfa "", p_max_size=15766, text_object_list=0x8272548, cur=0x808d440) at conky.c:5073 #7 0x08063398 in update_text () at conky.c:6392 #8 0x08064b95 in main (argc=1, argv=0xbfbe3e24) at conky.c:7410 (gdb) thread apply all backtrace quit The program is running. Exit anyway? (y or n)