ID: 39907
User updated by: jaustin at mapmobile dot com
Reported By: jaustin at mapmobile dot com
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: Solaris 2.8
PHP Version: 5.2.0
New Comment:
Same results but a few changed line numbers:
#0 0x0020993c in _zval_ptr_dtor (zval_ptr=0x3a9060)
at
/u00/home/jaustin/php5.2-200612201730/Zend/zend_execute_API.c:412
#1 0x00242d8c in zend_do_fcall_common_helper_SPEC
(execute_data=0xffbee24c)
at /u00/home/jaustin/php5.2-200612201730/Zend/zend_execute.h:149
#2 0x002327dc in execute (op_array=0xffbee580)
at /u00/home/jaustin/php5.2-200612201730/Zend/zend_vm_execute.h:92
#3 0x002159d8 in zend_execute_scripts (type=3708928,
retval=<value optimized out>, file_count=68)
at /u00/home/jaustin/php5.2-200612201730/Zend/zend.c:1100
#4 0x001d72d8 in php_execute_script (primary_file=0x0)
at /u00/home/jaustin/php5.2-200612201730/main/main.c:1775
#5 0x00297a34 in main (argc=0, argv=0x1)
at /u00/home/jaustin/php5.2-200612201730/sapi/cli/php_cli.c:1108
Previous Comments:
------------------------------------------------------------------------
[2006-12-20 17:40:33] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php5.2-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php5.2-win32-latest.zip
------------------------------------------------------------------------
[2006-12-20 16:54:09] jaustin at mapmobile dot com
Description:
------------
Segmentation fault in _zval_ptr_dtor during make install. This is the
code that was executing:
/u00/home/jaustin/php-5.2.0/sapi/cli/php -n -dshort_open_tag=0
-dsafe_mode=0 -dopen_basedir= -derror_reporting=E_ALL -dmemory_limit=-1
-ddetect_unicode=0 pear/install-pear-nozlib.phar -d
/usr/local/php-5.2.0/lib/php -b /usr/local/php-5.2.0/bin
And the backtrace:
#0 0x00204cac in _zval_ptr_dtor (zval_ptr=0x495160)
at /u00/home/jaustin/php-5.2.0/Zend/zend_execute_API.c:412
#1 0x0023bbbc in zend_do_fcall_common_helper_SPEC
(execute_data=0xffbee26c)
at /u00/home/jaustin/php-5.2.0/Zend/zend_execute.h:149
#2 0x0022c538 in execute (op_array=0xffbee5a0)
at /u00/home/jaustin/php-5.2.0/Zend/zend_vm_execute.h:92
#3 0x00210cf4 in zend_execute_scripts (type=4681784,
retval=<value optimized out>, file_count=2040496)
at /u00/home/jaustin/php-5.2.0/Zend/zend.c:1097
#4 0x001d34a4 in php_execute_script (primary_file=0x0)
at /u00/home/jaustin/php-5.2.0/main/main.c:1758
#5 0x0029144c in main (argc=0, argv=0x1)
at /u00/home/jaustin/php-5.2.0/sapi/cli/php_cli.c:1108
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=39907&edit=1