Date: Mon, 10 Apr 2006 22:49:44 -0700 From: "Wil Hatfield" <freebsd@hyperconx.com> To: <freebsd-questions@freebsd.org> Subject: RE: Bge Kernel Compile Issues Message-ID: <NGBBKBOMKLFOJCCDHPEOGEHCPPAA.freebsd@hyperconx.com> In-Reply-To: <NGBBKBOMKLFOJCCDHPEOGEGGPPAA.freebsd@hyperconx.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NGBBKBOMKLFOJCCDHPEOGEHCPPAA.freebsd>