From owner-freebsd-current Thu Feb 5 16:07:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01263 for current-outgoing; Thu, 5 Feb 1998 16:07:18 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01257 for ; Thu, 5 Feb 1998 16:07:15 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id AAA08665; Fri, 6 Feb 1998 00:07:13 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id BAA00479; Fri, 6 Feb 1998 01:07:12 +0100 (MET) Message-ID: <19980206010712.58740@follo.net> Date: Fri, 6 Feb 1998 01:07:12 +0100 From: Eivind Eklund To: Dmitrij Tejblum Cc: freebsd-current@FreeBSD.ORG Subject: Re: DIAGNOSTIC kernels broken References: <199802052343.CAA01853@tejblum.dnttm.rssi.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199802052343.CAA01853@tejblum.dnttm.rssi.ru>; from Dmitrij Tejblum on Fri, Feb 06, 1998 at 02:43:02AM +0300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe current" On Fri, Feb 06, 1998 at 02:43:02AM +0300, Dmitrij Tejblum wrote: > vm/vm_zone.h depends on DIAGNOSTIC but doesn't include "opt_diagnostic.h". > This (I believe) and the fact that I use 'config -n' just caused my last > kernel to panic on reboot. Something is weird with your setup, I believe. vm_zone.c includes opt_diagnostic.h as of revision 1.16, which was part of the "Turn DIAGNOSTIC into a new-style option" commit. You don't have a sticky tag on sys/vm or something? > I feel it would be better to put DIAGNOSTIC to opt_global.h. Possibly. I dislike the present state, too, and have been tempted by that simple solution (as it is less likely to bit-rot than the present one). Eivind.