From owner-freebsd-questions@FreeBSD.ORG Tue Apr 11 07:10:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A02116A402 for ; Tue, 11 Apr 2006 07:10:12 +0000 (UTC) (envelope-from ciscoaix@yahoo.com) Received: from web52707.mail.yahoo.com (web52707.mail.yahoo.com [206.190.48.230]) by mx1.FreeBSD.org (Postfix) with SMTP id 8D76F43D48 for ; Tue, 11 Apr 2006 07:10:11 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: (qmail 53436 invoked by uid 60001); 11 Apr 2006 07:10:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=g/yO9bMi6P1ZZ3NbV1WFx8jrAyiJUkaWohA33UPB2xTjXzhLk5SIstn0E1tXhBdmpTA1XMZOjo6MeXOg1ATW3H4jGDwHbMVqzQuoO1IMNtwaswm8u5w2mUp3QGNZv0YPgLlXDMOMBpLqqqpQl1r3VUNZ5R5t6pLRwptPpbzWI4o= ; Message-ID: <20060411071010.53434.qmail@web52707.mail.yahoo.com> Received: from [71.193.133.190] by web52707.mail.yahoo.com via HTTP; Tue, 11 Apr 2006 00:10:10 PDT Date: Tue, 11 Apr 2006 00:10:10 -0700 (PDT) From: Kris Anderson To: Wil Hatfield , freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: RE: Bge Kernel Compile Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2006 07:10:12 -0000 --- Wil Hatfield wrote: > > > Check your RAM lately? Kernel and world compiles > usually make RAM issues > > > evident. > > RAM checked out fine. > > > /usr/src/sys/dev/bge/if_bge.c > > /usr/src/sys/dev/bge/if_bge.c: In function > `bge_newbuf_jumbo': > > /usr/src/sys/sys/mbuf.h:513: warning: 'zone' might > be used > > uninitialized in > > this function > > The problems with GENERIC build, the BGE 'zone' > issue, and half a dozen > other similar uninitialized variable errors were all > caused by this: > > options RESTARTABLE_PANICS > > Turning it off made it all build just fine on > multiple machines. Always > something right in front of your face isn't it? > > Now my question is with the RESTARTABLE_PANICS > turned off are my machines > going to hang at kernel panics? What is the deal > with that? Still waiting > for an answer on that one. > > -- > Wil Hatfield Hey there, Not sure what Freebsd you're trying to build but here's a report found two years ago: http://lists.freebsd.org/pipermail/freebsd-bugs/2004-September/009307.html Did a google search and that option appears to allow the kernel to return from a panic. Looks like a few users over the years have complained about the RESTARTABLE_PANICS being broken. Might still be. Hope that helps. ~Mr. Anderson __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com