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

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

Re: emacs-current bootstrap fail on FreeBSD 6.2


From: Richard Stallman
Subject: Re: emacs-current bootstrap fail on FreeBSD 6.2
Date: Fri, 13 Oct 2006 10:21:51 -0400

    - the backtraces show that some kind of signal thingy happens at
      alloc.c:4244, but that line is just a function call and I can't see how it
      can fail.  Please keep an eye on this.  Try to see why it crashed at that
      point.

Various optimizations such as cross-jumping can confuse the line
number.  I think that inlining can also cause problems to be referred
to the wrong line.  Back when I worked on GCC, to debug a possible GCC
optimization bug once I knew which function was miscompiled, I would
just compare the .s output with the source.

I suggest testing with the latest GCC before going to so much trouble.





reply via email to

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