I now have a full Backtrace: [EMAIL PROTECTED]:~$ gdb conky GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/bin/conky [Thread debugging using libthread_db enabled] [New Thread 47031481019392 (LWP 6550)] Conky: desktop window (e000c1) is subwindow of root window (52) Conky: window type - override Conky: drawing to created window (3400001) Conky: drawing to double buffer
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 47031481019392 (LWP 6550)] 0x00000000004163f3 in generate_text_internal () (gdb) backtrace full #0 0x00000000004163f3 in generate_text_internal () No symbol table info available. #1 0x0000000000417888 in generate_text () No symbol table info available. #2 0x000000000041adea in update_text () No symbol table info available. #3 0x000000000041b0e9 in main_loop () No symbol table info available. #4 0x000000000041e822 in main () No symbol table info available. #5 0x00002ac65d0b3b44 in __libc_start_main () from /lib/libc.so.6 No symbol table info available. #6 0x0000000000405529 in _start () No symbol table info available. (gdb) info registers rax 0x0 0 rbx 0x0 0 rcx 0xfffffffffffffffd -3 rdx 0x642ec0 6565568 rsi 0x4318bc 4397244 rdi 0x63ff54 6553428 rbp 0x7fff50e13e40 0x7fff50e13e40 rsp 0x7fff50e12660 0x7fff50e12660 r8 0xfefefefefefefeff -72340172838076673 r9 0x0 0 r10 0x7fff50e11b68 140734550317928 r11 0x2ac65d0ff450 47031453217872 r12 0x0 0 r13 0x7fff50e144b0 140734550328496 r14 0x0 0 r15 0x0 0 rip 0x4163f3 0x4163f3 <generate_text_internal+20997> eflags 0x10246 [ PF ZF IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 ---Type <return> to continue, or q <return> to quit--- gs 0x0 0 fctrl 0x37f 895 fstat 0x0 0 ftag 0xffff 65535 fiseg 0x0 0 fioff 0x0 0 foseg 0x0 0 fooff 0x0 0 fop 0x0 0 mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ] (gdb) thread apply all bt Thread 1 (Thread 47031481019392 (LWP 6550)): #0 0x00000000004163f3 in generate_text_internal () #1 0x0000000000417888 in generate_text () #2 0x000000000041adea in update_text () #3 0x000000000041b0e9 in main_loop () #4 0x000000000041e822 in main () #5 0x00002ac65d0b3b44 in __libc_start_main () from /lib/libc.so.6 #6 0x0000000000405529 in _start () (gdb) quit The program is running. Exit anyway? (y or n) y [EMAIL PROTECTED]:~$ -- conky segfaults https://bugs.launchpad.net/bugs/86746 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
