On 2004/03/02, at 5:36, Derick Rethans wrote:


On Tue, 2 Mar 2004, Moriyoshi Koizumi wrote:

On 2004/03/02, at 2:56, Derick Rethans wrote:

see message below, I also get the following errors:

buildconf?

cvs didn't pick up the -dP settings in ~/.cvsrc so I didn't get the "enc" directory. It's working now except for:

Installing PEAR environment:      /usr/local/lib/php/
make[1]: *** [install-pear-installer] Segmentation fault
make: *** [install-pear] Error 2
Configuring for Apache, Version 1.3.29

backtrace follows:


$ gdb sapi/cli/php <<EOF
run -n -dshort_open_tag=0 -dsafe_mode=0 pear/install-pear.php -d "/tmp/pear" -b "/tmp/bin" pear/package-*.xml
bt
quit
EOF


GNU gdb 5.3-20030128 (Apple version gdb-309) (Thu Dec 4 15:41:30 GMT 2003)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "powerpc-apple-darwin".
Reading symbols for shared libraries ........... done
Reading symbols for shared libraries +++++...... done


Program received signal EXC_BAD_ACCESS, Could not access memory.
0x002ff308 in zend_fetch_obj_w_handler (execute_data=0xbfffe970, opline=0x13a2438, op_array=0x139f950) at /Users/moriyoshi/Documents/Sources/php-src-5/Zend/zend_execute.c:2044
2044 PZVAL_LOCK(*EX_T(opline->op1.u.var).var.ptr_ptr);
#0 0x002ff308 in zend_fetch_obj_w_handler (execute_data=0xbfffe970, opline=0x13a2438, op_array=0x139f950) at /Users/moriyoshi/Documents/Sources/php-src-5/Zend/zend_execute.c:2044
#1 0x002fc284 in execute (op_array=0x139f950) at /Users/moriyoshi/Documents/Sources/php-src-5/Zend/zend_execute.c:1339
#2 0x00301da0 in zend_do_fcall_common_helper (execute_data=0xbfffeae0, opline=0x13a30f4, op_array=0x139edc8) at /Users/moriyoshi/Documents/Sources/php-src-5/Zend/zend_execute.c:2675
#3 0x003023a4 in zend_do_fcall_by_name_handler (execute_data=0xbfffeae0, opline=0x13a30f4, op_array=0x139edc8) at /Users/moriyoshi/Documents/Sources/php-src-5/Zend/zend_execute.c:2757
#4 0x002fc284 in execute (op_array=0x139edc8) at /Users/moriyoshi/Documents/Sources/php-src-5/Zend/zend_execute.c:1339
#5 0x00301da0 in zend_do_fcall_common_helper (execute_data=0xbfffec50, opline=0xba0e8c, op_array=0xb950e0) at /Users/moriyoshi/Documents/Sources/php-src-5/Zend/zend_execute.c:2675
#6 0x003023a4 in zend_do_fcall_by_name_handler (execute_data=0xbfffec50, opline=0xba0e8c, op_array=0xb950e0) at /Users/moriyoshi/Documents/Sources/php-src-5/Zend/zend_execute.c:2757
#7 0x002fc284 in execute (op_array=0xb950e0) at /Users/moriyoshi/Documents/Sources/php-src-5/Zend/zend_execute.c:1339
#8 0x002ca1d4 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /Users/moriyoshi/Documents/Sources/php-src-5/Zend/zend.c:1041
#9 0x00268d00 in php_execute_script (primary_file=0xbffff6c0) at /Users/moriyoshi/Documents/Sources/php-src-5/main/main.c:1650
#10 0x0030ecb4 in main (argc=12, argv=0xbffffc34) at /Users/moriyoshi/Documents/Sources/php-src-5/sapi/cli/php_cli.c:941


Moriyoshi

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to