Date: Wed, 10 Jun 1998 13:35:28 -0400 (EDT) From: CyberPeasant <djv@bedford.net> To: Dimitris.Krekoukias@halliburton.com (Dimitris Krekoukias) Cc: djv@bedford.net, Dimitris.Krekoukias@halliburton.com, freebsd-questions@FreeBSD.ORG Subject: Re: weird kernel build problem Message-ID: <199806101735.NAA12623@lucy.bedford.net> In-Reply-To: <89EF1ED52E24D111804300805F19E92AA9EE75@ABZEXCH001> from Dimitris Krekoukias at "Jun 10, 98 09:25:39 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Dimitris Krekoukias wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > Right. I did what Dave suggested, it failed again (tries twice, the last > few lines from the output are there for your perusal). > > It doesn't fail in the same place every time, and this is with the > GENERIC kernel - weirdest thing is, it worked again coupla days ago... > once. I made sure I kept the resulting kernel, since it contained the > SYSV stuff I needed to get KDE running properly. > > Cheers, > > Dimitris > > > > > S -DFFS -DINET -DKERNEL ../../isofs/cd9660/cd9660_bmap.c > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include > -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS > -DINET -DKERNEL ../../isofs/cd9660/cd9660_lookup.c > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include > -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS > -DINET -DKERNEL ../../isofs/cd9660/cd9660_node.c > cc: Internal compiler error: program cc1 got fatal signal 10 > *** Error code 1 > > > > another try: > > > S -DFFS -DINET -DKERNEL ../../kern/uipc_syscalls.c > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include > -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS > -DINET -DKERNEL ../../kern/uipc_usrreq.c > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include > -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS > -DINET -DKERNEL ../../kern/vfs_bio.c > cc: Internal compiler error: program cc1 got fatal signal 11 > *** Error code 1 > > This, alas, looks a lot like memory or similar (cache memory?) failure problems. That would explain the mysterious X crashing, too. Gcc is a "hard exerciser" of a system, typically using as much hardware memory as it can find. Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806101735.NAA12623>