From owner-cvs-all Mon Sep 18 8: 5:12 2000 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 5EE4737B42C; Mon, 18 Sep 2000 08:05:02 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id CAA25544; Tue, 19 Sep 2000 02:04:43 +1100 Date: Tue, 19 Sep 2000 02:04:40 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "Matthew N. Dodd" Cc: "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 18 Sep 2000, Matthew N. Dodd wrote: > On Mon, 18 Sep 2000, Bruce Evans wrote: > > On Sun, 17 Sep 2000, Matthew N. Dodd wrote: > > > Initialize 'hints_loaded' to 0. > > > > > > This allows static hints to work properly. > > > > This has no effect except possibly to hide bugs. `hints_loaded' was > > already implicitly initialized to 0. > > So it just started working out of the blue? That's normal for bugs :-). Probably hints_loaded was getting corrupted by an array overrun or similar, and moving it from the bss to the data section changed the variable which gets corrupted. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message