On HP-UX Itanium, make install of PHP 5.2.0 dumps core while installing pear. The php cli gets built fine, but when it is executed with the install-pear-nozlib.phar as argumnt (part of the installation), it fails with a SIGSEGV. I noticed that someone has already filed a bug against this (#39252). The trace is as follows : HP gdb 5.2.03 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 5.2.03 (based on GDB) is covered by the GNU General Public License. Type "show copying" to see the conditions to change it and/or distribute copies. Type "show warranty" for warranty/support. .. Core was generated by `php'. Program terminated with signal 11, Segmentation fault. SEGV_MAPERR - Address not mapped to object #0 0x40000000003d7470:1 in zend_do_fcall_common_helper_SPEC () at /user/kiranm/php-5.2.0/Zend/zend_vm_execute.h:150 150 EX_T(opline->result.u.var).var.ptr_ptr = &EX_T(opline->result.u.var).var.ptr; (gdb) bt #0 0x40000000003d7470:1 in zend_do_fcall_common_helper_SPEC () at /user/kiranm/php-5.2.0/Zend/zend_vm_execute.h:150 #1 0x40000000003d70c0:0 in ZEND_DO_FCALL_SPEC_CONST_HANDLER () at /user/kiranm/php-5.2.0/Zend/zend_vm_execute.h:1681 #2 0x40000000004974a0:0 in execute () at /user/kiranm/php-5.2.0/Zend/zend_vm_execute.h:92 #3 0x40000000003d7ec0:0 in zend_do_fcall_common_helper_SPEC () at /user/kiranm/php-5.2.0/Zend/zend_vm_execute.h:234 #4 0x40000000003db060:0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER () at /user/kiranm/php-5.2.0/Zend/zend_vm_execute.h:322 #5 0x40000000004974a0:0 in execute () at /user/kiranm/php-5.2.0/Zend/zend_vm_execute.h:92 #6 0x40000000009525b0:0 in zend_execute_scripts () at /user/kiranm/php-5.2.0/Zend/zend.c:1096 #7 0x4000000000951b20:0 in php_execute_script () at /user/kiranm/php-5.2.0/main/main.c:1756 #8 0x400000000019d4c0:0 in main () at /user/kiranm/php-5.2.0/sapi/cli/php_cli.c:1027 Any idea how this can be resolved ? Thanks and Regards, Kiran -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php