Steps to reproduce:
    emacs -f eshell
    sudo -k # To make sure sudo will ask for a password
    sudo -l
    # Password prompt appears
    C-g

    "Fatal error (11)"
    "Error in echo-area-clear-hook: (void-function nil)"

When I try this, I get a peculiar crash that suggests that
the stack has been clobbered.  This patch seems to fix that problem,
and the test case works ok for me.  Does it work for you
with this patch?

*** keyboard.c  10 Jun 2005 09:28:23 -0400      1.829
--- keyboard.c  12 Jun 2005 11:19:22 -0400      
***************
*** 2616,2621 ****
--- 2616,2622 ----
  
    if (_setjmp (local_getcjmp))
      {
+       restore_getcjmp (save_jump);
        XSETINT (c, quit_char);
        internal_last_event_frame = selected_frame;
        Vlast_event_frame = internal_last_event_frame;


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to