Re: Killing a zombie process?

2015-10-02 Thread Paul Goyette
On Fri, 2 Oct 2015, Paul Goyette wrote: For now, I took a quick look into the zombie's struct proc. p_exitsig = 0x14 = SIGCHILD p_flag= 0x0 p_sflag = 0x2000 = PS_WEXIT p_slflag = 0x0 p_lflag = 0x2= PL_CONTROLT p_stflag = 0x0

Re: Killing a zombie process?

2015-10-02 Thread Paul Goyette
On Fri, 2 Oct 2015, Paul Goyette wrote: On Fri, 2 Oct 2015, Paul Goyette wrote: For now, I took a quick look into the zombie's struct proc. p_exitsig = 0x14 = SIGCHILD p_flag= 0x0 p_sflag = 0x2000 = PS_WEXIT p_slflag = 0x0 p_lflag = 0x2=