Email List: Xaustin-group-lX
[All Lists]

Re: RE: Re: set -e and SIGCHLD

To: yyyyyyyyyyyyyy@xxxxxxxxxxxxx
Subject: Re: RE: Re: set -e and SIGCHLD
From: David Korn <yyy@xxxxxxxxxxxxxxxx>
Date: Wed, 14 Mar 2001 14:17:35 -0500 (EST)
Cc: yyyyy@xxxxxxxxxxxxxxxxxxx

>  All signal handling shall be set to default handling (SIG_DFL).


This would break existing programs.  For example,
the shell has a requirement that signals that you cannot trap
signals that are set to ignore when it begins.

In addition, programs like nohup would not have the desired
effect in that processes started by a nohup job would
take the default action for the HUP signal.


David Korn
research!dgk
yyy@xxxxxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>