Recover application after it becomes unresponsive

consolediagnostichangspotlighttextmate

Is there any way to recover an application once it freezes aside from killing it?


Context being, I have been working on a couple of files in TextMate 1.5 and TextMate has stopped responding, I have not saved these files, and I really do not want to loose the work. I've killed all other running applications and have let the computer idle for quite some time but TextMate still remains unresponsive.

Before it froze I was conducting a simple regex search query within TextMate. The files were only about 2kb in size.

enter image description here

Best Answer

This also depends on why it's freezing too. I'm purely speaking from a Mac perspective here, but when something like that happens regularly I tend to delve into the logs to see what's up.

(Usually it's XPC up to its usual)..

If you're not a Mac user, without Windows infant of me, I can't give you exact steps, but here it goes for both to see what's up!

Mac:

  1. Press +Space to get Spotlight up
  2. Type in console (press Enter)

That is the log "viewer" as such for Mac.

On Windows, off the top of my head and should apply from Windows XP onwards!

  1. Click on the Start button
  2. Click on "Run"
  3. In Run dialog box, type in eventvwr.msc and press Enter.

That's the Windows logging system.

If you're on Linux, then I suggest you watch /var/log/messages.log to see what's happening there.

Anyway, have a look into what's showing up in the log when it decides to crash and let us know!