From owner-freebsd-stable@FreeBSD.ORG Tue Oct 30 19:54:34 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 0373416A468 for ; Tue, 30 Oct 2007 19:54:34 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 950F213C4C8; Tue, 30 Oct 2007 19:54:31 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47278BFA.90705@FreeBSD.org> Date: Tue, 30 Oct 2007 20:54:34 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Rainer Hurling References: <027d01c8125c$73d4db80$c8c55358@delloleg><20071019220501.GL31826@elvis.mu.org> <20071020082724.GA87825@svzserv.kemerovo.su> <008d01c812f5$7aad62d0$eec55358@W2KOOOD> <4719F786.80708@gwdg.de> In-Reply-To: <4719F786.80708@gwdg.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, eugen@kuzbass.ru, Oleg Derevenetz Subject: Re: kern/104406: [ufs] Processes get stuck in "ufs" state underpersistent 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: Tue, 30 Oct 2007 19:54:34 -0000 Rainer Hurling wrote: > Looking into PR kern/104406 it seems, that this describes exactly what I > am experiencing on three of my systems over the last weeks. They are > running FreeBSD 8.0-CURRENT (known as 7.0-CURRENT not long ago ;-) ). Actually it sounds nothing like it at all ;) > On these machines I often observe hangings, sometimes only a few > seconds, on other times 20-30 seconds before input/output is back. This > seems to happen when more extensive disk usage is needed (portupgrade, > buildworld, browsing complicated websites etc.). During the hang even > xterm is not responding any more, other (diskless) applications like > xclock keep to continue. I have no panics, only UFS (and MSDOSFS) are > mounted, no NTFS. About two months ago none of my systems showed these > hangings. Is your system swapping? This is the usual cause of pauses during high application (actually memory) load. Kris