Repeating this--eventually the system will lock up.
I have tracked it down this far:
loop calls getblk (which never returns),
getblk does while(!free_list[isize]) refill_freelist(size).
It seems to hang in the whileloop--no buffers ever get put on the free_list.
I'm trying to track this down, but I'm having a hard time figuring out how
it's *supposed* to work---the documentation/comments are very sparse!
Any comments, suggestions, verification would be appreciated.
Ray Van Tassle
rayvt@comm.mot.com