From owner-freebsd-stable@FreeBSD.ORG Sat Oct 20 08:27:30 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72CC516A421; Sat, 20 Oct 2007 08:27:30 +0000 (UTC) (envelope-from eugen@www.svzserv.kemerovo.su) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.freebsd.org (Postfix) with ESMTP id 3943813C491; Sat, 20 Oct 2007 08:27:26 +0000 (UTC) (envelope-from eugen@www.svzserv.kemerovo.su) Received: from www.svzserv.kemerovo.su (eugen@localhost [127.0.0.1]) by www.svzserv.kemerovo.su (8.13.8/8.13.8) with ESMTP id l9K8ROSV088580; Sat, 20 Oct 2007 16:27:24 +0800 (KRAST) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.13.8/8.13.8/Submit) id l9K8RO6R088579; Sat, 20 Oct 2007 16:27:24 +0800 (KRAST) (envelope-from eugen) Date: Sat, 20 Oct 2007 16:27:24 +0800 From: Eugene Grosbein To: Alfred Perlstein Message-ID: <20071020082724.GA87825@svzserv.kemerovo.su> References: <027d01c8125c$73d4db80$c8c55358@delloleg> <20071019220501.GL31826@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071019220501.GL31826@elvis.mu.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org, Oleg Derevenetz Subject: Re: kern/104406: [ufs] Processes get stuck in "ufs" state under persistent CPU load X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 08:27:30 -0000 On Fri, Oct 19, 2007 at 03:05:01PM -0700, Alfred Perlstein wrote: > > Can anyone take a look on PR kern/104406 ? I got repeatable hang situation, > > but I can't obtain a kernel dump to get result of all show commands from > > here: > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-deadlocks.html > > > > After my break to debugger using Ctrl+Alt+Esc sequence and entering a > > "panic" command kernel does not wrote a kernel dump but seems to hang. Can > > anyone describe how to obtain a kernel dump in this situation, or at least > > say - which output of show commands need in first place to debug this ? > > Output of all suggested commands is huge and I afraid of making mistake > > when carrying this output from screen to list of paper and back :-) This very easy to reproduce [ufs] uninterruptable deadlock for both of RELENG_6 and RELENG_7. Look at this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/107439 The PR is closed but the problem is still here with 7.0-PRERELEASE and, perhaps, CURRENT. Eugene