From:             shane dot kinsch at netracorp dot com
Operating system: Solaris 10 (SunOS 5.10)
PHP version:      4.4.7
PHP Bug Type:     *Compile Issues
Bug description:  Bus Error - core dumped - Solaris - make: [test] Error 138

Description:
------------
Running the "make test" for PHP 4.4.7 caused a core dump under Solaris

Using GCC 3.4.6 under Solaris 10 (SunOS 5.10) and receive the same Bus
Error / core dump on an elaborate configure or a basic configure.  In the
example below, I'm using a simple configure in order to isolate where the
issue may live, but unfortunately I'm still stumped.

Reproduce code:
---------------
I received a simple warning about libiconv, so I've downgraded libiconv
from 1.11 to 1.9.2 with no different results.  I've since removed 1.9.2 and
re-applied libiconv 1.11.

I get the same bus error / core dump when I configure PHP with only these
options:

# make clean
# CC="gcc" \
 ./configure --disable-xml --without-pear

It configures what appears to be fine:
http://my.gi.net/shane.kinsch/php-configure-log.txt

It compiles what appears to be fine as well:
http://my.gi.net/shane.kinsch/php-make-log.txt

OS and Package Versions:
SunOS web1 5.10 s10_72 sun4u sparc SUNW,UltraSPARC-IIi-cEngine

- openssl-0.9.8e    - autoconf 2.60
- automake 1.10     - bison 2.3
- expat 1.95.5      - flex 2.5.33
- fontconfig 2.4.2  - freetype 2.3.1
- gcc 3.4.6         - gd 2.0.33
- jpeg 6b           - libiconv 1.9.2
- libpng 1.2.16     - libtool 1.5
- libxml2 2.6.26    - libxslt 1.1.17
- m4 1.4.7          - make 3.81
- perl 5.8.8        - texinfo 4.8
- xpm 3.4k          - zlib 1.2.3

Expected result:
----------------
"make test" to complete successfully, or even execute.

Actual result:
--------------
# make test
Bus Error - core dumped
make: [test] Error 138 (ignored)
core dump

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

Reply via email to