HELP RE: "<exiting>" processes

Y. Rock Lee rock at cbnews.ATT.COM
Tue Jan 17 04:47:12 AEST 1989


In article <1496 at aucs.UUCP> 850181p at aucs.UUCP (STEVEN E. PARKER) writes:
>
>	I can't seem to kill a process that is stuck in the <exiting>
>status. I tried sure kills etc. nothing seems to work. Any ideas would
>be helpful. Please e-mail. 

The <exiting> process is already dead; you can't kill a zombie process.
In system V UNIX, a zombie process will be removed from the process table
if its parent does a wait(), or set to ignore "death of child" signals,
or when the parent itself does an exit().

-------------------------------------
Y. Rock Lee       (614) 860-4774
AT&T Bell Labs.   Columbus, Ohio
UUCP:             att!cblpe!rock  
ARPANET/INTERNET: rock at cbnews.ATT.COM



More information about the Comp.unix.questions mailing list