When an application is not responding I force Quit and Restart it.
But, is there a way in which I can save my data before quitting? Is there anything I can do to confirm that the application is really dead?
|
When an application is not responding I force Quit and Restart it. But, is there a way in which I can save my data before quitting? Is there anything I can do to confirm that the application is really dead? |
||||
|
|
|
It depends on why the application is "Not Responding". An application in this state is not replying to UI events sent by the system. So nothing you do in the UI is getting through, which limits your options. I know of three scenarios in which a "Not Responding" (aka "hung") application can be resurrected, with the possibility to recover your data.
Figuring out exactly why an application is hung involves a lot of poking around at the unix level to see what the process state is. Tools like "ps", "top", and "lsof" can be helpful. But hopefully the tips above can get you pointed in the right direction. |
|||
|
|
|
Unfortunately when an application is not responding, it is generally not possible to rescue any of the data. The exception to this would be applications that save a recovery file at regular intervals e.g. Microsoft Office suite of applications. Your options are either to wait and hope that the application responds or the Force Quit. |
|||
|
|
|
You can quit a non-responding app via the Activity Monitor, which will also confirm that it is gone by not showing it in the list of active processes. |
|||
|
|