From owner-freebsd-ppc@FreeBSD.ORG Wed Jun 1 05:17:44 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 8D4FA16A41F; Wed, 1 Jun 2005 05:17:44 +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 A294943D49; Wed, 1 Jun 2005 05:17:42 +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 APR34161; Wed, 1 Jun 2005 15:17:40 +1000 (EST) Received: from 68.209.119.216 by dommail.onthenet.com.au (MOS 3.5.7-GR) with HTTP/1.1; Wed, 1 Jun 2005 15:17:40 +1000 Date: Wed, 1 Jun 2005 15:17:40 +1000 From: To: Tilman Linneweh X-Mailer: Mirapoint Webmail Direct 3.5.7-GR MIME-Version: 1.0 Message-Id: <278b733f.56e6023.819d600@dommail.onthenet.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org 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: Wed, 01 Jun 2005 05:17:44 -0000 >> 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 ? > >Usually it happens after a few hours. OK, there's some debug I can put into pmap.c when I get back to try and get some more info on this (essentially dumping the virt/phys addresses/seg registers involved). >I tried kicking the load above 10 by additional running >make buildworld -j 10 and the machine froze within a few minutes, without >breaking into ddb. That's the sort of hang I like: nice and reproducable :) >Unrelated, i am getting different panic, which does not look ppc-specific: >It happens reproducable when i try to compile the nss port >(or the one included in mozilla) Do you know if it happens on i386 ? later, Peter.