[PHP-DEV] PHP 4.0 Bug #7172: Segmentation fault while compiling ZEND From: pp.foong <email protected>
Date: 10/12/00

From: pp.foong <email protected>
Operating system: Redhat 7.0
PHP version: 4.0.3
PHP Bug Type: Compile Failure
Bug description: Segmentation fault while compiling ZEND

GCC: gcc version 2.96 20000731 (Red Hat Linux 7.0)
make: GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
[they can compile PHP4.0.2 very well]

Configure option: ./configure --with-apache=../apache_1.3.12 --with-mysql
--with-ldap --with-gd --with-mcrypt --with-mhash --with-imap=../imap-4.7c --with-gettext --with-xml --enable-memory-limit=yes --enable-sysvsem --enable-sysvshm --enable-ftp --enable-debug=no

Screen captured as follow:
============================================================
.
.
.
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D
XML_BYTE_ORDER=12 -g -O2 -c zend_hash.c
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D
XML_BYTE_ORDER=12 -g -O2 -c zend_list.c
zend_list.c:91: Internal error: Segmentation fault.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[1]: *** [zend_list.lo] Error 1
make[1]: Leaving directory `/usr/src/php-4.0.3/Zend'
make: *** [all-recursive] Error 1
============================================================

-- 
Edit Bug report at: http://bugs.php.net/?id=7172&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>