From owner-freebsd-stable Mon Jun 14 17:30:49 1999 Delivered-To: freebsd-stable@freebsd.org Received: from debonair.pussycatwatch.com (debonair.pussycatwatch.com [206.251.95.62]) by hub.freebsd.org (Postfix) with ESMTP id 5736E14E00 for ; Mon, 14 Jun 1999 17:30:46 -0700 (PDT) (envelope-from rich@paranoid.org) Received: by debonair.pussycatwatch.com (Postfix, from userid 500) id 340B146813; Mon, 14 Jun 1999 17:36:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by debonair.pussycatwatch.com (Postfix) with ESMTP id E64C0C02A for ; Mon, 14 Jun 1999 17:36:50 -0700 (PDT) Date: Mon, 14 Jun 1999 17:36:50 -0700 (PDT) From: Rich Burroughs X-Sender: rich@debonair.pussycatwatch.com To: freebsd-stable@freebsd.org Subject: signal 6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed 3.2 RELEASE on a new box the other day, and everything looked good at first. We compiled Apache right off the bat and it went fine. A few days have passed, though, and we're having a lot of problems. The biggest issue I'm running into is that I can't seem to compile anything without having it die on a signal 6. I had it happen with a couple of ports (like the gcc28), and when I tried to compile the kernel I got the same error. I'm going to append the output I got from doing a "make" on the kernel. FYI, I used cvsup to get the latest stable sources this afternoon. I noticed an open PR that had to do with signal 6 errors: http://www.freebsd.org/cgi/query-pr.cgi?pr=7245 It doesn't seem to apply to my issue, though, as I have plenty of swap. I haven't seen the swap at more than 10% used, and I get the error when the box isn't even needing to swap: Device 1K-blocks Used Avail Capacity Type /dev/da0s1b 184320 0 184192 0% Interleaved I'd appreciate any ideas people have... Thanks, Rich --- echo "gcc2_compiled." >symbols.exclude echo "___gnu_compiled_c" >>symbols.exclude grep -v '^#' ../../i386/i386/symbols.raw | sed 's/^ //' | sort -u > symbols.sort cc -c -x assembler-with-cpp -DLOCORE -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../i386/i386/locore.s cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf device_if.c cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf bus_if.c cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../cam/cam.c cc: Internal compiler error: program cc1 got fatal signal 6 *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message