From owner-freebsd-questions@FreeBSD.ORG Tue Apr 11 05:51:52 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 0028B16A400 for ; Tue, 11 Apr 2006 05:51:51 +0000 (UTC) (envelope-from freebsd@hyperconx.com) Received: from front.hyperconx.net (ns1.hyperconx.net [65.74.165.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5A6543D46 for ; Tue, 11 Apr 2006 05:51:51 +0000 (GMT) (envelope-from freebsd@hyperconx.com) Received: from adsl-69-225-224-190.dsl.skt2ca.pacbell.net ([69.225.224.190] helo=Production) by front.hyperconx.net with esmtpa (Exim 4.53) id 1FTBn5-000D1W-Ua for freebsd-questions@freebsd.org; Mon, 10 Apr 2006 22:51:52 -0700 From: "Wil Hatfield" To: Date: Mon, 10 Apr 2006 22:49:44 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 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 05:51:52 -0000 > > 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