emacs-devel
[Top][All Lists]
Advanced

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

Re: Functions in kill-emacs-hook aren't run if emacs gets killed with SI


From: Eli Zaretskii
Subject: Re: Functions in kill-emacs-hook aren't run if emacs gets killed with SIGTERM
Date: Sat, 24 Jan 2009 20:20:25 +0200

> Date: Sat, 24 Jan 2009 18:56:17 +0100
> From: grischka <address@hidden>
> CC: address@hidden
> 
> Eli Zaretskii wrote:
> > Pressing Ctrl-C where? Emacs redefines SIGINT so that it is produced
> > by C-g, not by C-c (because the latter is used in many key sequences),
> > so I presume you don't mean typing Ctrl-C into the Emacs window.  But
> > then where did you type it?
> 
> In the xterm.

It aborts in eval.c here:

  if (gc_in_progress || waiting_for_input)
    abort ();

Can you see which one of gc_in_progress and waiting_for_input is
non-zero?




reply via email to

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