From owner-freebsd-current Thu Aug 24 23:53:21 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA01077 for current-outgoing; Thu, 24 Aug 1995 23:53:21 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id XAA01067 for ; Thu, 24 Aug 1995 23:53:19 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.11/8.6.5) with ESMTP id XAA10735; Thu, 24 Aug 1995 23:52:17 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id XAA14064; Thu, 24 Aug 1995 23:54:12 -0700 Message-Id: <199508250654.XAA14064@corbin.Root.COM> To: jdli@tiger2.dorm10.nctu.edu.tw cc: freebsd-current@freebsd.org Subject: Re: 2.2-current crash In-reply-to: Your message of "Fri, 25 Aug 95 14:48:55 +0800." <199508250648.OAA13087@Tiger2.dorm10.nctu.edu.tw> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 24 Aug 1995 23:54:06 -0700 Sender: current-owner@freebsd.org Precedence: bulk >#4 0xf016b9b7 in trap () >#5 0xf0164b4d in calltrap () >#6 0xf12244f8 in end () >#7 0xf0127831 in getfsstat () >#8 0xf016c377 in syscall () >#9 0xf0164b9b in Xsyscall () That looks like it is inside a VFS LKM. I suggest rebuilding/installing all of your LKM's, or better, building your kernel with all FS types static. -DG