From owner-freebsd-current@FreeBSD.ORG Tue Jul 9 16:12:41 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8B7C39AA for ; Tue, 9 Jul 2013 16:12:41 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6B3D31AB3 for ; Tue, 9 Jul 2013 16:12:41 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E0095B948; Tue, 9 Jul 2013 12:12:40 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: Filesystem wedges caused by r251446 Date: Tue, 9 Jul 2013 12:02:24 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <20130704082113.GJ91021@kib.kiev.ua> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201307091202.24493.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 09 Jul 2013 12:12:41 -0400 (EDT) Cc: Konstantin Belousov , Ian FREISLICH X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 16:12:41 -0000 On Thursday, July 04, 2013 5:03:29 am Ian FREISLICH wrote: > Konstantin Belousov wrote: > > > > Care to provide any useful information ? > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers- handbook/kerneldebug-deadlocks.html > > Well, the system doesn't deadlock it's perfectly useable so long > as you don't touch the file that's wedged. A lot of the time the > userland process is unkillable, but often it is killable. How do > I get from from the PID to where the FS is stuck in the kernel? Use kgdb. 'proc ', then 'bt'. -- John Baldwin