Description of problem: doing a jhbuild of poppler on a rawhide box: make make all-recursive make[1]: Entering directory `/home/david/jhbuild-gnome-2.14/src/poppler' Making all in goo make[2]: Entering directory `/home/david/jhbuild-gnome-2.14/src/poppler/goo' if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../poppler -Wall -Wno-unused -g -O2 -MT gfile.lo -MD -MP -MF ".deps/gfile.Tpo" -c -o gfile.lo gfile.cc; \ then mv -f ".deps/gfile.Tpo" ".deps/gfile.Plo"; else rm -f ".deps/gfile.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../poppler -Wall -Wno-unused -g -O2 -MT gfile.lo -MD -MP -MF .deps/gfile.Tpo -c gfile.cc -fPIC -DPIC -o .libs/gfile.o gfile.cc: In member function 'void GDir::rewind()': gfile.cc:705: 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/ccbijF8W.out file, please attach this to your bugreport. Version-Release number of selected component (if applicable): gcc-4.1.0-0.9 How reproducible: Seems to be entirely reproducable at this end ATM
Created attachment 122481 [details] Preprocessed source that caused the crash
I can't reproduce it: g++ -v; g++ -g -O2 -Wall -Wno-unused -fPIC 176308.ii -c; echo $? Using built-in specs. Target: i386-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-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=i386-redhat-linux Thread model: posix gcc version 4.1.0 20051214 (Red Hat 4.1.0-0.9) 0
Have subsequently updated that machine and am unable to reproduce