php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11723 A few apache children remain in memory after apachectl stop
Submitted: 2001-06-27 03:56 UTC Modified: 2002-01-02 13:57 UTC
From: denis at edinet dot it Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.6 OS: linux 2.2.14 and 2.2.16
Private report: No CVE-ID: None
 [2001-06-27 03:56 UTC] denis at edinet dot it
I have the same problem as Valerio (bug #11676), but in my case the apache children remain in memory and it is not possible to kill them (i've tried also kill -9 but nothing do to, sick!). The only way to solve the problem is to reboot the machine or, in the worst case, to power down hardly the system.
The kernels are 2.2.14 (RedHat 6.2) and 2.2.16 (RedHat 7.0)
, the apache is 1.3.20 and php 4.0.6 (but the problems were present also in php 4.0.5 with apache 1.3.19).
I was not able to track down the bug, it seems to happen randomly.
The php is compiled with gd,mysql and imap (4.7c2).

Denis

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-27 11:56 UTC] sniper@php.net
what was the configure line used to configure PHP?

 [2001-06-28 03:04 UTC] denis at edinet dot it
This is the line I used to configure the PHP:

./configure --enable-imap --enable-mysql --with-mysql --with-apache=../$APACHE --with-imap --without-xml --enable-track-vars --enable-memory-limit=yes --with-zlib=/usr --with-gd=/usr/local --with-jpeg-dir=/usr --with-png-dir=/usr --enable-magic-quotes

The problem has presented only with PHP 4.0.5 (and 4.0.6) with apache 1.3.20. Before we had PHP 4.0.3pl1 with Apache 1.3.16 and we had no problems.

Soon as possible I'll try to give you a gdb track... this is difficult because often the machine is completely down and the only way to restart the apache is to reboot (power down) it...

Denis
 [2001-12-12 08:16 UTC] yohgaki@php.net
Do you still have this problem with 4.1.0?
 [2002-01-02 13:57 UTC] lobbin@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 04:01:30 2024 UTC