Edit report at http://bugs.php.net/bug.php?id=53129&edit=1
ID: 53129 Updated by: cataphr...@php.net Reported by: gms8994 at gmail dot com Summary: Invalid pointers -Status: Open +Status: Feedback Type: Bug Package: Unknown/Other Function Operating System: Gentoo Base System release 1.12. PHP Version: 5.2.14 Block user comment: N New Comment: Please provide a small script that we can run in order to reproduce the problem. The information you give is insufficient for resolving this problem. Previous Comments: ------------------------------------------------------------------------ [2010-10-21 14:29:29] gms8994 at gmail dot com Description: ------------ I recently recompiled PHP and added --enable-debug, to "fix" #51319. Now, I'm receiving this in my error logs, for every page loaded. --------------------------------------- [Thu Oct 21 12:22:35 2010] Script: '/var/www/pmcprod/htdocs/index.php' --------------------------------------- /var/tmp/portage/dev-lang/php-5.2.14/work/sapis- build/apache2/Zend/zend_object_handlers.c(417) : Block 0x00d994c0 status: /var/tmp/portage/dev-lang/php-5.2.14/work/sapis- build/apache2/Zend/zend_execute.h(70) : Actual location (location was relayed) Invalid pointer: ((thread_id=0x00D99E20) != (expected=0xDB70E710)) Invalid pointer: ((size=0x00d9a080) != (next.prev=0x7f7dead39aff)) Invalid pointer: ((prev=0x00000000) != (prev.size=0x00d9a080)) index.php contains: <?php // error_reporting(E_ALL); include_once "../includes/config.inc"; include_once GLOBAL_INCLUDE_DIR . "/htmlfunc.inc"; generate_page(); ?> PHP is compiled on Gentoo with the following USE flags: USE="apache2 berkdb bzip2 cli crypt gdbm iconv ncurses nls pcre pic readline reflection session snmp spl ssl unicode zlib cgi ctype curl exif filter gd hash inifile json mysql pdo simplexml spell threads tokenizer truetype xml xmlreader" Expected result: ---------------- No messages in the error log. Actual result: -------------- Messages in the error log. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53129&edit=1