ID: 37006 Updated by: [EMAIL PROTECTED] Reported By: info at talte dot net -Status: Open +Status: Feedback Bug Type: Unknown/Other Function Operating System: CentOS 4.0 Rel3 PHP Version: 4.4.2 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try to avoid embedding huge scripts into the report. Previous Comments: ------------------------------------------------------------------------ [2006-04-07 09:16:26] info at talte dot net Description: ------------ Hello, Sorry for my bad engish. After some segmentation faults I compiled PHP with --enable-debug, and then I have these memory leaks. Reproduce code: --------------- /usr/local/directadmin/customapache/php-4.4.2/Zend/zend_execute.c(276) : Freeing 0x0C4E2124 (44 bytes), script=/home/jacob/domains/jacobshome.info/public_html/index.php /usr/local/directadmin/customapache/php-4.4.2/Zend/zend_variables.c(123) : Actual location (location was relayed) Last leak repeated 2 times /usr/local/directadmin/customapache/php-4.4.2/Zend/zend_execute.c(1812) : Freeing 0x0C4E207C (12 bytes), script=/home/jacob/domains/jacobshome.info/public_html/index.php Last leak repeated 3 times /usr/local/directadmin/customapache/php-4.4.2/Zend/zend_execute.c(2123) : Freeing 0x0C4E1FE4 (14 bytes), script=/home/jacob/domains/jacobshome.info/public_html/index.php /usr/local/directadmin/customapache/php-4.4.2/Zend/zend_variables.c(111) : Actual location (location was relayed) Last leak repeated 156 times /usr/local/directadmin/customapache/php-4.4.2/Zend/zend_execute.c(2120) : Freeing 0x0C4E1FA4 (12 bytes), script=/home/jacob/domains/jacobshome.info/public_html/index.php Last leak repeated 160 times /usr/local/directadmin/customapache/php-4.4.2/Zend/zend_execute.c(2100) : Freeing 0x0C4DCD9C (44 bytes), script=/home/jacob/domains/jacobshome.info/public_html/index.php /usr/local/directadmin/customapache/php-4.4.2/Zend/zend_API.c(563) : Actual location (location was relayed) Last leak repeated 14 times /usr/local/directadmin/customapache/php-4.4.2/Zend/zend_execute.c(2069) : Freeing 0x0C4DCBD4 (12 bytes), script=/home/jacob/domains/jacobshome.info/public_html/index.php Last leak repeated 9 times /usr/local/directadmin/customapache/php-4.4.2/Zend/zend_API.c(680) : Freeing 0x0C4DC90C (2 bytes), script=/home/jacob/domains/jacobshome.info/public_html/index.php Last leak repeated 48 times /usr/local/directadmin/customapache/php-4.4.2/Zend/zend_API.c(679) : Freeing 0x0C4DC8CC (12 bytes), script=/home/jacob/domains/jacobshome.info/public_html/index.php Last leak repeated 48 times Expected result: ---------------- No memory leaks Actual result: -------------- Some memory leaks ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37006&edit=1
