php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18019 child processes hang
Submitted: 2002-06-27 09:42 UTC Modified: 2002-07-01 11:26 UTC
From: kbwhite at intelos dot net Assigned:
Status: Closed Package: Apache related
PHP Version: 4.2.1 OS: solaris 2.8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kbwhite at intelos dot net
New email:
PHP Version: OS:

 

 [2002-06-27 09:42 UTC] kbwhite at intelos dot net
After a day or so of running the number of apache processes
climbs from 10 to more than 50 and never returns to a
resonable number.  Running truss on the children shows that
many of them are hung simply opening a file in the oracle-
client directory performing seeks, reads and closing the file.
The file is $ORACLE_HOME/rdbms/mesg/oraus.msb

The configure line is --with-apxs --without-mysql
we load the following dynamic extensions
oci8, gd, xslt, and ldap.

The apache version used is 1.3.26
Oracle version 8i (8.1.7)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-27 20:01 UTC] sniper@php.net
Try adding this configure option to your configure line:
--enable-sigchild

 [2002-07-01 11:26 UTC] kbwhite at intelos dot net
Problem has not occured since adding --enable-sigchild.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC