[PHP-DEV] PHP 4.0 Bug #6873: SIGSEGV on SEPARATE_ZVAL_IF_NOT_REF From: alex <email protected>
Date: 09/24/00

From: alex <email protected>
Operating system: linux-glibc21
PHP version: 4.0.2
PHP Bug Type: Scripting Engine problem
Bug description: SIGSEGV on SEPARATE_ZVAL_IF_NOT_REF

I can not send the PHP script that reproduces the core dump because it is
too large.

Below is the backtrace of the problem. It occurs with the CGI and the APACHE DSO SAPIs. The PHP stops coredumping when the ZendOptimizer is activated.

Program received signal SIGSEGV, Segmentation fault.
0x80e098b in execute (op_array=0x82c248c) at ./zend_execute.c:2134
2134
SEPARATE_ZVAL_IF_NOT_REF(array_ptr_ptr);
(gdb) backtrace
#0 0x80e098b in execute (op_array=0x82c248c) at ./zend_execute.c:2134
#1 0x80de81e in execute (op_array=0x82c1c0c) at ./zend_execute.c:1559
#2 0x80de81e in execute (op_array=0x8279384) at ./zend_execute.c:1559
#3 0x80ba7b4 in zend_execute_scripts (type=8, file_count=3) at zend.c:712

#4 0x805ddf5 in php_execute_script (primary_file=0xbffff994) at main.c:1173
#5 0x805c801 in main (argc=2, argv=0xbffff9f4) at cgi_main.c:711

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>