Oracle 8, waitpid interrupted system call

From: fadel <fadel_at_swbell.net>
Date: 1999/03/24
Message-ID: <36F9CD2D.EC544A06_at_swbell.net>#1/1


We have the following problem with HP-UX 11, Oracle 8.0.5.1.0 try this in a PROC:

1- Connect to Oracle.
2- Disconnect.
3- fork few children.
4- waitpid for the children

This worked fine with Oracle 7.2.3.
Oracle 8 connection changes the signal blocking and calls sigprocmask(SIG_UNBLOCK ..
and leaves it that way. so that waitpid now fails with errno 4 (interrupted system call ) Received on Wed Mar 24 1999 - 00:00:00 CET

Original text of this message