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

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

Re: Lots of hangs Windows 10 26.0.91


From: Stefan Monnier
Subject: Re: Lots of hangs Windows 10 26.0.91
Date: Thu, 29 Mar 2018 17:51:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> C-g does not work. I have to kill emacs from the task manager.

These are most commonly due to either a "pathological regexp" or some
broken code run with inhibit-quit (e.g. from a timer or process filter).

The best way to track it down (and fix it) starts by running Emacs
under GDB and to look at the backtrace (including and especially the
Lisp backtrace) during those hangs.


        Stefan




reply via email to

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