public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/17870] New: Compiling linux-2.6.8.1: internal compiler error: Segmentation fault
@ 2004-10-06 21:19 pander at users dot sourceforge dot net
  2004-10-06 21:51 ` [Bug c/17870] " pinskia at gcc dot gnu dot org
  2004-10-08 14:18 ` pander at users dot sourceforge dot net
  0 siblings, 2 replies; 3+ messages in thread
From: pander at users dot sourceforge dot net @ 2004-10-06 21:19 UTC (permalink / raw)
  To: gcc-bugs

Building linux kernel 2.6.8.1 on PowerBook G4 12 inch with Debian testing fails.

# make-kpkg --append_to_version=-pbg4 kernel_image
...
  LD      fs/vfat/built-in.o
  CC      fs/xfs/linux-2.6/xfs_stats.o
  CC      fs/xfs/linux-2.6/xfs_sysctl.o
  CC      fs/xfs/xfs_alloc.o
  CC      fs/xfs/xfs_alloc_btree.o
fs/xfs/xfs_alloc_btree.c: In function `xfs_alloc_insrec':
fs/xfs/xfs_alloc_btree.c:831: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
make[3]: *** [fs/xfs/xfs_alloc_btree.o] Error 1
make[2]: *** [fs/xfs] Error 2
make[1]: *** [fs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.8.1'
make: *** [stamp-build] Error 2

# gcc -v
Reading specs from /usr/lib/gcc-lib/powerpc-linux/3.3.4/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm
--enable-java-awt=xlib --enable-objc-gc --disable-multilib powerpc-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-13)

# apt-show-versions |grep gcc
gcc-3.3/testing uptodate 1:3.3.4-13
gcc-3.3-base/testing uptodate 1:3.3.4-13
libgcc1/testing uptodate 1:3.4.1-4sarge1
colorgcc/testing uptodate 1.3.2.0-2
gcc/testing uptodate 4:3.3.4-2

# dpkg -l|grep gcc
ii  colorgcc       1.3.2.0-2      Colorizer for GCC warning/error messages
ii  gcc            3.3.4-2        The GNU C compiler
ii  gcc-3.3        3.3.4-13       The GNU C compiler
ii  gcc-3.3-base   3.3.4-13       The GNU Compiler Collection (base package)
ii  libgcc1        3.4.1-4sarge1  GCC support library

Compiling 2.4.* and 2.6.* up to 2.6.7 always went without these errors with
almost identical .config file.

-- 
           Summary: Compiling linux-2.6.8.1: internal compiler error:
                    Segmentation fault
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pander at users dot sourceforge dot net
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: 3.3.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17870


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c/17870] Compiling linux-2.6.8.1: internal compiler error: Segmentation fault
  2004-10-06 21:19 [Bug c/17870] New: Compiling linux-2.6.8.1: internal compiler error: Segmentation fault pander at users dot sourceforge dot net
@ 2004-10-06 21:51 ` pinskia at gcc dot gnu dot org
  2004-10-08 14:18 ` pander at users dot sourceforge dot net
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-06 21:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-06 21:51 -------
Can you read http://gcc.gnu.org/bugs.html and attach the preprocessed source?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17870


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c/17870] Compiling linux-2.6.8.1: internal compiler error: Segmentation fault
  2004-10-06 21:19 [Bug c/17870] New: Compiling linux-2.6.8.1: internal compiler error: Segmentation fault pander at users dot sourceforge dot net
  2004-10-06 21:51 ` [Bug c/17870] " pinskia at gcc dot gnu dot org
@ 2004-10-08 14:18 ` pander at users dot sourceforge dot net
  1 sibling, 0 replies; 3+ messages in thread
From: pander at users dot sourceforge dot net @ 2004-10-08 14:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pander at users dot sourceforge dot net  2004-10-08 14:18 -------
Tried to get the *.i* files with the -save-temps option to complete bug report. 
Meanwhile I got an upgrade from gcc via apt-get and the problem has (luckily) 
disappered.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17870


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-08 14:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-06 21:19 [Bug c/17870] New: Compiling linux-2.6.8.1: internal compiler error: Segmentation fault pander at users dot sourceforge dot net
2004-10-06 21:51 ` [Bug c/17870] " pinskia at gcc dot gnu dot org
2004-10-08 14:18 ` pander at users dot sourceforge dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).