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

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

Re: timer error


From: Gilbert Harman
Subject: Re: timer error
Date: Mon, 10 Jul 2006 09:02:04 -0400
User-agent: Microsoft-Entourage/11.2.4.060510

I should say, I deleted the emacs source file from my home directory, which
is supposed to be OK, because the package is supposed to be self-contained.
But maybe that messes up debugging?

I can recompile and not delete the source files and/or recompile but not use
make-package.

  Gil

> 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.
> 

OK I put a breakpoint on Fsignal and this resulted.  It's looking for
emacs/mac/src/eval.c, which isn't there.  It is probably relevant that I
used emacs/mac/make-package to compile emacs?

  Gil






reply via email to

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