php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20603 Zend Engine problem?
Submitted: 2002-11-23 22:18 UTC Modified: 2002-11-24 05:49 UTC
From: patrick at musehub dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.0RC1 OS: RH AS 2.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: patrick at musehub dot com
New email:
PHP Version: OS:

 

 [2002-11-23 22:18 UTC] patrick at musehub dot com
OS: RH AS 2.1
P4 2.5G
768M RAM

Apache 1.3.27 + PHP 4.30RC1

Compile line:
==============

./configure  --with-apxs=/usr/local/apache/bin/apxs  \
--with-config-file-path=/usr/local/apache/conf  --enable-versioning  \
--with-mysql  --enable-ftp  --enable-bcmath  --enable-inline-optimization \
--disable-debug  \
--enable-memory-limit=yes  --enable-track-vars --enable-save-mode \
--enable-magic-quotes --with-gettext=/usr/bin \
--with-xml --with-imap=/usr/local/imap \
--with-curl=/usr/local --enable-mbstring --enable-mbstr-enc-trans \
--with-jpeg-dir=/usr --with-png-dir=/usr \
--with-zlib-dir=/usr/local --with-t1lib=/usr/local \
--with-gd=/usr --with-zlib=/usr/local --enable-gd-imgstrttf \
--enable-gd-native-ttf --with-freetype-dir=/usr \
--with-pdflib=/usr/local --with-openssl=/usr/local/openssl \
--enable-trans-sid --with-cpdflib --with-pgsql --with-ming=/usr  \
--with-bz2 --enable-calendar --with-qtdom \
--enable-tokenizer --with-iconv=/usr/local \
--with-gmp --with-mcrypt --with-ldap --with-mm \
--with-mbstring=all --enable-mbregex \
--enable-xslt --with-xslt-sablot \
--with-sablot-js --with-expat-dir=/usr/local \


Compile error:
=================

/bin/sh libtool --silent --mode=compile gcc  -IZend/ -I/tmp/www/php-4.3.0RC1/Zend/ -DPHP_ATOM_INC -I/tmp/www/php-4.3.0RC1/include -I/tmp/www/php-4.3.0RC1/main -I/tmp/www/php-4.3.0RC1 -I/tmp/www/php-4.3.0RC1/Zend -I/usr/local/openssl/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/imap/include -I/usr/include/pgsql  -DLINUX=22 -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DEAPI_MM -I/tmp/www/php-4.3.0RC1/TSRM  -g -O2  -prefer-pic -c /tmp/www/php-4.3.0RC1/Zend/zend_indent.c -o Zend/zend_indent.lo 
/bin/sh libtool --silent --mode=compile gcc  -IZend/ -I/tmp/www/php-4.3.0RC1/Zend/ -DPHP_ATOM_INC -I/tmp/www/php-4.3.0RC1/include -I/tmp/www/php-4.3.0RC1/main -I/tmp/www/php-4.3.0RC1 -I/tmp/www/php-4.3.0RC1/Zend -I/usr/local/openssl/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/imap/include -I/usr/include/pgsql  -DLINUX=22 -DMOD_SSL=208112 -DUSE_HSREGEX -DEAPI -DEAPI_MM -I/tmp/www/php-4.3.0RC1/TSRM  -g -O2  -prefer-pic -c /tmp/www/php-4.3.0RC1/Zend/zend_builtin_functions.c -o Zend/zend_builtin_functions.lo 
/tmp/www/php-4.3.0RC1/Zend/zend_builtin_functions.c: In function `zif_get_class_methods':
/tmp/www/php-4.3.0RC1/Zend/zend_builtin_functions.c:680: Internal error: Segmentation fault.
Please submit a full bug report.


Seems it's a problem of Zend engine.

Thx
PT


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-23 23:05 UTC] sniper@php.net
Works fine here..what if you run 'make' again? Does the error happen with same file and with same function?
(this is most likely a hardware problem if it happens with something else)

Also, what gcc version are you running?


 [2002-11-24 05:44 UTC] patrick at musehub dot com
Thx,
Fixed if CPU in lower speed...
just still got the 'tempnam' -> 'mkstemp' issue.

RH AS 2.1 comes with the buggy gcc 2.96.

PT
 [2002-11-24 05:49 UTC] nicos@php.net
Fine, it's closed then.
 [2002-11-24 05:49 UTC] jan@php.net
this is not an issue, see #18643
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 08:01:30 2024 UTC