php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13015 race condition same as #11676
Submitted: 2001-08-29 01:35 UTC Modified: 2002-01-03 17:59 UTC
From: ant at nis dot za Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.6 OS: Linux 2.2.12-20
Private report: No CVE-ID: None
 [2001-08-29 01:35 UTC] ant at nis dot za
Hi

I am having the same problem  as bug #11676 on:
Linux  2.2.12-20
Apache/1.3.20 
PHP/4.0.6
(Also tried Apache 1.3.19 with Php 4.05)

./configure  --with-apache=../apache_1.3.20 --enable-track-vars --with-oracle=/u01/app/oracle/product/8.1.5 --with-oci8=/u01/app/oracle/product/8.1.5 --with-mcr
ypt=yes  --with-gd=/usr/local --enable-apc --with-mhash  --enable-sigchild

(tried with and without enable-sigchild)

The problem does not seem to relate to a specific script and the apache status page shows different last scripts.

Another server running the same scripts and version, but on kernel 2.2.14 does not seem to have the same problem.

Sometimes when it goes into the race condition there is an oracle zombie process attached to it.

Regards
Anthony

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-29 01:59 UTC] ant at nis dot za
One more thing, I think it is related to apache cleaning up unused processes to reduce to MaxSpareServers because it only seems to happen to processes near the end of the apache status list. I cant say for 100% certain, but it looks like doing a graceful restart on apache can also induce the error, but only sometimes. 
 [2001-12-13 00:52 UTC] yohgaki@php.net
This may be a bug in PHP, but also bug in your kernel/glibc.
Could you upgrade kernel and your PHP to 4.1.0 and report the result.
 [2002-01-03 17:59 UTC] lobbin@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC