|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-12-20 16:54 UTC] 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
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 22:00:01 2025 UTC |
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