How to kill an "exiting" process on OS X (state = E)

Posted by sbwoodside on Server Fault See other posts from Server Fault or by sbwoodside
Published on 2009-11-18T07:15:58Z Indexed on 2010/04/24 3:03 UTC
Read the original article Hit count: 310

Filed under:
|
|

I have a process on my Mac OS X system which is in state E ("The process is trying to exit."):

% ps auwwwxc | grep -si JavaApplicationS
sbwoodside    84547   0.0  0.0        0      0   ??   E   Mon12am   0:00.00 (JavaApplicationS)

kill -9 84547 does nothing. Is there any special trick to get this process to exit? It's holding some ports open that I would like it to let go of.

© Server Fault or respective owner

Related posts about macosx

Related posts about kill