[OpenAFS] Linux kernel panic, OpenAFS, gconf

chas williams (contractor) chas@cmf.nrl.navy.mil
Mon, 26 Apr 2004 14:17:16 -0400


In message <Pine.GSO.4.58-035.0404261348340.20706@johnstown.andrew.cmu.edu>,Der
rick J Brashear writes:
>osi_Panic should log a message, and there are several in afs_lookup

looking at his original message:

Apr 25 19:47:59 moa kernel: TT3<1>Unable to handle 

i would guess TT3 is the problem child:

        *avcp = tvc;
        if (tvc && !VREFCOUNT(tvc)) {
            osi_Panic("TT3");
        }
        code = 0;

afs seems upset that we managed to find a vcache entry, but somehow
the refcount never managed to get incremented.