tag 388702 moreinfo
thanks

On Fri, Sep 22, 2006 at 01:05:23AM -0400, Per Bojsen wrote:
> I noticed the following error messages in syslog:
> 
> Sep 21 23:58:33 tirith kernel: setitimer: sawfish (pid = 15117) provided 
> invalid timeval it_value: tv_sec = 59 tv_usec = 1000000
> Sep 22 00:01:31 tirith kernel: setitimer: sawfish (pid = 15117) provided 
> invalid timeval it_value: tv_sec = 59 tv_usec = 1000000
> 
> Looks like it should have been tv_sec == 60 and tv_usec == 0.

I'm sorry, I can't reproduce this. Do you have some external lisp add
on?

You could try tracing:

1. Start sawfish from a terminal. Don't background it
2. On another terminal run
 sleep 5; sawfish-client -e "(trace 'set-timer)"
then return focus to the sawfish terminal *before* the 5 seconds.
3. Whenever any timer is restarted, sawfish should drop into the
debugger, where you can get a backtrace and see what function is using
the timer.

-- 
Rodrigo Gallardo
GPG-Fingerprint: 7C81 E60C 442E 8FBC D975  2F49 0199 8318 ADC9 BC28

Attachment: signature.asc
Description: Digital signature

Reply via email to