Mombu the Php Forum sponsored links

Go Back   Mombu the Php Forum > Php > #38227 : Memory leak after apache reconfigure
User Name
Password
REGISTER NOW! Mark Forums Read

sponsored links


Reply
 
1 14th June 19:02
php-bugs
External User
 
Posts: 1
Default #38227 : Memory leak after apache reconfigure



From: adsh at univ dot kiev dot ua
Operating system: FreeBSD 4.11, 5.5
PHP version: 4.4.2
PHP Bug Type: Apache2 related
Bug description: Memory leak after apache reconfigure

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

--
Edit bug report at http://bugs.php.net/?id=38227&edit=1
--
Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=38227&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=38227&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=38227&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=38227&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=38227&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=38227&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=38227&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=38227&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=38227&r=support
Expected behavior: http://bugs.php.net/fix.php?id=38227&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=38227&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=38227&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=38227&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=38227&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=38227&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=38227&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=38227&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=38227&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=38227&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=38227&r=mysqlcfg
  Reply With Quote


  sponsored links


2 14th June 19:02
php-bugs
External User
 
Posts: 1
Default #38227 : Memory leak after apache reconfigure



ID: 38227
User updated by: adsh at univ dot kiev dot ua
Reported By: adsh at univ dot kiev dot ua
Status: Open
Bug Type: Apache2 related
Operating System: FreeBSD 4.11, 5.5
PHP Version: 4.4.2
New Comment:

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


Previous Comments:
------------------------------------------------------------------------

[2006-07-26 19:15:05] 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


------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=38227&edit=1
  Reply With Quote
3 14th June 19:02
External User
 
Posts: 1
Default #38227 : Memory leak after apache reconfigure


ID: 38227
Updated by: sniper@php.net
Reported By: adsh at univ dot kiev dot ua
-Status: Open
+Status: Bogus
Bug Type: Apache2 related
Operating System: FreeBSD 4.11, 5.5
PHP Version: 4.4.2
New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the do***entation 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


Previous Comments:
------------------------------------------------------------------------

[2006-07-26 19:20:22] 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 19:15:05] 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


------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=38227&edit=1
  Reply With Quote


  sponsored links


Reply


Thread Tools
Display Modes




Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
666