From owner-freebsd-current Wed Jun 28 0:18:26 2000 Delivered-To: freebsd-current@freebsd.org Received: from ns.cvzoom.net (ns.cvzoom.net [208.226.154.2]) by hub.freebsd.org (Postfix) with SMTP id 670ED37BEE6 for ; Wed, 28 Jun 2000 00:18:23 -0700 (PDT) (envelope-from dmmiller@cvzoom.net) Received: (qmail 25387 invoked from network); 28 Jun 2000 07:18:22 -0000 Received: from acs-63-90-94-131.zoominternet.net (63.90.94.131) by ns.cvzoom.net with SMTP; 28 Jun 2000 07:18:22 -0000 Date: Wed, 28 Jun 2000 03:18:21 -0400 (EDT) From: Donn Miller X-Sender: dmmiller@acs-63-90-94-131.zoominternet.net To: Warner Losh Cc: Edwin Culp , "current@FreeBSD.ORG" Subject: Re: Laptop boot problem in current with GENERIC & GENERIC.hints In-Reply-To: <200006280711.BAA03543@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 28 Jun 2000, Warner Losh wrote: > In message <3958C666.F747A99@EnContacto.Net> Edwin Culp writes: > : int=0000000d err=00000000 eft=00010046 eip=000092eb > : eax=000000fb ebx=00000000 ecx=00000152 edx=000003f6 > : esi=000fbc92 edi=000f0000 ebp=000017b4 esp=000017b4 > : cs:eip=0f 32 89 45 1c 89 55 14-46 eb cf 80 65 31 fd eb > : ss:esp=08 00 00 00 1c 9c 00 00-fe 0e 00 00 d4 17 00 00 > : System halted > : > : I copied this manually since I don't have a console on the laptop. > > I'd try booting the old kernel and seeing if doing a completely clean > build fixes this. I'd also try to reboot after power off. It looks like the optimization bug that's been biting kernel builds lately. When Peter Wemm made the overhaul to the kernel config, strange things started happening when optimization higher than -O was used to build the kernel. For example, I got a Fatal Trap 12 immediately after the probe for available memory. I was using -Os to compile my kernel at the time. Backing down to -O for kernel builds solved this, and boots proceeded normally. - Donn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message