From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2183 invoked from network); 31 Jul 2001 01:36:28 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 Jul 2001 01:36:28 -0000 Received: (qmail 7398 invoked by alias); 31 Jul 2001 01:36:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15546 Received: (qmail 7361 invoked from network); 31 Jul 2001 01:35:49 -0000 Date: Tue, 31 Jul 2001 11:35:43 +1000 From: Geoff Wing To: Clint Adams Cc: Zsh Hackers Subject: Re: [phil@fifi.org: Bug#104001: Zsh should clean up its signals on startup] Message-ID: <20010731113543.A1882@primenet.com.au> References: <20010708224915.A29399@dman.com>; <20010730110752.A20917@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010730110752.A20917@dman.com>; from clint@zsh.org on Mon, Jul 30, 2001 at 03:08:10PM +0000 Organization: PrimeNet Computer Consultancy Clint Adams typed: :> +++ zsh-4.0.2/Src/init.c Sun Jul 8 18:34:54 2001 :> @@ -816,6 +816,19 @@ :> void :> init_signals(void) :> { :> + if (interact) { :> + /* Cleanup absolutely everything signal related which could have :> + been inherited from parent */ :No one said anything about this; should I commit it? Sorry, I've got an objection. Yes, we should be resetting the handler for SIGPIPE - especially because we're supposed to be handling it - but I don't think we should blindly reset every signal. Regards, -- Geoff Wing : Rxvt Stuff : Zsh Stuff :