Date: Fri, 9 Oct 1998 01:16:34 +1000 From: Bruce Evans <bde@zeta.org.au> To: freebsd-current@FreeBSD.ORG, ghelmer@scl.ameslab.gov Subject: Re: Kernel backtrace for recurring page fault panic Message-ID: <199810081516.BAA25214@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>I finally have a backtrace for a page fault panic that has been bothering >me under -current for months (it only happens when I use cvsup); this >kernel was built from current sources on October 2. It appears that there >are two page faults, the first occuring in tulip_txput and the second in >tsleep. Is this of value to the kernel gurus? I think this panic was reported by someone else. tulip_txput() calls vtophys() on an invalid address for some unknown reason. The pagefault in tsleep() is not interesting (sync() can not be called from an interrupt handler). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810081516.BAA25214>