From owner-freebsd-questions Tue Jul 15 14:45:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA25961 for questions-outgoing; Tue, 15 Jul 1997 14:45:15 -0700 (PDT) Received: from kelly.prima.ruhr.de (root@kelly.prima.ruhr.de [141.39.232.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA25946; Tue, 15 Jul 1997 14:45:08 -0700 (PDT) Received: from chokepnt.prima.ruhr.de (DialPPP-1-52.rz.ruhr-uni-bochum.de [134.147.1.52]) by kelly.prima.ruhr.de (8.6.11/8.6.9) with SMTP id XAA17534; Tue, 15 Jul 1997 23:45:07 +0200 Message-ID: <33CC08A3.41C67EA6@prima.ruhr.de> Date: Wed, 16 Jul 1997 01:32:51 +0200 From: Philipp Reichmuth X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2-STABLE i386) MIME-Version: 1.0 To: stable@freebsd.org, FreeBSD Questions Subject: mw fails even more... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At CTM #0345, my make world is starting to get increasingly weird; now the kernel starts to dump core while processing. I NEVER had that kind of problem before, and the machine is usually running for hours. ============> make world output <======================================= cc -O2 -m486 -pipe -DFREEBSD_AOUT -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DFREEBSD_NATIVE -DDEFAULT_TARGET_VERSION=\"2.7.2.1\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/recog.c -o recog.o cc -O2 -m486 -pipe -DFREEBSD_AOUT -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DFREEBSD_NATIVE -DDEFAULT_TARGET_VERSION=\"2.7.2.1\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/reg-stack.c -o reg-stack.o (this is where the kernel dumped core) cc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. =====================> make world output <================================ My system configuration is the following: ASUS TX97E with AMD K6/200; 64 MB RAM (FPM 60ns and never had any problems) Adaptec 2940U; Quantum Fireball TM3200S Ultra; Toshiba 5701 Matrox Mystique Ancient Mitsumi CDROM for use when SCSI fails and the other stuff shouldn't matter. Anyone out there able to tell me what's going wrong? And BTW - what kernel config options are best for the K6? I've configured it for I586_CPU with faster FPU exception handler. (Could this or my -O3-optimized kernel be source of the problem? Would be rather surprising, though.) Philipp