From owner-freebsd-ppc@FreeBSD.ORG Tue Dec 7 13:23:17 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3660106566B for ; Tue, 7 Dec 2010 13:23:17 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 734938FC14 for ; Tue, 7 Dec 2010 13:23:17 +0000 (UTC) Received: by wyf19 with SMTP id 19so13561808wyf.13 for ; Tue, 07 Dec 2010 05:23:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=jLmfrAMkWof+uBA00dZmmEkVJh4gcb30I/q2d/5MHq0=; b=XSIaKcpTLAVB/bJ/9YcKQOMT17Ctr45a/OITw3Lb+1hs0gBCJDkR+mfaUTahQMxV5/ KD/1ReHqeFOq8AsX5ejSe3spwPg0o9RmcmGCAJYgZ1EWPUMUMqE8a1kmhwEPtnmeGkY3 HwR86/TGiYtGF24FyOsuc+pNnAsvoLtjCVqjA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=VWpYnW7fOaukV0z2oYLPAdzG3lUbF5O/4z6SDURJ/Q2TgKAgrldHRA0o/psyj3ISQo 6kHu7dcgeg3VLcKwa3XPOOHD7IHRnF+mXf3PR2Wjaznpw2mBZdUeUmlwoBI4YN6/pCey S3ZeoA4cyBc6hcV204PA6OxCVKp4reAIynBJE= MIME-Version: 1.0 Received: by 10.216.7.8 with SMTP id 8mr381261weo.30.1291728192768; Tue, 07 Dec 2010 05:23:12 -0800 (PST) Sender: chmeeedalf@gmail.com Received: by 10.216.6.136 with HTTP; Tue, 7 Dec 2010 05:23:12 -0800 (PST) Date: Tue, 7 Dec 2010 08:23:12 -0500 X-Google-Sender-Auth: 7D6L-LZO7h0BywdwwH8iOrQLuIk Message-ID: From: Justin Hibbits To: FreeBSD PowerPC ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Kernel panic in moea_pvo_to_pte 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, 07 Dec 2010 13:23:18 -0000 Since I started rebuilding ports yesterday, I've been hit by this panic (copied from a low-res camera): panic: moea_pvo_to_pte: pvo 0x17e6810 pte does not match pte 0x26e0740 in moea_pteg_table 0xe52f68a0: at panic+0x13c 0xe52f68f0: at moea_pvo_to_pte+0x154 0xe52f6910: at moea_pvo_remove+0x20 0xe52f6930: at moea_remove+0x94 0xe52f6960: at pmap_remove+0x80 0xe52f6980: at vm_map_delete+0x1d0 0xe52f69e0: at vm_map_remove+0x74 0xe52f6a00: at vmspace_exit+0x108 0xe52f6a30: at exit1+0x48c 0xe52f6a70: at sys_exit+0x1c 0xe52f6a80: at syscallenter+0x258 ... The svn version is r215752, I'm currently building r216254 hoping that might fix something. This panic seems to occur after about 1-2 hours of ports building, so is reproducible to me. I also have the crash dumps available (2). - Justin