From owner-freebsd-current Tue Sep 17 5:15: 8 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B5ED37B401 for ; Tue, 17 Sep 2002 05:15:07 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3022B43E77 for ; Tue, 17 Sep 2002 05:15:06 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8HCF4jc089326 for ; Tue, 17 Sep 2002 14:15:05 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8HCF475758661 for ; Tue, 17 Sep 2002 14:15:04 +0200 (MES) Date: Tue, 17 Sep 2002 14:15:01 +0200 (CEST) From: Martin Blapp To: Subject: Crashdumps available for download ... please help Message-ID: <20020917135048.G3162-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Hope this helps people. After I've disabled the secondlevel CPU cache, the panic is now always at the same place: 0xc02fd315 is in pmap_remove_pages (/usr/src/sys/i386/i386/pmap.c:2941). 2936 #ifdef PMAP_REMOVE_PAGES_CURPROC_ONLY 2937 pte = vtopte(pv->pv_va); 2938 #else 2939 pte = pmap_pte_quick(pv->pv_pmap, pv->pv_va); 2940 #endif 2941 tpte = *pte; 2942 2943 if (tpte == 0) { 2944 printf("TPTE at %p IS ZERO @ VA %08x\n", 2945 pte, pv->pv_va); Kernelfile: http://people.freebsd.org/~mbr/crashes/kernel.debug.bz2 (8 Mb) Kernelconfig: http://people.freebsd.org/~mbr/crashes/kernel.CONFIG Cores: http://people.freebsd.org/~mbr/crashes/vmcore.1.bz2 (5 Mb) http://people.freebsd.org/~mbr/crashes/vmcore.2.bz2 (7 Mb) http://people.freebsd.org/~mbr/crashes/vmcore.3.bz2 (26 Mb) Descriptions: http://people.freebsd.org/~mbr/crashes/vmcore.1.txt http://people.freebsd.org/~mbr/crashes/vmcore.2.txt http://people.freebsd.org/~mbr/crashes/vmcore.3.txt Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message