[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs w3m freeze
- From: Michael Heerdegen <michael_heerdegen@xxxxxx>
- Date: Fri, 11 Jul 2014 01:47:25 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 12337
- References: <53BAA69A.2090606@xxxxxxxxxxxxxxxxxxx>
Max <maxim.suraev@xxxxxxxxxxxxxxxxxxx> writes:
> Sometimes w3m makes emacs eat up 100% cpu and become totally
> unresponsive. Is there a way to set some aggressive timeouts somewhere
> or some other workaround to make sure that whatever happens in
> emacs-w3m the rest of the emacs is unaffected?
Probably not automatically. ESC ESC ESC also doesn't help ? (it always
did for me)
Under Gnu/Linux, sending SIGUSR2 to the Emacs process should force Emacs
into the debugger. This sets debug-on-quit to t, you should reset it to
nil afterwards. This works most of the time even if Emacs is completely
unresponsive.
Do you have a reproducible recipe, btw?
Michael.