Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 1996 17:55:27 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        current@freebsd.org
Subject:   -current kernel crashes under heavy load
Message-ID:  <199604170055.RAA23297@forgery.CS.Berkeley.EDU>

next in thread | raw e-mail | index | archive | help
I've got yesterday's -current crash repeatedly (well, three times)
under heavy load.  We had an array (ccd) of 12 disks and were running
16 random read tests simultaneously.  They are all in the same place:

===
## gdb -k kernel.4 vmcore.4
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...(no debugging symbols found)...
IdlePTD 1f0000
current pcb at 1e5230
panic: page fault
#0  0xf01ad6bf in boot ()
(kgdb) bt
#0  0xf01ad6bf in boot ()
#1  0xf0117316 in panic ()
#2  0xf01b5516 in trap_fatal ()
#3  0xf01b5008 in trap_pfault ()
#4  0xf01b4ceb in trap ()
#5  0xf01aaf01 in calltrap ()
#6  0xf01a2c3a in vm_map_delete ()       <==========
#7  0xf01a2cc4 in vm_map_remove ()
#8  0xf010cd16 in exit1 ()
#9  0xf0113086 in sigexit ()
#10 0xf0112e98 in postsig ()
#11 0xf01b5870 in syscall ()
#12 0xf01aaf55 in Xsyscall ()
Cannot access memory at address 0xefbfca70.
===

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604170055.RAA23297>