From owner-freebsd-current@FreeBSD.ORG Tue Jun 7 00:40:07 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23BD516A41C for ; Tue, 7 Jun 2005 00:40:07 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E0143D4C for ; Tue, 7 Jun 2005 00:40:06 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from sentinel (195.198.193.104) by pne-smtpout2-sn1.fre.skanova.net (7.2.059.6) id 42930AA9002F9DD8; Tue, 7 Jun 2005 02:40:05 +0200 From: "Daniel Eriksson" To: Date: Tue, 7 Jun 2005 02:40:02 +0200 Organization: Home Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcVqRrgqJkwDua17Rdyde7HBCAHZhAAsiYMg In-Reply-To: <20050606032025.CC7A35D08@ptavv.es.net> Cc: Subject: RE: Livelock seen on current with threaded processes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2005 00:40:07 -0000 Kevin Oberman wrote: > I run transcode on a video file to convert it to divx4 using the xvid4 > library. I do this with nice set to 10 and top confirms that it is set > to 10. At various times, the system starts locking up. Windows won't > refresh. Shell commands never execute (nor do keys echo) in > some windows > including syscons vtys. If my gkrellm is still alive (and it usually > is), I see the system at 97% CPU and nothing else busy. There > is a bit a > disk I/O but not much. This sounds a lot like the problems I described in the thread "Serious I/O problems (bad performance and live-lock)" from a few weeks ago. It seems that when the VM subsystem is put under pressure the machine comes to a grinding halt. In my case I could trigger this with a simple 'dd' (on a filesystem, not on a raw device). /Daniel Eriksson