php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38227 Memory leak after apache reconfigure
Submitted: 2006-07-26 19:15 UTC Modified: 2006-07-26 23:19 UTC
From: adsh at univ dot kiev dot ua Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.4.2 OS: FreeBSD 4.11, 5.5
Private report: No CVE-ID: None
 [2006-07-26 19:15 UTC] adsh at univ dot kiev dot ua
Description:
------------
Memory leak after apachectl graceful.

Reproduce code:
---------------
httpd -v
Server version: Apache/2.0.58
Server built: May 7 2006 20:48:38

httpd -l
Compiled in modules:
core.c
mod_access.c
mod_auth.c
mod_include.c
mod_log_config.c
mod_env.c
mod_setenvif.c
prefork.c
http_core.c
mod_mime.c
mod_status.c
mod_autoindex.c
mod_asis.c
mod_cgi.c
mod_negotiation.c
mod_dir.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_so.c

apachectl start

ps aux | grep httpd | awk '{ print $5}'
8600
8624
8624
8624
8624
8624
1508

apachectl graceful (10 times)

ps aux | grep httpd | awk '{ print $5}'
8892
8916
8916
8916
8916
8916
1508

apachectl graceful (10 times)

ps aux | grep httpd | awk '{ print $5}'
9192
9216
9216
9216
9216
9216
1508



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-26 19:20 UTC] adsh at univ dot kiev dot ua
Apache without PHP:

apachectl start

ps aux | grep httpd | awk '{ print $5}'
3948
3948
3948
3948
3948
3948
1508

apachectl graceful (10 times)

ps aux | grep httpd | awk '{ print $5}'
3948
3948
3948
3948
3948
3948
1468

apachectl graceful (10 times)

ps aux | grep httpd | awk '{ print $5}'
3948
3948
3948
3948
3948
3948
1508
 [2006-07-26 23:19 UTC] sniper@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 02:01:29 2024 UTC