From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 14 07:10:26 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 377A616A4CE for ; Mon, 14 Jun 2004 07:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A10CD43D45 for ; Mon, 14 Jun 2004 07:10:24 +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 i5E7ANI0051187 for ; Mon, 14 Jun 2004 07:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5E7AMN0051186; Mon, 14 Jun 2004 07:10:22 GMT (envelope-from gnats) Date: Mon, 14 Jun 2004 07:10:22 GMT Message-Id: <200406140710.i5E7AMN0051186@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Parv 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: Parv List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2004 07:10:26 -0000 The following reply was made to PR kern/67919; it has been noted by GNATS. From: Parv To: Edwin Groothuis Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/67919: imagemagicks convert image to movie conversion kills 5.2.1 machine in vnode_pager_putpages Date: Mon, 14 Jun 2004 03:04:55 -0400 in message <20040614051114.0A9CA60EB@k7.mavetju>, wrote Edwin Groothuis thusly... > > > >Number: 67919 > >Category: kern > >Synopsis: imagemagicks convert image to movie conversion > >kills 5.2.1 machine in vnode_pager_putpages > > I have about 5000 PNG images I try to convert into an MPG movie. > ImageMagicks convert can do this. I can convert 100 images, 200 > images but somewhere between 201 and 300 images it totally crashes ... Nice to see, not that i take delight in this, that somebody also has problem when convert is faced w/ a large number of files. I had problem w/ convert long time ago on a [34].x (non-CURRENT) branch while either creating an index and/or thumbnails of JPEG/GIF images. The machine locked up & had to do hard power down when did 2-3 times. Since then i have given up on using convert on more than a few images. - Parv --