We have a cpio process that hangs from time to time. We are
attempting to figure out why it hangs, but in the interim, is
there any way to kill a process other than kill -9 ? I'm sure
the process is awaiting an interrupt from the tape drive, so
the kill just gets queued up behind that, and since the device
interrupt is never delivered, the kill signal is not delivered
either.
Has anyone written code to nuke a process and clean up the
respective internal tables and pointers ?
Thanks in advance !
Karen Allen