[EMAIL PROTECTED] wrote:

Could you send a backtrace ? There is a small howto at :
http://wiki.debian.net/?HowToGetABacktrace

though if you don't feel like doing it all :

$ gdb xwatch
gdb) r /var/log/mail.info
...
gdb) bt full

would already help quite a bit.

Also :
$ strace -f -o xwatch.trace xwatch /var/log/mail.info
may help detect if xwatch di d not properly installed  .

Regards
Alban



here goes:
(gdb) r /var/log/mail.info
Starting program: /usr/bin/xwatch /var/log/mail.info

Program received signal SIGSEGV, Segmentation fault.
0xb7f5a403 in fl_get_browser_dimension () from /usr/X11R6/lib/libforms.so.1
(gdb) bt full
#0 0xb7f5a403 in fl_get_browser_dimension () from /usr/X11R6/lib/libforms.so.1
No symbol table info available.
#1  0x0804a330 in addline ()
No symbol table info available.
#2  0x0804a279 in warning ()
No symbol table info available.
#3  0x0804ab36 in colorname2rgb ()
No symbol table info available.
#4  0x0804ac1d in parsecolors ()
No symbol table info available.
#5  0x08049430 in main ()
No symbol table info available.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to