From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 27 14:25:58 2009 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 182631065670; Mon, 27 Jul 2009 14:25:58 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 053228FC12; Mon, 27 Jul 2009 14:25:58 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6REPvmB078658; Mon, 27 Jul 2009 14:25:57 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6REPvCE078654; Mon, 27 Jul 2009 14:25:57 GMT (envelope-from gavin) Date: Mon, 27 Jul 2009 14:25:57 GMT Message-Id: <200907271425.n6REPvCE078654@freefall.freebsd.org> To: joerg.ruppe.tanner@gmail.com, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: kern/137117: [panic] panic after spinlock held too long with FreeBSD 7.2-RELEASE-p2 on CPU: Intel(R) Atom(TM) CPU 330 @ 1.60GHz (1618.46-MHz K8-class CPU) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2009 14:25:58 -0000 Synopsis: [panic] panic after spinlock held too long with FreeBSD 7.2-RELEASE-p2 on CPU: Intel(R) Atom(TM) CPU 330 @ 1.60GHz (1618.46-MHz K8-class CPU) State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Mon Jul 27 13:32:23 UTC 2009 State-Changed-Why: To submitter: Firstly, could you please provide the output of: ps -aux -M /var/crash/vmcore.0 Also, is this something that has only ever happened once, or can you reproduce it easily? Are you in a position where you can get information out of the system from the kernel debugger if it happens again? If so, the output of "show alllocks; alltrace; ps; show allpcpu" would be very useful. If you don't have interactive access to the debugger, have no way of logging the output, or need the achine up as quickly as possible, you should be able to make use of the textdump(4) facility, enabled from the command prompt as follows: ddb script kdb.enter.panic="textdump set; capture on; show allpcpu; bt; ps; alltrace; show alllock; call doadump; reset" sysctl debug.ddb.textdump.pending=1 then please provide the ddb.txt from /var/crash Responsible-Changed-From-To: freebsd-bugs->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Mon Jul 27 13:32:23 UTC 2009 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=137117