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]



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