From:             jaustin at mapmobile dot com
Operating system: Solaris 2.8
PHP version:      5.2.0
PHP Bug Type:     Reproducible crash
Bug description:  Segmentation fault in _zval_ptr_dtor during "make install"

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 bug report at http://bugs.php.net/?id=39907&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39907&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39907&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39907&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39907&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39907&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39907&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39907&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39907&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39907&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39907&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39907&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39907&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39907&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39907&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39907&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39907&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39907&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39907&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39907&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39907&r=mysqlcfg

Reply via email to