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



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

Reply via email to