From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 9 22:00:34 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 864B416A4CE for ; Mon, 9 Feb 2004 22:00:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 818E343D1F for ; Mon, 9 Feb 2004 22:00:34 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1A60Ybv080504 for ; Mon, 9 Feb 2004 22:00:34 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1A60YDT080503; Mon, 9 Feb 2004 22:00:34 -0800 (PST) (envelope-from gnats) Date: Mon, 9 Feb 2004 22:00:34 -0800 (PST) Message-Id: <200402100600.i1A60YDT080503@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: misc/62611: bzip2 have problems on pentium 100 (pkg_add dont work) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 06:00:34 -0000 The following reply was made to PR misc/62611; it has been noted by GNATS. From: Kris Kennaway To: Przemyslaw Laczynski Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/62611: bzip2 have problems on pentium 100 (pkg_add dont work) Date: Mon, 9 Feb 2004 21:58:48 -0800 On Mon, Feb 09, 2004 at 06:40:54PM -0800, Przemyslaw Laczynski wrote: > On pentium 100 with intel board on chipset 430FX bzip behaves like this: > On compressing/decompressing if file is larger (eg couple MB) bzip2 dosent compress/decompress files it gives 0-150k output and then countinusly uses swap witchout any action > top says something like that: > 1298 root -20 0 7664K 1644K swread 0:10 1.17% 1.17% bzip2 > swap usage changes from 0 to 1MB, bzip2 changes size of resurces (+/- 300k) and cpu utilization but it doesnt produce any more output. It not return any errors nor kill its process. > Smaler outpus compress/decompress corectly > >How-To-Repeat: > compress decompress something larger (MB) > eg. > buzip2 perl-5.6.1_13.tbz > OR > pkg_add perl-5.6.1_13.tbz If it's swapping because there system doesn't have enough memory (you didn't specify how much), it's going to work really slow (really REALLY slow on a Pentium 100). How long did you wait before deciding it was not producing any more output? Kris