From owner-freebsd-hackers Tue Apr 2 11: 7: 1 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 14EFE37B400 for ; Tue, 2 Apr 2002 11:06:55 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g32J6sQ17077; Tue, 2 Apr 2002 11:06:54 -0800 (PST) (envelope-from dillon) Date: Tue, 2 Apr 2002 11:06:54 -0800 (PST) From: Matthew Dillon Message-Id: <200204021906.g32J6sQ17077@apollo.backplane.com> To: hackers@FreeBSD.ORG, Jeff Roberson Subject: Re: adding allocation failure detection / automatic panic References: <20020327193305.D16840-100000@mail.chesapeake.net> <200204021905.g32J5Oa17043@apollo.backplane.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (note: this kassert is wrong): :+ KASSERT(item == NULL, ("zitems unexpectedly NULL")); should be: :+ KASSERT(item != NULL, ("zitems unexpectedly NULL")); -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message