From owner-freebsd-current@FreeBSD.ORG Tue Jan 16 23:53:07 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 147C716A412 for ; Tue, 16 Jan 2007 23:53:07 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id A3CF413C46A for ; Tue, 16 Jan 2007 23:53:06 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so31316nfc for ; Tue, 16 Jan 2007 15:53:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=sjITAHlp4rzTPLQkmYHBU6fTr6OSEaJnUg5wG7abqBnZ4tZRmBAxrjDXjbOSMBgnjYGdxS7+ysdNFwHVDMV6LRGercJYg+94GQyHIifa3RfCpCYEh/s02jtcUvjyYqtuI8a4Ge0iW9CFZhAs54chOD1rEI4PuEbrUzKqPiEMyKc= Received: by 10.48.14.4 with SMTP id 4mr92782nfn.1168991585474; Tue, 16 Jan 2007 15:53:05 -0800 (PST) Received: by 10.48.238.9 with HTTP; Tue, 16 Jan 2007 15:53:05 -0800 (PST) Message-ID: <3bbf2fe10701161553t4de63940nc6ca7538eb9f264f@mail.gmail.com> Date: Wed, 17 Jan 2007 00:53:05 +0100 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Randall Stewart" In-Reply-To: <45AD6031.7090809@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45AD5908.6090105@cisco.com> <45AD6031.7090809@cisco.com> X-Google-Sender-Auth: 8c5717d54ead03d0 Cc: freebsd-current@freebsd.org Subject: Re: A panic with the latest... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jan 2007 23:53:07 -0000 2007/1/17, Randall Stewart : > Randall Stewart wrote: > > Well: > > > > I updated everything this AM.. and just > > got around to rebuilding my XEON machine > > (Dell 2.8 gig .. hyperthreaded). > > > > Built a witness kernel (I have been running > > with that lately).. and rebooted it... > > > > It never came back.. so out to the barn to check > > on it.. and I see: > > > > panic: lock(htploc) sleep mutex does not match earlier(spin mutex) lock > > > > Anyone ever see this yet? > > > > I am rebuilding with a non-witness (invariants only) kernel.. and > > see if that boots :-) > > > > R > Ok > > I just confirmed.. with witness off it boots.. Probabilly the htploc just changed its nature inside the code and has not been updated into the witness static table of locks (kern/subr_witness.c). Change the entry. Attilio -- Peace can only be achieved by understanding - A. Einstein