emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: timer error


From: Nick Roberts
Subject: Re: timer error
Date: Mon, 10 Jul 2006 01:09:18 +1200

Gilbert Harman writes:
 > If I directly evaluate that expression,
 > (timer-relative-time '(17583 46528 355684) 0.5 0)
 > I too get (17583 46528 855684).
 > 
 > So, I am not sure what I should try next?

I guess what Richard suggested initially: run under GDB, with a breakpoint at
the line in floor which signals this error.  I think it's enough to put a
breakpoint on Fsignal.  You can look at the lisp backtrace with `xbacktrace'
but this way you can also examine values in the C backtrace to see what's
going wrong.  Maybe there's some memory corruption.  See the DEBUG file for
further help.


-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]