From owner-freebsd-current Sun Mar 17 12:54:24 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA04945 for current-outgoing; Sun, 17 Mar 1996 12:54:24 -0800 (PST) Received: from veda.is (root@ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA04930 Sun, 17 Mar 1996 12:54:14 -0800 (PST) Received: (from adam@localhost) by veda.is (8.7.4/8.7.3) id UAA07726; Sun, 17 Mar 1996 20:54:02 GMT From: Adam David Message-Id: <199603172054.UAA07726@veda.is> Subject: March 14th kernel, page faults To: freebsd-current@freebsd.org Date: Sun, 17 Mar 1996 20:54:00 +0000 (GMT) Cc: dyson@freebsd.org X-Mailer: ELM [version 2.4ME+ PL10 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have 5 crash dumps from 3 days running the March 14th kernel. It is always a pagefault that takes it out. (kgdb) bt #0 boot (howto=256) at ../../i386/i386/machdep.c:935 #1 0xf01125b6 in panic (fmt=0xf0173e2c "page fault") at ../../kern/subr_prf.c:127 #2 0xf017495e in trap_fatal (frame=0xefbffeec) at ../../i386/i386/trap.c:758 #3 0xf01744d0 in trap_pfault (frame=0xefbffeec, usermode=0) at ../../i386/i386/trap.c:680 #4 0xf017415b in trap (frame={tf_es = 262160, tf_ds = -2147483632, tf_edi = -2147483648, tf_esi = -272642048, tf_ebp = -272629964, tf_isp = -272629996, tf_ebx = -266342240, tf_edx = -259002524, tf_ecx = -203251712, tf_eax = 0, tf_trapno = 12, tf_err = 5439488, tf_eip = -266915382, tf_cs = -266731512, tf_eflags = 66118, tf_esp = -266513952, tf_ss = 348}) at ../../i386/i386/trap.c:319 #5 0xf016d181 in calltrap () #6 0xf016a4dc in vm_pageout_scan () at ../../vm/vm_pageout.c:706 #7 0xf016a900 in vm_pageout () at ../../vm/vm_pageout.c:896 #8 0xf01045a6 in kproc_start (udata=0xf0195730) at ../../kern/init_main.c:255 #9 0xf0104544 in main (framep=0xefbfffb8) at ../../kern/init_main.c:205 (kgdb) What else do you need? -- Adam David