[Bug 86746] Re: conky segfaults

2008-03-09 Thread coljohnhannibalsmith
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 (341)
Conky: drawing to double buffer

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47031481019392 (LWP 6550)]
0x004163f3 in generate_text_internal ()
(gdb) backtrace full
#0 0x004163f3 in generate_text_internal ()
No symbol table info available.
#1 0x00417888 in generate_text ()
No symbol table info available.
#2 0x0041adea in update_text ()
No symbol table info available.
#3 0x0041b0e9 in main_loop ()
No symbol table info available.
#4 0x0041e822 in main ()
No symbol table info available.
#5 0x2ac65d0b3b44 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#6 0x00405529 in _start ()
No symbol table info available.
(gdb) info registers
rax 0x0 0
rbx 0x0 0
rcx 0xfffd -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 
eflags 0x10246 [ PF ZF IF RF ]
cs 0x33 51
ss 0x2b 43
ds 0x0 0
es 0x0 0
fs 0x0 0
---Type  to continue, or q  to quit---
gs 0x0 0
fctrl 0x37f 895
fstat 0x0 0
ftag 0x 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 0x004163f3 in generate_text_internal ()
#1 0x00417888 in generate_text ()
#2 0x0041adea in update_text ()
#3 0x0041b0e9 in main_loop ()
#4 0x0041e822 in main ()
#5 0x2ac65d0b3b44 in __libc_start_main () from /lib/libc.so.6
#6 0x00405529 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86746] Re: conky segfaults

2008-03-07 Thread coljohnhannibalsmith
I tried everything you suggested, them modified my .conkyrc file.  It
still doesn't work.

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86746] Re: conky segfaults

2008-02-20 Thread Cesare Tirabassi
Closing this as it is not a bug. I can also advise you to use xfontsel
to check and select an appropriate X font.

** Changed in: conky (Ubuntu)
 Assignee: Cesare Tirabassi (norsetto) => (unassigned)
   Status: Incomplete => Won't Fix

** Changed in: conky (Ubuntu)
   Status: Won't Fix => Invalid

-- 
conky segfaults
https://bugs.launchpad.net/bugs/86746
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86746] Re: conky segfaults

2008-02-20 Thread Cesare Tirabassi
Conky just uses XLoadQueryFont to load fonts which is a standard X11 procedure. 
It doesn't seem a specific conky problem but more a usage issue.
You should check the list of installed X11 fonts, for instance you can use this 
little utility (http://norsetto.890m.com/downloads/testX11) :

./testX11 -l 50 (this will list up to 50 available fonts, it will also
give you the paths the server uses to search for fonts)

./testX11 -f arial (will check if the arial font is available)

./testX11 -h (will list all available options)

** Changed in: conky (Ubuntu)
 Assignee: (unassigned) => Cesare Tirabassi (norsetto)
   Status: New => Incomplete

-- 
conky segfaults
https://bugs.launchpad.net/bugs/86746
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86746] Re: conky segfaults

2008-02-20 Thread Bhavani Shankar
Using conky version 1.4.7 and 1.4.9 too..

-- 
conky segfaults
https://bugs.launchpad.net/bugs/86746
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86746] Re: conky segfaults

2008-02-20 Thread Bhavani Shankar
This happens in gutsy too.. See the Linked question.. So Reopening the
bug..

** Changed in: conky (Ubuntu)
   Status: Incomplete => New

-- 
conky segfaults
https://bugs.launchpad.net/bugs/86746
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86746] Re: conky segfaults

2007-11-19 Thread Cesare Tirabassi
** Changed in: conky (Ubuntu)
 Assignee: Cesare Tirabassi (norsetto) => (unassigned)

-- 
conky segfaults
https://bugs.launchpad.net/bugs/86746
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86746] Re: conky segfaults

2007-09-11 Thread Cesare Tirabassi
Can you please check if this is solved by the new release of Conky?

** Changed in: conky (Ubuntu)
 Assignee: (unassigned) => Cesare Tirabassi
   Status: New => Incomplete

-- 
conky segfaults
https://bugs.launchpad.net/bugs/86746
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86746] Re: conky segfaults

2007-02-21 Thread astrix
This is on feisty herd4

** Description changed:

  Binary package hint: conky
  
  can't run conky, output from terminal:
  
  "Conky: can't load font 'Monospace'
  Segmentation fault (core dumped)"
  
  i do have Monospace installed
+ 
+ 
+ [Feisty Herd4, all updates installed as of Feb 21]

** Tags added: conky

-- 
conky segfaults
https://launchpad.net/bugs/86746

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs