From owner-freebsd-current@FreeBSD.ORG Mon Apr 21 16:45:42 2003 Return-Path: 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 45A9A37B401 for ; Mon, 21 Apr 2003 16:45:42 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F9A43F93 for ; Mon, 21 Apr 2003 16:45:41 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from pcnet1.pcnet.com (localhost [127.0.0.1]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h3LNjeBg006170 for ; Mon, 21 Apr 2003 19:45:40 -0400 (EDT) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.12.8/8.12.8/Submit) id h3LNjewA006168 for current@FreeBSD.org; Mon, 21 Apr 2003 19:45:40 -0400 (EDT) Date: Mon, 21 Apr 2003 19:45:40 -0400 (EDT) From: Daniel Eischen Message-Id: <200304212345.h3LNjewA006168@pcnet1.pcnet.com> To: current@FreeBSD.org Subject: kernel panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 23:45:42 -0000 I'm getting kernel panics every now and them from kernel sources cvsup'd a few hours ago. Same configured kernel from Friday is OK. Typed by hand: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xd0d10080 fault code = supervisor read, page not present instruction pointer = 0x8:0xc03adceb stack pointer = 0x10:0xd1353bb0 frame pointer = 0x10:0xd1353bbc code segment = base 0x0, limit 0xfffff, type 0x1b processor eflags = interrupt enabled, resume, IOPL = 0 current process = 607 (bash) kernel: type 12 trap, code = 0 Stopped at pmap_allocpte+0x13:movl 0(%eax, %esi, 4), %edx db> trace pmap_allocpte(c1e594b0, 8141000, 0, c037b961m c1e59400) at pmap_allocpte+0x13 pmap_enter(c1e54b0, 8141000, c0ad7ac0, 3, 0)at pmap_enter+0x39 vm_fault(c1e59400, 8141000, 2, 8, c1e2fbe0) at vm_fault+0xec7 trap_pfault(d1353d48, 1, 8141b7c, 8141b7c, 6) at trap_pfault+0xcc trap(2f, 2f, 2f, bfbffbf0, bfbffc00) at trap+0x213 calltrap() at calltrap+0x5 --- trap 0xc, eip=0x80480d5, esp = 0xbfbffbd0, ebp = 0xbfbffbe8 --- -- Dan Eischen