Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 1999 17:36:50 -0700 (PDT)
From:      Rich Burroughs <rich@paranoid.org>
To:        freebsd-stable@freebsd.org
Subject:   signal 6
Message-ID:  <Pine.LNX.4.10.9906141711500.14701-100000@debonair.pussycatwatch.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.9906141711500.14701-100000>