Date: Wed, 3 Feb 1999 16:17:18 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Bernd Walter <ticso@cicely.de> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Panic with 3.0-Stable SNAP 1999-02-02 Message-ID: <199902040017.QAA76195@apollo.backplane.com> References: <19990203192504.35970@cicely.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hmmm. If you can, please go to frame 6 and print out '*z'. Also
print out *kernel_map:
frame 6
print *z
print *kernel_map
I'm not sure why it isn't listing the _zget() in a frame. It's hard
to tell where the bzero is being called from.
It appears to be trying to bzero() NULL, which means either
kmem_malloc() or kmem_alloc() returned NULL. This in turn can only
happen in a few specific instances, such as if you run out of KVM.
Please also do this:
cd /var/crash
vmstat -m -N kernel.gdb -M vmcore.6
To see if your KVM has filled up.
-Matt
Matthew Dillon
<dillon@backplane.com>
:
:The Errors are are all resultion with the same trigger.
:Running squid and doing several lookups with wget.
:I have tried a current SNAP 1999-01-12
:and tried the Stable-SNAP 1999-02-02 with the same problems.
:...
:#4 0xf01eb372 in trap (frame={tf_es = 16, tf_ds = -10616816, tf_edi = 0,
: tf_esi = -226674688, tf_ebp = -10589200, tf_isp = -10589256,
: tf_ebx = 20480, tf_edx = 5, tf_ecx = 5120, tf_eax = 0, tf_trapno = 12,
: tf_err = 2, tf_eip = -266426457, tf_cs = 8, tf_eflags = 66054,
: tf_esp = -250478592, tf_ss = -266515610}) at ../../i386/i386/trap.c:437
:#5 0xf01ea7a7 in generic_bzero ()
:#6 0xf015e6d8 in getnewvnode (tag=VT_UFS, mp=0xf2734e00, vops=0xf2667300,
: vpp=0xff5e6c7c) at ../../vm/vm_zone.h:85
:#7 0xf01bdb4d in ffs_vget (mp=0xf2734e00, ino=222414, vpp=0xff5e6ccc)
: at ../../ufs/ffs/ffs_vfsops.c:1082
:#8 0xf01b7ee1 in ffs_valloc (pvp=0xffbbc440, mode=33188, cred=0xf2805300,
: vpp=0xff5e6ccc) at ../../ufs/ffs/ffs_alloc.c:595
:#9 0xf01c5901 in ufs_makeinode (mode=33188, dvp=0xffbbc440, vpp=0xff5e6f10,
: cnp=0xff5e6f24) at ../../ufs/ufs/ufs_vnops.c:2082
:#10 0xf01c316a in ufs_create (ap=0xff5e6e2c) at ../../ufs/ufs/ufs_vnops.c:179
:#11 0xf01c5ad5 in ufs_vnoperate (ap=0xff5e6e2c)
: at ../../ufs/ufs/ufs_vnops.c:2294
:#12 0xf0164ddb in vn_open (ndp=0xff5e6f00, fmode=1550, cmode=420)
: at vnode_if.h:83
:#13 0xf0161b8d in open (p=0xff5d2780, uap=0xff5e6f94)
: at ../../kern/vfs_syscalls.c:935
:...
:--
: B.Walter
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902040017.QAA76195>
