From owner-freebsd-current Tue May 7 18:35:55 2002 Delivered-To: freebsd-current@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 18FE437B401; Tue, 7 May 2002 18:35:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 7781E24D2A; Wed, 8 May 2002 10:35:49 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 1967424D29; Wed, 8 May 2002 10:35:46 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id E525E1E46F1; Wed, 8 May 2002 10:35:44 +0900 (JST) Date: Wed, 08 May 2002 10:35:44 +0900 Message-ID: <7m3cx3xvyn.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: John Baldwin Cc: Current Subject: Re: Panic at witness_lock In-Reply-To: References: <7mn0vb8mtq.wl@waterblue.imgsrc.co.jp> User-Agent: Wanderlust/2.9.10 (Unchained Melody) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS on ns.imgsrc.co.jp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Tue, 07 May 2002 21:30:02 -0400 (EDT), John Baldwin wrote: > Hmm, the printf's just before the panic message would be nice. :-/ Sorry. Here it is: recursed on non-recursive lock (sleep mutex) UMA Buckets @../../../vm/uma_core. c:1467 first acquired @ ../../../vm/uma_core.c:583 > Can you get lock1->li_file and lock1->li_line out of frame 11? > The string at lock1->li_file would be needed not just the pointer > value. (kgdb) p lock1->li_file $1 = 0xc02e9b11 "../../../vm/uma_core.c" (kgdb) p lock1->li_line $2 = 583 -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message