From owner-freebsd-stable@FreeBSD.ORG Tue Mar 9 00:01:48 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC53316A4CE for ; Tue, 9 Mar 2004 00:01:48 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id F0B0F43D3F for ; Tue, 9 Mar 2004 00:01:47 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Mar 2004 08:01:47 +0000 (GMT) Date: Tue, 9 Mar 2004 08:01:46 +0000 From: David Malone To: Rob Message-ID: <20040309080145.GA35678@walton.maths.tcd.ie> References: <404D6D41.3040508@users.sourceforge.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <404D6D41.3040508@users.sourceforge.net> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: freebsd-stable@freebsd.org Subject: Re: vnode_pager_putpages hanged my machine X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 09 Mar 2004 08:01:48 -0000 On Tue, Mar 09, 2004 at 04:07:45PM +0900, Rob wrote: > Did the machine end up in an eternal loop and ate up all resources? > A bug in vnode? Or in the pager? It looks like convert was killed because it ran your machine out of memory - that might explain extream slugishness if everything else had been swapped out. It also looks like /var was completly full. David.