[Bug preprocessor/35696] New: Segmentation fault
/usr/bin/c++ -g -D_DEBUG -fprofile-arcs -ftest-coverage -I/home/dimble/svn/trunk/ece473-573/dgc-ece473-573/src/libs -I/opt/Ice-3.2.0/include -I/home/dimble/svn/trunk/ece473-573/dgc-ece473-573/build/src/interfaces/cpp -I/opt/orca2-dgc/include -I/home/dimble/svn/trunk/ece473-573/dgc-ece473-573/src/components/dgclocalnav -DPROJECT_VERSION=\"testing\" -fno-stack-protector -Wall -o src/components/dgclocalnav/CMakeFiles/DgcLocalNavSources.dir/mainloop.o -c /home/dimble/svn/trunk/ece473-573/dgc-ece473-573/src/components/dgclocalnav/mainloop.cpp /home/dimble/svn/trunk/ece473-573/dgc-ece473-573/src/components/dgclocalnav/mainloop.cpp: In function (static initializers for /home/dimble/svn/trunk/ece473-573/dgc-ece473-573/src/components/dgclocalnav/mainloop.cpp): /home/dimble/svn/trunk/ece473-573/dgc-ece473-573/src/components/dgclocalnav/mainloop.cpp:959: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see . Preprocessed source stored into /tmp/ccWXBOsD.out file, please attach this to your bugreport. -- Summary: Segmentation fault Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sprinkle at ECE dot Arizona dot Edu GCC target triplet: i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35696
[Bug preprocessor/35696] Segmentation fault
--- Comment #1 from sprinkle at ECE dot Arizona dot Edu 2008-03-25 20:45 --- Created an attachment (id=15375) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15375&action=view) Output from the preprocessor, requested in attachment -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35696
[Bug middle-end/35696] Segmentation fault
--- Comment #3 from sprinkle at ECE dot Arizona dot Edu 2008-03-25 22:24 --- (In reply to comment #2) > I think this is a dup of bug 32197. > After this ping, I tried on the same machine, with gcov off, and it worked. However, it also worked by not using ccache (it seems that on this machine, CC and CXX are environment variables mapping to ccache). Perhaps that is the real issue? If I set unset CC unset CXX cd build rm -rf * cmake .. && make Then I achieve success, even with gcov enabled... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35696