[OpenAFS-devel] OpenAFS 1.4.0 rc3 crashes on Linux 2.6

chas williams - CONTRACTOR chas@cmf.nrl.navy.mil
Wed, 12 Oct 2005 22:18:24 -0400


In message <BAY106-F30200F494E413413103CB3C1870@phx.gbl>,"Andy Lutomirski" writes:
>I frequently get the following crash.  I can trigger it most of the time by 
>running 'ls /afs/ir' (which is a symlink to /afs/ir.stanford.edu) after not 
>using afs for some time.

what afs options are you using?  -dynroot? -fakestat?  approximately how
long is some time?

>ls            D ffff810019d0b440     0  3410   3361          3413       
>(NOTLB)
>ffff810011eb7e38 0000000000000082 00000000005206a8 ffff81000db23d68
>       ffff810008856e50 ffff8100088560b0 ffff810008856e50 ffff8100088562c8
>       0000000000000000 ffffffff881992b0
>Call Trace:<ffffffff881992b0>{:libafs:afs_linux_getattr+288} 
><ffffffff80389db6>{__down+198}
>       <ffffffff8012d5a0>{default_wake_function+0} 
><ffffffff8038b9e4>{__down_failed+53}
>       <ffffffff8018a250>{filldir+0} 
><ffffffff8018a5e9>{.text.lock.readdir+5}
>       <ffffffff8018a3c2>{sys_getdents+130} <ffffffff8010f389>{error_exit+0}
>       <ffffffff8010ea96>{system_call+126}
>
>Any ideas?  Any tests I can run to help debug this?

you dont mention the machine platform, but i am going to guess x86_64?
it would be helpful if you could do something like:

gdb /wherever/the/afs/module/is.ko
(gdb) info line *afs_linux_getattr+0x288

and send along the output.  thanks.