Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!nntp.coast.net!howland.erols.net!news-peer.gsl.net!news.gsl.net!hammer.uoregon.edu!news.uoregon.edu!news.emf.net!overload.lbl.gov!gracie.lbl.gov!jin From: jin@gracie.lbl.gov (Jin Guojun[ITG]) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Help on Pentium-Pro crash Date: 30 Oct 1996 21:52:29 GMT Organization: Lawrence Berkeley Laboratory Lines: 66 Message-ID: <558imt$rq@overload.lbl.gov> NNTP-Posting-Host: gracie.lbl.gov Keywords: Pro Crash Does any one have experience on Tyan S1662 Pentium Pro motherboard (200 MHz)? I bought one this board a week ago, it crashes every 10 minutes for unknown reason (core dump did not report where it crashed) and the core dump is attached at the end. All components (memory, video card) are working on an ASUS motherboard (also 200MHz CPU). Since trap reports that page fault, but the memory simms are good, so I disabled both internal and external caches, the crashing still happenes every 10 minutes. Does this mean that it is a bad motherboard (bad MMU chip) or bad CPU or there are some other problems? thanks for giving any information, ----------------------- core dump ----------------------- # gdb -k kernel.0 vmcore.0 GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.13 (i386-unknown-freebsd), Copyright 1994 Free Software Foundation, Inc... IdlePTD 274000 current pcb at 257c58 panic: page fault #0 0xf0117127 in boot (howto=256) at ../../kern/kern_shutdown.c:236 236 savectx(&dumppcb); (kgdb) where #0 0xf0117127 in boot (howto=256) at ../../kern/kern_shutdown.c:236 #1 0xf0117471 in panic (fmt=0xf020189f "page fault") at ../../kern/kern_shutdown.c:361 #2 0xf0202537 in trap_fatal (frame=0xf024afc4) at ../../i386/i386/trap.c:741 #3 0xf0201f41 in trap_pfault (frame=0xf024afc4, usermode=0) at ../../i386/i386/trap.c:652 #4 0xf0201c7f in trap (frame={tf_es = -266076144, tf_ds = -266338288, tf_edi = 0, tf_esi = -265980772, tf_ebp = 0, tf_isp = -266031124, tf_ebx = -265928120, tf_edx = -265931532, tf_ecx = 37, tf_eax = 0, tf_trapno = 12, tf_err = 2, tf_eip = -266332683, tf_cs = 8, tf_eflags = 66118, tf_esp = 7, tf_ss = 1559}) at ../../i386/i386/trap.c:311 (kgdb) up 4 #4 0xf0201c7f in trap (frame={tf_es = -266076144, tf_ds = -266338288, tf_edi = 0, tf_esi = -265980772, tf_ebp = 0, tf_isp = -266031124, tf_ebx = -265928120, tf_edx = -265931532, tf_ecx = 37, tf_eax = 0, tf_trapno = 12, tf_err = 2, tf_eip = -266332683, tf_cs = 8, tf_eflags = 66118, tf_esp = 7, tf_ss = 1559}) at ../../i386/i386/trap.c:311 311 (void) trap_pfault(&frame, FALSE); (kgdb) l 306 } else { 307 /* kernel trap */ 308 309 switch (type) { 310 case T_PAGEFLT: /* page fault */ 311 (void) trap_pfault(&frame, FALSE); 312 return; 313 314 case T_DNA: 315 #if NNPX > 0 -- /-------------- Jin Guojun ------------ v ---- Internet: g_jin@lbl.gov ----\ | Imaging & Distributed Computing | Usenet: ucbvax!g_jin@lbl.gov | | Lawrence Berkeley Laboratory | Bitnet: -- | | 50B-2239, Berkeley, CA 94720 - jin%george.lbl.gov@Csa3.LBL.Gov |