ID: 36884
Comment by: albertof at barrahome dot org
Reported By: guenther dot unterrainer at gknsintermetals dot com
Status: No Feedback
Bug Type: Apache related
Operating System: SLES9 SP3 x86-64
PHP Version: 4.4.2
New Comment:
I got the same error:
*** glibc detected *** free(): invalid pointer: 0x09586360 ***
*** glibc detected *** free(): invalid pointer: 0x099f2360 ***
*** glibc detected *** free(): invalid pointer: 0x0a0f1360 ***
[EMAIL PROTECTED] [/usr/local/apache/conf]# php -v
PHP 4.4.4 (cli) (built: Sep 14 2006 14:21:20)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by
Zend Technologies
with Zend Optimizer v3.0.0, Copyright (c) 1998-2006, by Zend
Technologies
*** glibc detected *** corrupted double-linked list: 0x09328b90 ***
Aborted (core dumped)
[EMAIL PROTECTED] [/usr/local/apache/conf]#
I solve disabling the Zend Optimizer module.
Previous Comments:
------------------------------------------------------------------------
[2006-03-28 12:28:25] [EMAIL PROTECTED]
We need a *SHORT* but *COMPLETE* reproduce code.
If you're unable to paste it here - please make as SHORT as you can and
put it somewhere in the net.
------------------------------------------------------------------------
[2006-03-28 12:27:03] guenther dot unterrainer at gknsintermetals dot
com
<?php
$msg = "I tried to explane but your system tells me: Please do not SPAM
our bug system. Is there an other way to comunicate?";
?>
------------------------------------------------------------------------
[2006-03-28 12:23:59] [EMAIL PROTECTED]
No external files please.
------------------------------------------------------------------------
[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");
?>
------------------------------------------------------------------------
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