From owner-freebsd-stable Wed Nov 22 12:45:35 2000 Delivered-To: freebsd-stable@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 2344737B479 for ; Wed, 22 Nov 2000 12:45:33 -0800 (PST) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.11.1/8.11.1) id eAMKjSg00959 for freebsd-stable@freebsd.org; Wed, 22 Nov 2000 21:45:28 +0100 (CET) (envelope-from karelj) Date: Wed, 22 Nov 2000 21:44:26 +0100 From: "Karel J. Bosschaart" To: freebsd-stable@freebsd.org Subject: panic: vm_page_free: freeing wired page Message-ID: <20001122214426.A871@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@wtb.tue.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This week one of my machines rebooted 'spontaneously' three times. The first time after an uptime of 56 days, running 4.1-RC. I cvsup'd to 4.2-BETA, and configured the kernel to crash dump. The second time it didn't save core, but today it did, after the third spontaneous reboot. The panic message is in the subject line, and the output after a 'bt' is included below. Can someone help interpreting it? Could it mean that my memory has gone bad? I did a search on the -stable list and found some issues about this panic message but that was back in the 3.1 days. Karel. (kgdb) bt #0 dumpsys () at ../../kern/kern_shutdown.c:469 #1 0xc01530cb in boot (howto=256) at ../../kern/kern_shutdown.c:309 #2 0xc0153448 in poweroff_wait (junk=0xc02c36c0, howto=4) at ../../kern/kern_shutdown.c:556 #3 0xc023bd86 in vm_page_free_toq (m=0xc04db688) at ../../vm/vm_page.c:1109 #4 0xc0234575 in vm_fault (map=0xc76f3880, vaddr=675512320, fault_type=1 '\001', fault_flags=0) at ../../vm/vm_page.h:523 #5 0xc02901ee in trap_pfault (frame=0xc7725fa8, usermode=1, eva=675512320) at ../../i386/i386/trap.c:824 #6 0xc028fcf3 in trap (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134665664, tf_esi = 675512319, tf_ebp = -1, tf_isp = -948805676, tf_ebx = 362, tf_edx = 675512031, tf_ecx = 18, tf_eax = -540846655, tf_trapno = 12, tf_err = 4, tf_eip = 672190790, tf_cs = 31, tf_eflags = 66071, tf_esp = -1077945364, tf_ss = 47}) at ../../i386/i386/trap.c:359 #7 0x2810d146 in ?? () Cannot access memory at address 0xffffffff. (kgdb) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message