GNU bug report logs - #32502
27.0.50; Tramp; C-g during asynchronous remote find-file kills Emacs

Previous Next

Package: emacs;

Reported by: Gemini Lasswell <gazally <at> runbox.com>

Date: Wed, 22 Aug 2018 18:26:02 UTC

Severity: normal

Tags: fixed

Found in version 27.0.50

Fixed in version 27.1

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


Message #53 received at 32502 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: gazally <at> runbox.com, 32502 <at> debbugs.gnu.org
Subject: Re: bug#32502: 27.0.50; Tramp;
 C-g during asynchronous remote find-file kills Emacs
Date: Wed, 29 Aug 2018 20:03:33 +0300
> From: Michael Albinus <michael.albinus <at> gmx.de>
> Cc: gazally <at> runbox.com,  32502 <at> debbugs.gnu.org
> Date: Wed, 29 Aug 2018 18:46:01 +0200
> 
> >   static Lisp_Object
> >   signal_or_quit (Lisp_Object error_symbol, Lisp_Object data, bool keyboard_quit)
> >   {
> >     [...]
> >     if (gc_in_progress || waiting_for_input)  <<<<<<<<<<<<<<<<<<<<<<<<
> >       emacs_abort ();
> >
> > It could be that the reason for that is no longer valid when the
> > signal was raised by another thread, via thread-signal.
> 
> But I haven't done any user input. I've evaluated the code snippet given
> by Gemini, and then I've done nothing. Emacs was idle I believe. And it
> aborted.

That's just it, AFAIR: when Emacs is idle, the waiting_for_input flag
is set.




This bug report was last modified 6 years and 355 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.