Oracle 8, waitpid interrupted system call

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


Check this:

We have the following problem with HPUX 11, Oracle 8.0.5.1 in the following logic:

1- Connect to Oracle.
2- Disconnect.
3- fork few children.
4- waipid 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 on errno 4 (interrupted system call ) Received on Wed Mar 24 1999 - 00:00:00 CET

Original text of this message