From: Eli Zaretskii <eliz@gnu.org>
To: grischka <grishka@gmx.de>
Cc: emacs-devel@gnu.org
Subject: Re: Functions in kill-emacs-hook aren't run if emacs gets killed with SIGTERM
Date: Sat, 24 Jan 2009 18:14:30 +0200 [thread overview]
Message-ID: <u7i4ku1eh.fsf@gnu.org> (raw)
In-Reply-To: <497B22CA.4080203@gmx.de>
> Date: Sat, 24 Jan 2009 15:16:42 +0100
> From: grischka <grishka@gmx.de>
> CC: emacs-devel@gnu.org
>
> >> Btw, with SIGINT emacs (GTK) quits like this
> >> Fatal Error (6)Abort
> >> Is this a bug?
> >
> > If that's the result of "kill -INT" from the shell prompt, then Emacs
> > should shut down. Sounds like somewhere along the shutdown procedure
> > it hits a call to `abort'. A backtrace would help.
> >
>
> Happens when pressing Ctrl-C after starting emacs at a xterm prompt.
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?
Also, by "starting emacs at a xterm prompt", do you mean "emacs -nw"
or do you mean a GUI session started at the shell prompt?
> IIRC to reproduce it it suffices to call 'pp' in a kill-emacs-hook.
You mean, call 'pp' in a kill-emacs-hook and _then_ deliver a SIGINT?
Or do you mean that having `pp' called from kill-emacs-hook will cause
the abort even if Emacs is shut down normally, via "C-c C-c"?
> "prj-print-list" (0xbfa56bd0)
> "progn" (0xbfa56d10)
> "if" (0xbfa56d90)
> "when" (0xbfa56e10)
> "let" (0xbfa56f00)
> "let" (0xbfa56ff0)
> "progn" (0xbfa57080)
> "if" (0xbfa57100)
> "when" (0xbfa57180)
> "prj-saveconfig" (0xbfa57200)
> "prj-saveall" (0xbfa57320)
> "prj-on-kill" (0xbfa574ec)
> "run-hooks" (0xbfa57584)
> (gdb)
What are those prj-* functions?
next prev parent reply other threads:[~2009-01-24 16:14 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-23 19:01 Functions in kill-emacs-hook aren't run if emacs gets killed with SIGTERM grischka
2009-01-23 22:52 ` Eli Zaretskii
2009-01-24 14:16 ` grischka
2009-01-24 16:14 ` Eli Zaretskii [this message]
2009-01-24 17:56 ` grischka
2009-01-24 18:20 ` Eli Zaretskii
2009-01-24 19:11 ` grischka
2009-01-24 20:08 ` Eli Zaretskii
2009-01-24 20:28 ` grischka
-- strict thread matches above, loose matches on Subject: below --
2009-02-03 17:28 grischka
2009-02-05 3:37 ` Stefan Monnier
2009-02-05 13:31 ` grischka
2009-02-05 19:40 ` Stefan Monnier
2009-01-24 20:39 Stefan Monnier
2009-01-24 20:32 Stefan Monnier
2009-02-02 20:23 ` Eli Zaretskii
2009-02-02 20:52 ` Tassilo Horn
2009-02-02 21:09 ` Eli Zaretskii
2009-02-03 10:43 ` Tassilo Horn
2009-02-05 3:34 ` Stefan Monnier
2009-01-21 8:06 Tassilo Horn
2009-01-21 18:42 ` Eli Zaretskii
2009-01-21 19:49 ` Tassilo Horn
2009-01-21 20:35 ` Chong Yidong
2009-01-22 9:03 ` Tassilo Horn
2009-01-21 20:36 ` Stefan Monnier
2009-01-22 4:09 ` Eli Zaretskii
2009-01-22 9:00 ` Tassilo Horn
2009-01-22 18:23 ` Eli Zaretskii
2009-01-23 2:15 ` mail
2009-01-23 12:05 ` Eli Zaretskii
2009-01-22 10:08 ` Andreas Schwab
2009-01-22 18:25 ` Eli Zaretskii
2009-01-23 1:52 ` Richard M Stallman
2009-01-22 14:41 ` Stefan Monnier
2009-01-22 18:32 ` Eli Zaretskii
2009-01-22 21:16 ` Stefan Monnier
2009-01-23 15:25 ` Eli Zaretskii
2009-01-23 15:58 ` Tassilo Horn
2009-01-23 19:06 ` Eli Zaretskii
2009-01-23 19:56 ` David De La Harpe Golden
2009-01-23 22:39 ` Eli Zaretskii
2009-01-23 23:00 ` Tassilo Horn
2009-01-23 23:13 ` Lennart Borgman
2009-01-24 9:04 ` Tassilo Horn
2009-01-24 9:59 ` Eli Zaretskii
2009-01-24 12:34 ` Miles Bader
2009-01-24 10:00 ` Eli Zaretskii
2009-01-23 20:33 ` Dan Nicolaescu
2009-01-23 22:37 ` Eli Zaretskii
2009-01-24 4:40 ` Jason Rumney
2009-01-24 6:11 ` Miles Bader
2009-01-23 1:52 ` Richard M Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=u7i4ku1eh.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=grishka@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).