php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7172 Segmentation fault while compiling ZEND
Submitted: 2000-10-12 23:55 UTC Modified: 2000-10-17 12:49 UTC
From: pp dot foong at net-linx dot com dot my Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.3 OS: Redhat 7.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pp dot foong at net-linx dot com dot my
New email:
PHP Version: OS:

 

 [2000-10-12 23:55 UTC] pp dot foong at net-linx dot com dot my
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
============================================================

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-17 12:49 UTC] sniper@php.net
Downgrade your compiler.

http://www.gnu.org/software/gcc/gcc-2.96.html

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jul 15 19:00:01 2026 UTC