In message <[EMAIL PROTECTED]>,Harald Barth wri
tes:
>Let me see... We are in afs_NewVCache() and call osi_Panic(). 
>Unfortunately osi_Panic() did not write the message string,

typically a panic in afs_NewVCache() means that you ran out of stat
entries (typically caused by a large number of files in a single
directory).  i would try to increase the -stat parameter.

>but only called BUG(). (Can we fix that for the future?)
>Normally afs_NewVCache() works, so why did it not work for

this is a problem.  i have a fix for it but its not as pretty
and i would like.  osi_Panic() needs to made inline so that
BUG() would actually point to the file/line instead of a 
location in panic.

_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to