From owner-freebsd-hardware Wed May 7 22:12:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA09048 for hardware-outgoing; Wed, 7 May 1997 22:12:12 -0700 (PDT) Received: from abby.skypoint.net (abby.skypoint.net [199.86.32.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA09040 for ; Wed, 7 May 1997 22:12:05 -0700 (PDT) Received: (from uucp@localhost) by abby.skypoint.net (8.8.5/alexis 2.7) with UUCP id AAA24714 for freebsd-hardware@freebsd.org; Thu, 8 May 1997 00:11:57 -0500 (CDT) Received: (from bruce@localhost) by zuhause.mn.org (8.8.5/8.8.5) id XAA00348; Wed, 7 May 1997 23:38:58 -0500 (CDT) Date: Wed, 7 May 1997 23:38:58 -0500 (CDT) Message-Id: <199705080438.XAA00348@zuhause.mn.org> From: Bruce Albrecht To: freebsd-hardware@freebsd.org Subject: fatal trap during boot In-Reply-To: <199705060731.CAA00328@zuhause.mn.org> References: <199705060731.CAA00328@zuhause.mn.org> X-Mailer: VM 6.22 under 19.15p2 XEmacs Lucid Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I had some other problems (I think a disk drive went bad), so I had to reload DOS 6 and the NT bootstrap loader onto a new disk. I installed the Boot-Eazy 1.7 bootloader onto the new disk after installing DOS 6 and NT, and now I can't boot SMP. I get the following error: Fatal trap 9: general protection fault while in kernel mode cpunumber=0 instruction ptr = 0x8:0cf02083ea stack ptr = 0x10:0xf4cd5eac frame ptr = 0x10:0xf4cd5efc code segment = base 0x0 limit 0xfffff type 0x1b = DPL 0 pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL current process = 6 (CPUIDLE1) interrupt mask = kernel: type 9 trap, code = 0 stopped at _sccnputc+0x22 repe movsl (%es1), %es:(%edi) It happens right after it lists the interrupts. I'm able to boot with a kernel that is identical exact that the SMP options are disabled. The kernel was originally from Saturday, but I rebuilt it from code cvsupped this afternooon. Any suggestions? NT seems to be running OK, and tells me that it's running 2 CPU kernel. I've already sent this to the freebsd-smp, but nobody's had any ideas. Can someone who knows more about hardware fill me in on what a GPF type 9 trap means? Thanks.