GNU bug report logs -
#32502
27.0.50; Tramp; C-g during asynchronous remote find-file kills Emacs
Previous Next
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 #109 received at 32502 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> +If @var{thread} is the main thread, the signal is not propagated
>> +there. Instead, it is shown as message in the main thread.
>
> Maybe I'm missing something, but where's the code which shows this
> message?
thread-handle-event of thread.el.
>> @@ -863,7 +863,8 @@ DEFUN ("thread-signal", Fthread_signal, Sthread_signal, 3, 3, 0,
>> This acts like `signal', but arranges for the signal to be raised
>> in THREAD. If THREAD is the current thread, acts just like `signal'.
>> This will interrupt a blocked call to `mutex-lock', `condition-wait',
>> -or `thread-join' in the target thread. */)
>> +or `thread-join' in the target thread.
>> +Signals to the main thread are ignored quietly. */)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> That's not really accurate, is it?
Oh, this is from my first attempt. Fixed.
I've committed this to the master. Let's see how it goes.
Gemini, I've stolen the frame of your thread.el from the
scratch/list-threads branch. You will merge your code there, I guess.
I'm a little bit undecided, whether thread events shall be restricted to
signaling the main thread with error messages. Could be used for other
purposes as well. Let's see.
Best regards, Michael.
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.