[321] in arla-drinkers
Re: freebsd 2.2.5 and arla-0.13
daemon@ATHENA.MIT.EDU (Eric Hoffman)
Wed Oct 7 00:06:05 1998
From owner-arla-drinkers@stacken.kth.se Wed Oct 07 04:06:04 1998
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 14952 invoked from network); 7 Oct 1998 04:06:03 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 7 Oct 1998 04:06:03 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id GAA04965
for arla-drinkers-list; Wed, 7 Oct 1998 06:01:28 +0200 (MET DST)
Received: from tesuji.cs.washington.edu (tesuji.cs.washington.edu [128.95.2.82])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id GAA04961
for <arla-drinkers@stacken.kth.se>; Wed, 7 Oct 1998 06:01:23 +0200 (MET DST)
Received: (from hoffman@localhost)
by tesuji.cs.washington.edu (8.8.7/8.8.7) id VAA01377;
Tue, 6 Oct 1998 21:01:21 -0700 (PDT)
(envelope-from hoffman)
Date: Tue, 6 Oct 1998 21:01:21 -0700 (PDT)
Message-Id: <199810070401.VAA01377@tesuji.cs.washington.edu>
From: Eric Hoffman <hoffman@cs.washington.edu>
To: arla-drinkers@stacken.kth.se
Subject: Re: freebsd 2.2.5 and arla-0.13
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
That's weird. Doesn't the_fbuf get initialized to {NULL, -1, 0, 0} ?
right, thus the segv...making the branch be unconditional means I get
back ENODEV when trying to opendir /afs/cs.washington.edu instead of
crashing arlad, but the kernel trace looks the same (bogus fileid)
The fileid being zero is bad and is probably a result of fcache_fhget
failing.
yeah. I've been looking at it further, the handle passed to fhopen is
zero...tracing it back the entire queue that create_nodes traverses
during startup seems to have zeroed handles
Did you get any debug output from xfs while arlad was
creating the cache files?
you mean orginally? no, just:
Oct 6 15:18:10 tesuji /kernel: Loading mod...
Oct 6 15:18:10 tesuji /kernel: syscall 210
Oct 6 15:18:10 tesuji /kernel: Using VFS slot 17
do you think it would help if I blew away my cache?