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

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

bug#28630: 27.0.50; C-g while a non-main thread is sitting crashes Emacs


From: Alan Third
Subject: bug#28630: 27.0.50; C-g while a non-main thread is sitting crashes Emacs
Date: Sun, 1 Oct 2017 11:08:01 +0100
User-agent: Mutt/1.9.0 (2017-09-02)

On Thu, Sep 28, 2017 at 01:22:58AM -0600, Alex wrote:
> Evaluate the following in emacs -Q:
> 
> (make-thread
>  (lambda ()
>    (message "hello")
>    (sit-for 2)
>    (message "there")))
> 
> Executing C-g before this finishes crashes Emacs.

I can reproduce this crash on GNU/Linux, but not when built --with-ns.
-- 
Alan Third





reply via email to

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