From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 4 21:10:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7722C1065675 for ; Tue, 4 Mar 2008 21:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A7428FC2B for ; Tue, 4 Mar 2008 21:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m24LA4fF091292 for ; Tue, 4 Mar 2008 21:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m24LA4Ij091291; Tue, 4 Mar 2008 21:10:04 GMT (envelope-from gnats) Date: Tue, 4 Mar 2008 21:10:04 GMT Message-Id: <200803042110.m24LA4Ij091291@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/121322: 'panic: spin lock held too long' on reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2008 21:10:04 -0000 The following reply was made to PR kern/121322; it has been noted by GNATS. From: Kris Kennaway To: Lars Stokholm Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/121322: 'panic: spin lock held too long' on reboot Date: Tue, 04 Mar 2008 22:07:33 +0100 Lars Stokholm wrote: > On Mon, Mar 3, 2008 at 9:56 PM, Kris Kennaway wrote: >> Can you enable WITNESS and DDB and reproduce the problem? It will drop >> into the debugger and you can do 'show locks' to show who holds it, then >> 'bt <#>' that thread. > > I was unsure of what to do with 'bt', so here's just the output of the > command without arguments. If that's not what you wanted me to do, > I'll try again. :) Sorry, I meant 'show alllocks'. Look for the spinlock and pass that thread ID as the argument to bt. > I apologize for giving you the output as an image. Is there a way to > write it to the disk as plain text? If you call doadump then the DDB output will often be saved for display by kgdb. Kris