From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 Description of problem: Compiling PHP 4 I get the following error -------------------------------- [root@spike php-4.3.1]# make gcc -Iext/ctype/ -I/data/apps/php-4.3.1/ext/ctype/ -DPHP_ATOM_INC -I/data/apps/php-4.3.1/include -I/data/apps/php-4.3.1/main -I/data/apps/php-4.3.1 -I/data/apps/php-4.3.1/Zend -I/data/apps/php-4.3.1/ext/xml/expat -I/data/apps/php-4.3.1/TSRM -g -O2 -c /data/apps/php-4.3.1/ext/ctype/ctype.c -o ext/ctype/ctype.o && echo > ext/ctype/ctype.lo /data/apps/php-4.3.1/ext/ctype/ctype.c: In function `zif_ctype_alnum': /data/apps/php-4.3.1/ext/ctype/ctype.c:124: Internal error: Illegal instruction. Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. make: *** [ext/ctype/ctype.lo] Error 1 Load ave does appear to be broken and has been since install. Various /proc entries are attached. Version-Release number of selected component (if applicable): gcc-2.96-113 How reproducible: Always Steps to Reproduce: 1. configure php with: './configure' \ '--with-mysql' \ '--enable-track-vars' \ '--with-apache=../apache_1.3.27' \ '--enable-ftp' \ '--with-pear' \ '--enable-force-cgi-redirect' \ "$@" 2. Run make 3. Actual Results: /data/apps/php-4.3.1/ext/ctype/ctype.c: In function `zif_ctype_alnum': /data/apps/php-4.3.1/ext/ctype/ctype.c:124: Internal error: Illegal instruction. Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. make: *** [ext/ctype/ctype.lo] Error 1 Additional info:
Created attachment 90704 [details] dmesg
Created attachment 90705 [details] /var/log/ksyms.0
Did a 6 hour memtest86, it is not the memory. Moving things in and out I managed to locate the problem. The High point onboard RAID Controller. When I switched the system to software RAID all is working fine. Aviod High Point onbard RAID like the Plague.