ID:               37006
 Updated by:       [EMAIL PROTECTED]
 Reported By:      info at talte dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: CentOS 4.0 Rel3
 PHP Version:      4.4.2
 New Comment:

Sorry, I doubt we're going to debug your huge scripts.


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

[2006-04-07 12:52:58] info at talte dot net

I don't know where exacly memory leak is, so I can't do 20 lines from
these scripts.

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

[2006-04-07 09:39:58] [EMAIL PROTECTED]

Please, try to provide a short but complete reproduce script, without
any includes, max 20 lines long.
Thank you.


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

[2006-04-07 09:34:04] info at talte dot net

Also, if you need these:

require_once('./global.php');
require_once(DIR . '/includes/functions_cron.php');

You can find them in http://www.sportorbita.com/bulletin/global.php.txt
and http://www.sportorbita.com/bulletin/includes/functions_cron.php.txt

Thank you.

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

[2006-04-07 09:25:57] info at talte dot net

Script source:

<?php
// This file will generate and return the main page of the site
$CONF = array();
$CONF['Self'] = 'index.php';

include('./config.php');

selector();

?>

Also I have segfaults with other scripts,

e.g. 
/usr/local/directadmin/customapache/php-4.4.2/Zend/zend_hash.c(453) : 
Freeing 0x0C8ECE54 (64 bytes),
script=/home/orbita/domains/sportorbita.com/public_html/bulletin/cron.php
Last leak repeated 14 times
/usr/local/directadmin/customapache/php-4.4.2/Zend/zend_execute.c(1786)
:  Freeing 0x0C1F49C4 (12 bytes),
script=/home/orbita/domains/sportorbita.com/public_html/bulletin/cron.php
Last leak repeated 6 times
/usr/local/directadmin/customapache/php-4.4.2/ext/standard/string.c(569)
:  Freeing 0x0C5BF6DC (1 bytes),
script=/home/orbita/domains/sportorbita.com/public_html/bulletin/cron.php
/usr/local/directadmin/customapache/php-4.4.2/Zend/zend_execute.c(273)
:  Freeing 0x0C3D131C (12 bytes),
script=/home/orbita/domains/sportorbita.com/public_html/bulletin/cron.php
Last leak repeated 1 time
/usr/local/directadmin/customapache/php-4.4.2/Zend/zend_execute.c(1670)
:  Freeing 0x0C3D0CCC (12 bytes),
script=/home/orbita/domains/sportorbita.com/public_html/bulletin/cron.php
Last leak repeated 25 times
/usr/local/directadmin/customapache/php-4.4.2/Zend/zend_execute.c(512)
:  Freeing 0x0C40E6E4 (12 bytes),
script=/home/orbita/domains/sportorbita.com/public_html/bulletin/cron.php
Last leak repeated 33 times
/usr/local/directadmin/customapache/php-4.4.2/Zend/zend_execute.c(1802)
:  Freeing 0x0C41596C (12 bytes),
script=/home/orbita/domains/sportorbita.com/public_html/bulletin/cron.php
Last leak repeated 18 times
/usr/local/directadmin/customapache/php-4.4.2/Zend/zend_API.c(680) : 
Freeing 0x0C4151CC (364 bytes),
script=/home/orbita/domains/sportorbita.com/public_html/bulletin/cron.php
Last leak repeated 37 times
/usr/local/directadmin/customapache/php-4.4.2/Zend/zend_API.c(679) : 
Freeing 0x0C3CA204 (12 bytes),
script=/home/orbita/domains/sportorbita.com/public_html/bulletin/cron.php
Last leak repeated 37 times
/usr/local/directadmin/customapache/php-4.4.2/Zend/zend_hash.c(199) : 
Freeing 0x0C3C836C (32 bytes),
script=/home/orbita/domains/sportorbita.com/public_html/bulletin/cron.php
Last leak repeated 122 times
/usr/local/directadmin/customapache/php-4.4.2/Zend/zend_hash.c(275) : 
Freeing 0x0C3C77E4 (39 bytes),
script=/home/orbita/domains/sportorbita.com/public_html/bulletin/cron.php
Last leak repeated 1680 times

Sceript source: http://www.martynas.info/cron.php.txt

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

[2006-04-07 09:19:49] [EMAIL PROTECTED]

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.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/37006

-- 
Edit this bug report at http://bugs.php.net/?id=37006&edit=1

Reply via email to