In message <[EMAIL PROTECTED]>,David Botsch writes:
>kernel: Starting AFS cache scan...osi_AllocSmallS: size=268
>kernel: Unable to handle kernel paging request at virtual address ffffffff
>
>I can send more detailed logs upon request.

this panic is different.  its caused by:

    if (size > AFS_SMALLOCSIZ)
        osi_Panic("osi_AllocSmallS: size=%d\n", size);

in afs_osi_alloc.c  if you get get a meaningful stack trace that
would be useful in determining who/what is allocating too much space
using the small allocator. 


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

Reply via email to