Subject: Re: Another serious bug in NetBSD-1.6.1
To: Rafal Boni <rafal@attbi.com>
From: Brian Buhrow <buhrow@lothlorien.nfbcal.org>
List: port-i386
Date: 03/13/2003 02:45:41
	Hello.  I just got another panic out of the machine this evening.
It looks identical to the last panic, even down to the fault address.
Here's the traceback.  This is I386 NetBSD-1.6.1_RC2, sources as of
February 28, 2003.
	Since this behavior is so frequent, I can't help but think that others
must be seeing it as well.
-Brian

%gdb netbsd.2
GNU gdb 5.0nb1
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or 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.
This GDB was configured as "i386--netbsdelf"...(no debugging symbols found)...
(gdb) target kcore netbsd.2.core
panic: trap
#0  0x1 in ?? ()
(gdb) bt
#0  0x1 in ?? ()
#1  0xc030cb4f in cpu_reboot ()
#2  0xc028375e in panic ()
#3  0xc02752c1 in lockmgr ()
#4  0xc02a5a78 in genfs_lock ()
#5  0xc02a4b5a in VOP_LOCK ()
#6  0xc02a431d in vn_lock ()
#7  0xc029df7c in vget ()
#8  0xc0245733 in ffs_sync ()
#9  0xc02a0242 in sys_sync ()
---Type <return> to continue, or q <return> to quit---
#10 0xc029f262 in vfs_shutdown ()
#11 0xc030cb27 in cpu_reboot ()
#12 0xc028375e in panic ()
#13 0xc03134ce in trap ()
#14 0xc0100bf7 in calltrap ()
#15 0xc02a7021 in genfs_putpages ()
#16 0xc0247471 in ffs_putpages ()
#17 0xc02a4fc9 in VOP_PUTPAGES ()
#18 0xc0247080 in ffs_full_fsync ()
#19 0xc0246df0 in ffs_fsync ()
---Type <return> to continue, or q <return> to quit---
#20 0xc02a481c in VOP_FSYNC ()
#21 0xc0245767 in ffs_sync ()
#22 0xc02a9b70 in sync_fsync ()
#23 0xc02a481c in VOP_FSYNC ()
#24 0xc02a98e9 in sched_sync ()
(gdb) quit