[4113] in SIPB bug reports
Re: Internal compiler error: program as got fatal signal 10
daemon@ATHENA.MIT.EDU (Philip Thompson)
Thu Sep 30 20:08:31 1993
To: Calvin Clark <ckclark@mit.edu>
In-Reply-To: Your message of Thu, 30 Sep 93 19:31:07 -0400.
<9309302331.AA19977@deathtongue.MIT.EDU>
Cc: bug-sipb@mit.edu
Date: Thu, 30 Sep 93 20:07:32 EDT
From: Philip Thompson <phils@mit.edu>
The problem has been narrowed down to not being able to compile on an nfs
locker (bitbucket, crletc, etc.). This is on a sun running 7.6L
(Athena Workstation (SUN4m) Version 7.6L Mon Sep 20 09:00:20 EDT 1993)
and with gcc from the sipb and outland lockers.
If I try to compile /mit/bitbucket/hello.c I get:
100> gcc -v hello.c -o hello
Reading specs from /afs/sipb.mit.edu/project/gnu/lib/gcc-lib/sparc-sun-solaris2.1/2.4.5/specs
gcc version 2.4.5
/afs/sipb.mit.edu/project/gnu/lib/gcc-lib/sparc-sun-solaris2.1/2.4.5/cpp -lang-c -v -undef -D__GNUC__=2 -Dsun -Dsparc -Dunix -D__svr4__ -D__GCC_NEW_VARARGS__ -D__sun__ -D__sparc__ -D__unix__ -D__svr4__ -D__GCC_NEW_VARARGS__ -D__sun -D__sparc -D__unix -D__svr4__ -D__GCC_NEW_VARARGS__ -Asystem(unix) -Acpu(sparc) -Amachine(sparc) hello.c /tmp/cca0009U.i
GNU CPP version 2.4.5 (sparc)
/afs/sipb.mit.edu/project/gnu/lib/gcc-lib/sparc-sun-solaris2.1/2.4.5/cc1 /tmp/cca0009U.i -quiet -dumpbase hello.c -version -o /tmp/cca0009U.s
GNU C version 2.4.5 (sparc) compiled by GNU C version 2.4.5.
/usr/ccs/bin/as -V -Qy -s -o /tmp/cca0009U1.o /tmp/cca0009U.s
/usr/ccs/bin/as: C Development Set (CDS) SPARCompilers 2.0.1 03 Sep 1992
/usr/ccs/bin/ld -V -Y P,/usr/ccs/lib:/usr/lib -Qy -o hello /afs/sipb.mit.edu/project/gnu/lib/gcc-lib/sparc-sun-solaris2.1/2.4.5/crt1.o /afs/sipb.mit.edu/project/gnu/lib/gcc-lib/sparc-sun-solaris2.1/2.4.5/crti.o /usr/ccs/lib/values-Xa.o /afs/sipb.mit.edu/project/gnu/lib/gcc-lib/sparc-sun-solaris2.1/2.4.5/crtbegin.o -L/afs/sipb.mit.edu/project/gnu/lib/gcc-lib/sparc-sun-solaris2.1/2.4.5 -L/usr/ccs/bin -L/afs/sipb.mit.edu/project/gnu/lib /tmp/cca0009U1.o -lgcc -lc /afs/sipb.mit.edu/project/gnu/lib/gcc-lib/sparc-sun-solaris2.1/2.4.5/crtend.o /afs/sipb.mit.edu/project/gnu/lib/gcc-lib/sparc-sun-solaris2.1/2.4.5/crtn.o -lgcc
ld: Software Generation Utilities (SGU) SunOS/SVR4 (LK-1.0)
gcc: Internal compiler error: program ld got fatal signal 10
101> /usr/sbin/swap -s
total: 9024k bytes allocated + 2856k reserved = 11880k used, 49944k available
You have to be compiling in the nfs locker to get this error.
Gcc works fine on any afs locker. Unfortunately all our code is on nfs.
Any ideas?
Philip
Philip