From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 26 22:12:12 2007 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD34B16A400 for ; Fri, 26 Jan 2007 22:12:12 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id A93FD13C46C for ; Fri, 26 Jan 2007 22:12:12 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 25F731A4D81; Fri, 26 Jan 2007 14:12:11 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 51CE851512; Fri, 26 Jan 2007 17:12:00 -0500 (EST) Date: Fri, 26 Jan 2007 17:12:00 -0500 From: Kris Kennaway To: Remco Bressers Message-ID: <20070126221159.GA18237@xor.obsecurity.org> References: <200701251040.l0PAeNie054614@freefall.freebsd.org> <20070126185857.GB15976@xor.obsecurity.org> <1169847626.12665.4.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1169847626.12665.4.camel@localhost> User-Agent: Mutt/1.4.2.2i Cc: Remco Bressers , freebsd-bugs@FreeBSD.org, Kris Kennaway Subject: Re: kern/103455: "swap_pager: indefinite wait buffer" with page file enabled (causes lockups) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jan 2007 22:12:12 -0000 On Fri, Jan 26, 2007 at 10:40:26PM +0100, Remco Bressers wrote: > On vr, 2007-01-26 at 13:58 -0500, Kris Kennaway wrote: > > On Thu, Jan 25, 2007 at 10:40:23AM +0000, Remco Bressers wrote: > > > The following reply was made to PR kern/103455; it has been noted by GNATS. > > > > > > From: Remco Bressers > > > To: bug-followup@FreeBSD.org, nick@nickwithers.com > > > Cc: > > > Subject: Re: kern/103455: "swap_pager: indefinite wait buffer" with page > > > file enabled (causes lockups) > > > Date: Thu, 25 Jan 2007 09:38:21 +0100 > > > > > > Hi, > > > > > > I noticed the same problem on 6.2-RELEASE on a heavily loaded storage > > > system running rsync. > > > When multiple clients connect to the rsync box and start filling up the > > > memory with file-lists, the machine (once in a while) locks up with the > > > same messages : > > > > > > swap_pager: indefinite wait buffer: bufobj: 0, blkno: 43638, size: 4096 > > > swap_pager: indefinite wait buffer: bufobj: 0, blkno: 43947, size: 32768 > > > swap_pager: indefinite wait buffer: bufobj: 0, blkno: 44007, size: 4096 > > > swap_pager: indefinite wait buffer: bufobj: 0, blkno: 47939, size: 32768 > > > > > > The machine becomes non-responsive unfortunatly. > > > > Are you sure it's the same, i.e. are you also using a swap file? > > > > Kris > > I'm using a swap filesystem. The machine has 1GB of RAM : Then no, it's not the same ;-) Anyway, check the archives for previous mails discussing this topic, including steps to try and work around and/or diagnose the problem. Kris