From owner-freebsd-questions Wed Jun 10 10:57:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29088 for freebsd-questions-outgoing; Wed, 10 Jun 1998 10:57:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29053 for ; Wed, 10 Jun 1998 10:56:51 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id NAA12623; Wed, 10 Jun 1998 13:35:28 -0400 (EDT) (envelope-from listread) Message-Id: <199806101735.NAA12623@lucy.bedford.net> Subject: Re: weird kernel build problem In-Reply-To: <89EF1ED52E24D111804300805F19E92AA9EE75@ABZEXCH001> from Dimitris Krekoukias at "Jun 10, 98 09:25:39 am" To: Dimitris.Krekoukias@halliburton.com (Dimitris Krekoukias) Date: Wed, 10 Jun 1998 13:35:28 -0400 (EDT) Cc: djv@bedford.net, Dimitris.Krekoukias@halliburton.com, freebsd-questions@FreeBSD.ORG X-no-archive: yes Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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