From owner-freebsd-current Thu Aug 27 09:46:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07769 for freebsd-current-outgoing; Thu, 27 Aug 1998 09:46:46 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from word.smith.net.au (castles229.castles.com [208.214.165.229]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07747 for ; Thu, 27 Aug 1998 09:46:38 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost [127.0.0.1]) by word.smith.net.au (8.9.1/8.8.8) with ESMTP id JAA04009; Thu, 27 Aug 1998 09:42:56 GMT (envelope-from mike@word.smith.net.au) Message-Id: <199808270942.JAA04009@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Andrzej Bialecki cc: Julian Elischer , freebsd-current@FreeBSD.ORG Subject: Re: It's MFS panic.. (Re: Panic with DEVFS) In-reply-to: Your message of "Thu, 27 Aug 1998 11:46:13 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 27 Aug 1998 09:42:55 +0000 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > _panic() > _mfs_strategy(ap=...) at _mfs_strategy+0x3c [../../ufs/mfs/mfs_vnops.c:137] Looks like the vp is bogus (probably NULL). Unfortunately you left the faut virtual address out, which is probably the most critical corroborating item. It'd probably be < 0x100 in this case, if you're trying to get at the v_data element for struct vnode at 0. Something's definitely wrong here; ufs would have crashed at the same point. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message