I was able to login from another computer, used top to view the PID for the game, and then issued a kill command. Is there an easier way to recover without having to reboot the system?

link|improve this question

53% accept rate
feedback

2 Answers

up vote 3 down vote accepted

Try CMD-Option-Esc
Normally, that will bring the force quit dialog to the front and allow you to kill anything.

link|improve this answer
feedback

I assume the killing didnt work and that is why you rebooted?

try kill -9 [pid]

link|improve this answer
No, killing it did work, but my wife and kids probably won't be able to use Terminal, ssh, top, and kill [pid] the next time it crashes. – Michael Prescott Jan 13 '11 at 14:06
good call but you could write a script that greps for the pid and then kills it =) – madmaze Jan 14 '11 at 18:52
They still won't be able to use the Terminal, though ;) – Wuffers Feb 26 '11 at 5:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.