Date: Wed, 08 May 2002 10:35:44 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: John Baldwin <jhb@FreeBSD.org> Cc: Current <FreeBSD-current@FreeBSD.org> Subject: Re: Panic at witness_lock Message-ID: <7m3cx3xvyn.wl@black.imgsrc.co.jp> In-Reply-To: <XFMail.20020507213002.jhb@FreeBSD.org> References: <7mn0vb8mtq.wl@waterblue.imgsrc.co.jp> <XFMail.20020507213002.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7m3cx3xvyn.wl>