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

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

Re: crash backtrace


From: Richard Stallman
Subject: Re: crash backtrace
Date: Tue, 24 Feb 2004 12:51:34 -0500

    a loop that will re-visit my .emacs over and over until it crashes.
    The loop is almost unneccesary, because it always crashes on the
    first time through the loop.

Can you try doing something to set up the user name and password
with Lisp code in .emacs?  That might make the behavior repeatable,
by avoiding waiting for user interaction.

Repeatable behavior will be a big aid in debugging.

    start=0x8757400, it says.  this looks like stack corruption to me.

I suspect you are seeing the result of compiler optimization,
and that the program never uses that value.

You could make sure of this by reading the assembler code
of that function.




reply via email to

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