From owner-freebsd-arm@FreeBSD.ORG Sat Feb 9 20:22:53 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 694F2B14 for ; Sat, 9 Feb 2013 20:22:53 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 40B6627F for ; Sat, 9 Feb 2013 20:22:53 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r19Hv6o1013654 for arm@freebsd.org; Sat, 9 Feb 2013 17:57:06 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id xj53ct9peq9ba98gcskjqebzfn; for arm@freebsd.org; Sat, 09 Feb 2013 17:57:06 +0000 (UTC) (envelope-from tim@kientzle.com) From: Tim Kientzle Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: "Indefinite wait buffer" Date: Sat, 9 Feb 2013 09:57:05 -0800 Message-Id: To: arm@freebsd.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 20:22:53 -0000 On BeagleBone (r246278) I'm seeing the following after letting buildworld run for a while: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 5120, size: 49152 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 5120, size: 49152 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 5120, size: 49152 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 6722, size: 8192 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 6724, size: 8192 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 6781, size: 8192 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 6781, size: 8192 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 6781, size: 8192 At first I thought this was related to NFS but I've since seen it running just purely with local MMCSD. I've not debugged swap-related issues before; any suggestions on how to track this down? (Obviously, my first step will be to go back to a WITNESS+INVARIANTS kernel=85) Tim