[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#30687: 25.3; Crash when pressing CTRL + g multiple times
From: |
Eli Zaretskii |
Subject: |
bug#30687: 25.3; Crash when pressing CTRL + g multiple times |
Date: |
Sun, 04 Mar 2018 05:34:43 +0200 |
> From: Kristian Rumberg <kristianrumberg@gmail.com>
> Date: Sat, 3 Mar 2018 23:03:49 +0100
>
> > It's not a crash, it's a feature known as "Emergency Escape",
> > described in the node by that name in the Emacs user manual.
> >
> > Did you ever try to answer NO to the second question? If you did,
> > what happened then?
> >
>
> Thanks! Could it be that flycheck-rust and racer block the main thread
> for too long?
Indeed, it looks like some code run from a timer takes too long, and
is not interruptible, so you succeed to type C-g more than once.