From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 14 06:10:30 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3E616A4CE for ; Mon, 14 Jun 2004 06:10:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A34D343D1D for ; Mon, 14 Jun 2004 06:10:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i5E6ASw8090852 for ; Mon, 14 Jun 2004 06:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5E6AS6b090838; Mon, 14 Jun 2004 06:10:28 GMT (envelope-from gnats) Date: Mon, 14 Jun 2004 06:10:28 GMT Message-Id: <200406140610.i5E6AS6b090838@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Edwin Groothuis Subject: Re: kern/67919: imagemagicks convert image to movie conversion kills 5.2.1 machine in vnode_pager_putpages X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Edwin Groothuis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2004 06:10:30 -0000 The following reply was made to PR kern/67919; it has been noted by GNATS. From: Edwin Groothuis To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/67919: imagemagicks convert image to movie conversion kills 5.2.1 machine in vnode_pager_putpages Date: Mon, 14 Jun 2004 16:00:35 +1000 I would like to point to this email on the -stable list: http://lists.freebsd.org/pipermail/freebsd-stable/2004-March/006493.html From irc: well, i have a vague idea perhaps the application has mmap()'d in a sparse file dirtied so many pages that there isn't space on disk for them then the syncer has gone to flush the dirty pages out to disk.. you could confirm whether or not that's the case fairly easily create a sparse file that would be too big to fit on disk if it was non-sparse, mmap it in, dirty all the pages -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/