FG
💻 Software

How to kill a process on Mac OS X that's "trying to exit" (E)?

Fresh7 days ago
Mar 15, 20263047 views
Confidence Score0%
0%

Problem

On Mac OS X 10.6 I sometimes get processes that show up in "ps" as "E", which the man page says means they're "trying to exit", but they won't. "kill -9" doesn't work, neither does waiting. Is there any way to get rid of them? I usually wouldn't care, but they sometimes block an entry in the Dock.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to kill a process on Mac OS X that's "trying to exit" (E)?

Low Risk

Do you get an error when trying to ? What if you specify the PID, like ? Also, you can try a killall, like this: but keep in mind it will kill anything that matches, so be a little specific with the program name, dont just put or something that may …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment