Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [phil@xxxxxxxx: Bug#104001: Zsh should clean up its signals on startup]
- X-seq: zsh-workers 15546
- From: Geoff Wing <gcw@xxxxxxx>
- To: Clint Adams <clint@xxxxxxx>
- Subject: Re: [phil@xxxxxxxx: Bug#104001: Zsh should clean up its signals on startup]
- Date: Tue, 31 Jul 2001 11:35:43 +1000
- Cc: Zsh Hackers <zsh-workers@xxxxxxxxxx>
- In-reply-to: <20010730110752.A20917@xxxxxxxx>; from clint@xxxxxxx on Mon, Jul 30, 2001 at 03:08:10PM +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultancy
- References: <20010708224915.A29399@xxxxxxxx>; <20010730110752.A20917@xxxxxxxx>
Clint Adams <clint@xxxxxxx> 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 : <gcw@xxxxxxxxx>
Rxvt Stuff : <gcw@xxxxxxxx>
Zsh Stuff : <gcw@xxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author