Date: Sat, 1 May 1999 03:30:02 -0700 (PDT) From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/11330: panic: page fault in generic_bzero Message-ID: <199905011030.DAA24068@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/11330; it has been noted by GNATS. From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: gvg@uunet.co.za Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11330: panic: page fault in generic_bzero Date: 01 May 1999 12:29:14 +0200 gvg@uunet.co.za writes: > repeatable panic "page fault in kernel mode". > nm kernel |sort |less (and eyeball) shows problem to > lie in generic_bzero in /sys/i386/i386/support.s Which means nothing, except that some portion of the kernel called bzero with an invalid pointer as argument. We need a stack trace and, if possible, a core dump and a copy of the kernel that generated it (preferrably with symbls). DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905011030.DAA24068>