From owner-freebsd-ppc@FreeBSD.ORG Tue May 31 03:28:15 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F37F16A41C for ; Tue, 31 May 2005 03:28:15 +0000 (GMT) (envelope-from peterg@ptree32.com.au) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C87143D49 for ; Tue, 31 May 2005 03:28:13 +0000 (GMT) (envelope-from peterg@ptree32.com.au) Received: from dommail.onthenet.com.au (localhost.onthenet.com.au [127.0.0.1]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id APL33248; Tue, 31 May 2005 13:27:58 +1000 (EST) Received: from 208.54.15.1 by dommail.onthenet.com.au (MOS 3.5.7-GR) with HTTP/1.1; Tue, 31 May 2005 13:27:57 +1000 Date: Tue, 31 May 2005 13:27:57 +1000 From: To: Tilman Linneweh , freebsd-ppc@freebsd.org X-Mailer: Mirapoint Webmail Direct 3.5.7-GR MIME-Version: 1.0 Message-Id: <818615e1.4e07ff3.819d600@dommail.onthenet.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: panic pmap_pvo_to pte: pvo 0x129e0800 pte does not match pte0x817bc0 in pmap_pteg_table X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 03:28:15 -0000 >> What was going on at the time it occurred ? > >Three to five package building processes, so load around 3 to 4 and >a bit of Disk I/O. >The box has 512 MB RAM but unfortunately no Swap, so not enough RAM >could be a reason. I will try to add a Swap partition to see if >it keeps the box more stable. I'd say not: it's probably more to do with the concurrency. Does it take long to trigger ? What if you kick off 2/3x that many package builds ? later, Peter.