ID: 36884 Updated by: [EMAIL PROTECTED] Reported By: guenther dot unterrainer at gknsintermetals dot com Status: Feedback Bug Type: Apache related Operating System: SLES9 SP3 x86-64 PHP Version: 4.4.2 New Comment:
No external files please. Previous Comments: ------------------------------------------------------------------------ [2006-03-28 12:23:26] [EMAIL PROTECTED] ....with no includes ------------------------------------------------------------------------ [2006-03-28 12:17:22] guenther dot unterrainer at gknsintermetals dot com <?php require("obd/scripts/obdStartPage.script.php"); require_once("./TSlsBdgInitForm.class.inc"); $cAppForm = new TSlsBdgInitForm("index.php"); require("obd/scripts/obdStartDoc.script.php"); $cAppForm->printHtmlForm(); require("obd/scripts/obdFinishDoc.script.php"); ?> ------------------------------------------------------------------------ [2006-03-28 11:09:27] [EMAIL PROTECTED] We still need a short but complete reproduce code. ------------------------------------------------------------------------ [2006-03-28 11:06:16] guenther dot unterrainer at gknsintermetals dot com Now I compiled PHP with --enable-debug and get the following in apache error.log. Result is the same: the site crashes. [Tue Mar 28 10:54:37 2006] [notice] Apache/1.3.34 (Unix) mod_gzip/1.3.26.1a PHP/4.4.2 configured -- resuming normal operations [Tue Mar 28 10:54:37 2006] [notice] Accept mutex: sysvsem (Default: sysvsem) [Tue Mar 28 10:56:47 2006] Script: '/www/servers/obd/htdocs/obd/modules/salesControlNew/index.php' --------------------------------------- /install/web/php-4.4.2/Zend/zend_execute_API.c(289) : Block 0x00FA4910 status: /install/web/php-4.4.2/Zend/zend_variables.c(44) : Actual location (location was relayed) Beginning: OK (allocated on /install/web/php-4.4.2/ext/standard/var_unserializer.c:696, 5 bytes) End: Overflown (magic=0xFA49588FCC84 instead of 0x2A8FCC84) 3 byte(s) overflown --------------------------------------- [Tue Mar 28 10:57:40 2006] [notice] child pid 7962 exit signal Segmentation fault (11) [Tue Mar 28 10:59:01 2006] [notice] child pid 7964 exit signal Segmentation fault (11) [Tue Mar 28 10:59:16 2006] [notice] child pid 7966 exit signal Segmentation fault (11) [Tue Mar 28 11:00:10 2006] Script: '/www/servers/obd/htdocs/obd/modules/budget/index.php' --------------------------------------- /install/web/php-4.4.2/Zend/zend_hash.c(561) : Block 0x00E0B3F0 status: Beginning: OK (allocated on /install/web/php-4.4.2/Zend/zend_hash.c:419, 71 bytes) End: Overflown (magic=0xE0B47884 instead of 0x2A8FCC84) 3 byte(s) overflown --------------------------------------- *** glibc detected *** double free or corruption (!prev): 0x00000000010738c0 *** [Tue Mar 28 11:00:16 2006] [notice] child pid 7987 exit signal Segmentation fault (11) [Tue Mar 28 11:00:16 2006] [notice] child pid 7988 exit signal Segmentation fault (11) [Tue Mar 28 11:00:21 2006] [notice] child pid 7972 exit signal Segmentation fault (11) [Tue Mar 28 11:00:24 2006] Script: '/www/servers/obd/htdocs/obd/modules/salesFunnel/salesFunnel.php' --------------------------------------- /install/web/php-4.4.2/Zend/zend_execute.h(44) : Block 0x00F630F0 status: Beginning: OK (allocated on /install/web/php-4.4.2/ext/standard/var_unserializer.c:230, 24 bytes) End: Overflown (magic=0x00F63148 instead of 0x2A8FCC84) 4 byte(s) overflown --------------------------------------- [Tue Mar 28 11:00:25 2006] [notice] child pid 7998 exit signal Segmentation fault (11) ------------------------------------------------------------------------ [2006-03-28 09:58:57] [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/36884 -- Edit this bug report at http://bugs.php.net/?id=36884&edit=1