[OpenAFS-devel] issues with crashing fileserver...

Matthew Andrews mnandrews@lbl.gov
Thu, 18 Apr 2002 08:26:33 -0700


correct me if I'm wrong, but if what you're trying to debug is the bosserver behavior, or in general the fact that only part of the fileserver dies, none of this behavior will occur in a lwp server given that there is only one process(kernel thread) and therefore no orphaned processes are possible.

this may be able to help with the debugging of the crash itself, but I 
don't believe that it would be of any use for debugging the fact that 
child processes/pthreads are never reaped.

-Matthew Andrews