Description of problem: Segmentaion Fault while trying to compile using GCC Version-Release number of selected component (if applicable): Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20070925 (Red Hat 4.1.2-27) How reproducible: Unknown (Says it is not reproducible) Steps to reproduce: Trying to compile cacti-spine-0.8.7a from source 1. download the cacti-spine-0.8.7a source from developer site 2. untar 3. ./configure 4. make Actual results: ping.c: In function ‘get_checksum’: ping.c:760: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. Preprocessed source stored into /tmp/ccerRI4G.out file, please attach this to your bugreport. make: *** [ping.o] Error 1 Expected results: Complete... Additional info: This happens at random poin ts during compilation if i run again it will segment fault at a different point.
Created attachment 294173 [details] Preprocessed Source attached as instructed
reassigning to gcc owner.
In this case you have buggy hardware - overheated CPU, memory issues, etc. GCC bugs would be reproduceable. The preprocessed source you've attached compiles just fine here with the same compiler.