SIGCHLD & popen() in ES3
Nils,
Thanks for the reply, however I don't use solaris.
The man page for signal(7) on ES3 clearly states that the default action
for SIGCHLD is ignore. Apparently the popen() in ES3 does not restore the
action unless it has been ********ly set.
Also, the man page for 'popen()' on ES3 makes no such caveat about
SIGCHLD. In addition, the new ES3 behavior is different than Redhhat 7/8
and Hpux 10.20, 11.xx.
So, the work around is to set the action to ignore before using 'popen()'
I'll go through all the old programs and update them.
KosayaC
|