Subject: adw driver crash
To: None <tech-kern@netbsd.org>
From: Brian Gregor <bgregor@buphy.bu.edu>
List: tech-kern
Date: 12/09/2000 13:36:14
I have a repeatable crash in the Advansys SCSI driver adw.
Under intensive disk use (an UW Western Digital 9.1 gig)
the following error happens and the system falls into
the debugger (this particular time I was copying some
directories with pax):

kernel: page fault trap, code=0
stopped at AdwISR+0x12c: movl %eax, 0x34(%esi)

The debugger trace follows.  The (...) is where my hand
was cramping up from copying all this down.  There's no
dump since typing 'continue' just gave the page fault trap
message above.  The disk is mounted with softdeps enabled.
If more info is needed, please let me know.  The kernel
version is 1.5 - I had the same error under 1.5L.

AdwISR(c0586000) at AdwISR+0x12c
adw_intr(c0586000) at adw_intr+0xd
--interrupt--
idle(ca201330) at idle+0x21
bpendtsleep(c2a2dacc,11,c02556f51,0,0) at bpendtsleep
biowait(c2a2dacc,ca2a6414,ffffffff,ca20ac70) at bread+0x95
ffs_read(ca20aea4,ca20af88,7e00,c9fa0c90,ca20aea4) at ffs_read+0x2fc
vn_read (...) at vn_read+0xba
dofileread (...) at dofileread+0x9
sys_read(...) at sys_read+0x67
syscall() at syscall+0x1cc
--syscall (number 3)--
0x8088e1b



Thanks,

Brian