From:             m dot artuso at etraspa dot it
Operating system: linux debian testing/unstable
PHP version:      5CVS-2007-08-14 (snap)
PHP Bug Type:     Compile Failure
Bug description:  segmentation fault at TEST_PHP_EXECUTABLE 
(install-pear-installer)

Description:
------------
I already successfully compiled earlier php (5.2.1) on my machine (HP
Proliant 380 - with Intel Xeon 64 cpus) but now at compile time I get a
segfault.
The fault seems related to sapi/cli/php, which causes the segfault.

Reproduce code:
---------------
#./configure --prefix=/usr --enable-force-cgi-redirect --enable-fastcgi
--with-config-file-path=/etc/php5/cgi
--with-config-file-scan-dir=/etc/php5/cgi/conf.d --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --mandir=/usr/share/man --enable-debug
--with-regex=php --disable-rpath --disable-static --with-pic
--with-layout=GNU --with-pear=/usr/share/php --enable-calendar
--enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-bcmath
--with-bz2 --enable-ctype --with-db4 --without-gdbm --with-iconv
--enable-exif --enable-ftp --with-gettext --enable-mbstring
--with-pcre-regex=/usr --enable-shmop --enable-sockets --enable-wddx
--with-libxml-dir=/usr --with-zlib --with-kerberos=/usr --with-openssl=/usr
--enable-soap --enable-zip --with-mime-magic=/usr/share/file/magic.mime
--with-exec-dir=/usr/lib/php5/libexec --without-mm --disable-pdo
--without-mysql --without-sybase-ct --without-sqlite
# make test

Actual result:
--------------
This GDB was configured as "x86_64-linux-gnu"...BFD:
/usr/src/php5.2-200708140430/sapi/cli/php: don't know how to handle OS
specific section `.gnu.hash' [0x6ffffff6]
"/usr/src/php5.2-200708140430/sapi/cli/php": not in executable format:
File format not recognized

Core was generated by `./sapi/cli/php'.
Program terminated with signal 11, Segmentation fault.
#0  0x00002b85523579ea in ?? ()
(gdb) bt
#0  0x00002b85523579ea in ?? ()
(gdb)                            

-- 
Edit bug report at http://bugs.php.net/?id=42293&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=42293&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=42293&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=42293&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=42293&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=42293&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=42293&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=42293&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=42293&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=42293&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=42293&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=42293&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=42293&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=42293&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=42293&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=42293&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=42293&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=42293&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=42293&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=42293&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=42293&r=mysqlcfg

Reply via email to