From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 2 18:20:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.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 A7C9BDBD for ; Tue, 2 Apr 2013 18:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9939EDA7 for ; Tue, 2 Apr 2013 18:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r32IK1m2049054 for ; Tue, 2 Apr 2013 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r32IK16o049053; Tue, 2 Apr 2013 18:20:01 GMT (envelope-from gnats) Date: Tue, 2 Apr 2013 18:20:01 GMT Message-Id: <201304021820.r32IK16o049053@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Martin Birgmeier Subject: Re: kern/177536: zfs livelock (deadlock) with high write-to-disk load X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Martin Birgmeier List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Apr 2013 18:20:02 -0000 The following reply was made to PR kern/177536; it has been noted by GNATS. From: Martin Birgmeier To: Andriy Gapon Cc: bug-followup@FreeBSD.org Subject: Re: kern/177536: zfs livelock (deadlock) with high write-to-disk load Date: Tue, 02 Apr 2013 20:07:05 +0200 Thanks for the pointer - which I knew about, but unfortunately found out too late that the kernel needs to be compiled with options STACK and/or options DDB/KDB for this to work. Could this information be added to that page? I already recompiled the kernel, but are ambivalent about whether I should now hope to see the deadlock again... ;-) One more thing: Could you point me to the SVN revision in head and/or stable/9 which presumably contains the (partial) fix? Regards, Martin On 04/01/13 22:51, Andriy Gapon wrote: > Two points: > - the problem may be (partially) fixed in stable/9 > - https://wiki.freebsd.org/AvgZfsDeadlockDebug >