zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Dan Nelson <dnelson@allantgroup.com>,
	"Matthias B." <msbREMOVE-THIS@winterdrache.de>
Cc: Zsh hackers list <zsh-workers@sunsite.dk>
Subject: Re: trap .. EXIT doesn't execute when exit is due to a signal
Date: Sat, 12 Feb 2005 21:29:14 +0000	[thread overview]
Message-ID: <1050212212914.ZM28823@candle.brasslantern.com> (raw)
In-Reply-To: <20050212210429.GF49626@dan.emsphone.com>

On Feb 12,  3:04pm, Dan Nelson wrote:
} Subject: Re: trap .. EXIT doesn't execute when exit is due to a signal
}
} In the last episode (Feb 12), Matthias B. said:
} > trap ... EXIT doesn't execute ... when the shell is terminated due to
} > a signal (e.g. Ctrl-C). I think this is a bug. It's certainly
} > undesirable, because it causes cleanup tasks to not be executed. Bash
} > doesn't have this problem.
} 
} zsh-users 3513 describes what is happening here, I think.  Ash and
} /Solaris bin/sh have the same behaviour.

Yep, that's exactly it.

It just occured to me that it may very well be the case that bash is
using the POSIX atexit() handler to execute its exit traps, which I
believe would handle the situation described in 3513 without having
to do any special handling of SIGINT.

However, I'm not positive that covers all the cases in which zsh runs
the exit trap, and it'd have to be used carefully to be sure the exit
trap wasn't run more than once.


  reply	other threads:[~2005-02-12 21:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-12 11:26 Matthias B.
2005-02-12 21:04 ` Dan Nelson
2005-02-12 21:29   ` Bart Schaefer [this message]
2005-02-14 15:33     ` Peter Stephenson

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1050212212914.ZM28823@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=dnelson@allantgroup.com \
    --cc=msbREMOVE-THIS@winterdrache.de \
    --cc=zsh-workers@sunsite.dk \
    /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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).