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

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

Re: emacs aborts (almost always?) when pressing C-g in gnus group mode


From: Richard Stallman
Subject: Re: emacs aborts (almost always?) when pressing C-g in gnus group mode
Date: Tue, 03 May 2005 13:12:38 -0400

    became:

    TERM = xterm
    Breakpoint 1 at 0x811e0a6: file emacs.c, line 460.
    Function "x_error_quitter" not defined.

The function still exists in the source.  Can you investigate
why it does not exist in your binary?  I can only guess
it was inlined and optimized out of existence.  But that's
supposed to be prevented by NO_INLINE which should expand to
__attribute__((noinline)).

    static void NO_INLINE
    x_error_quitter (display, error)




reply via email to

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