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




_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to