[Bug 683052] New: Crash in C compiler; internal compiler error
https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c0 Summary: Crash in C compiler; internal compiler error Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: jpff@codemist.co.uk QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.18) Gecko/20110320 SUSE/2.0.13-0.2.1 SeaMonkey/2.0.13 Compiling a system I often do (I am a developer) I get In file included from /usr/include/stdio.h:75:0, from H/sysdep.h:127, from H/csoundCore.h:31, from Engine/auxfd.c:24: /usr/include/libio.h:208:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. scons: *** [Engine/auxfd.o] Error 1 In file included from /usr/include/stdio.h:75:0, from H/sysdep.h:127, from H/csoundCore.h:31, from Engine/auxfd.c:24: /usr/include/libio.h:208:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. scons: *** [Engine/auxfd.os] Error 1 In file included from /usr/include/stdio.h:75:0, from Engine/cfgvar.c:24: /usr/include/libio.h:208:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. scons: *** [Engine/cfgvar.o] Error 1 etc Version of gcc is gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.5/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.5 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.5 --enable-linux-futex --without-system-libunwind --enable-gold --with-plugin-ld=/usr/bin/gold --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.5.1 20101208 [gcc-4_5-branch revision 167585] (SUSE Linux) and the line in libio is enum __codecvt_result { __codecvt_ok, <<<<<<<<<<<<<<<<<<<<< __codecvt_partial, Reproducible: Always Steps to Reproduce: 1. Run script to compile C 2.gcc -o Engine/auxfd.o -c -O3 -mtune=k8 -ftree-vectorize -ffast-math -Wno-format -DGNU_GETTEXT -g -fomit-frame-pointer -freorder-blocks -fPIC -DLINUX -DPIPES -fP IC -fPIC -DHAVE_LIBSNDFILE=1016 -DHAVE_FLTK -DBETA -DUSE_DOUBLE -DHAVE_SOCKETS - DINC_MP3 -DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET -DHAVE_FCNTL_ H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TE RMIOS_H -DHAVE_VALUES_H -DHAVE_SOCKETS -DHAVE_DIRENT_H -DENABLE_NEW_PARSER -D__B UILDING_LIBCSOUND -I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/in clude -I/usr/include -I/usr/X11R6/include Engine/auxfd.c 3. Actual Results: In file included from /usr/include/stdio.h:75:0, from H/sysdep.h:127, from H/csoundCore.h:31, from Engine/auxfd.c:24: /usr/include/libio.h:208:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. Expected Results: Compilation as ever -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c1 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |pth@novell.com InfoProvider| |jpff@codemist.co.uk --- Comment #1 from Philipp Thomas <pth@novell.com> 2011-03-28 15:01:39 CEST --- Had you read bugs.opensuse.org you'd have seen that we need the preprocessed source in order to reproduce the bug. So please add -save-temps to the comiler flags and attach the resulting auxfd.i to this bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pth@novell.com |rguenther@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c2 John ffitch <jpff@codemist.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|jpff@codemist.co.uk | --- Comment #2 from John ffitch <jpff@codemist.co.uk> 2011-03-28 13:12:38 UTC --- Created an attachment (id=421681) --> (http://bugzilla.novell.com/attachment.cgi?id=421681) result of -save-temps -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c3 --- Comment #3 from John ffitch <jpff@codemist.co.uk> 2011-03-28 13:21:14 UTC --- And also, I get teh same error running configure for emacs ... configure:4793: checking whether the C compiler works configure:4815: gcc conftest.c >&5 configure:4819: $? = 0 configure:4867: result: yes configure:4870: checking for C compiler default output file name configure:4872: result: a.out configure:4878: checking for suffix of executables configure:4885: gcc -o conftest conftest.c >&5 configure:4889: $? = 0 configure:4911: result: configure:4933: checking whether we are cross compiling configure:4941: gcc -o conftest conftest.c >&5 In file included from /usr/include/stdio.h:75:0, from conftest.c:13: /usr/include/libio.h:208:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. configure:4945: $? = 1 configure:4952: ./conftest /configure: line 4954: ./conftest: No such file or directory configure:4956: $? = 127 configure:4963: error: in `/home/jpff/GNU_21/emacs/trunk': -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c4 --- Comment #4 from Richard Guenther <rguenther@novell.com> 2011-03-30 12:45:35 UTC --- Works for me. Philipp, can you reproduce it? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c5 Per Jessen <per@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |per@opensuse.org --- Comment #5 from Per Jessen <per@opensuse.org> 2011-03-30 12:58:54 UTC --- Works for me too. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c6 --- Comment #6 from Philipp Thomas <pth@novell.com> 2011-03-31 16:13:17 CEST --- Compiles without any hiccup. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c7 Rémy Garrigue <remy.garrigue@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |remy.garrigue@gmail.com --- Comment #7 from Rémy Garrigue <remy.garrigue@gmail.com> 2011-06-08 08:01:38 UTC --- I may have a similar issue: I repackaged some stuff yesterday in OBS, and some (if not all) of my package fail specificaly on x86_64 due to internal C compiler error. See here my monitor: https://build.opensuse.org/project/monitor?project=network%3Acluster%3Axtree... Packages ganglia, gsoap, kerrighed, krg-drmaa (and maybe other) fail with a "internal compiler error: Aborted" Fyi, I actually copyed those packages from my home project to the just created public project. You can still see that those package use to compile properly here: https://build.opensuse.org/project/monitor?package=&project=home:rgarrigue:xtreemos3.0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c8 --- Comment #8 from Rémy Garrigue <remy.garrigue@gmail.com> 2011-06-08 17:29:11 UTC --- Well, I don't know if someone fixed something, but the suspiciously failed packages seems to be packaging fine now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c9 Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #9 from Richard Guenther <rguenther@novell.com> 2011-06-14 13:52:53 UTC --- . -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com