Lion Finder crashing repeatedly
I know people have mixed experiences with Mac OS X Lion, but for me it's been almost all good, and I'm very happy with the upgrade.
I did, however, run into a curious problem today on one of my machines, which took a while to sort out. The Finder was crashing and rebooting repeatedly, each time asking me if I wanted to restore the windows it had been displaying before.
I tried all sorts of things: moving stuff off the desktop, deleting the Finder's preferences file, unmounting drives, booting in safe mode... but in the end it proved to be the Trash that was causing the problem.
I started Terminal (which is always in my Dock, but you can start from Spotlight if you don't have a Finder running) and did:
sudo rm -rf ~/.Trash
...after which my world came back to normality again. (You'll need to type your admin password).
Hope that's useful for someone out there!
Comments
- To boot up from a different system disk (e.g. a clone on an external drive) and mount your hard disk from there, then you can find your home folder and edit it as described. If you don't have a bootable external drive, you could get a drive and install the OS on it from the system DVD, then boot from that.
- To put your machine in Target Disk Mode so you can mount its drive using another machine.
- To boot into single-user mode, mount the hard disk in read-write mode, cd to your home folder and carry out the required commands from the console.
The details for any of these are probably beyond the sensible scope of a blog post comment, though, so if they sound scary or baffling I would go and find expert help!Theo - that sounds like something possibly more serious - or at least a more general problem.
Have you tried more general remedies? (e.g. rebooting into the recovery partition, and using disk utility to repair the disk and the permissions)
Or checking whether all the things being loaded at startup really need to be? You could also try booting into safe mode and see if it happens then.
An update (I'm now on Mavericks and it happened this morning):
Any app that interacts extensively with the Finder can cause this - examples include:
If you have anything like that running (e.g in your login items, in your toolbar), try stopping it and see if that helps.
In my case, FileTransporter was the culprit, and searching their knowledge base led me to this article.
https://support.filetransporter.com/article/AA-00398
Incidentally, the command they suggest:
followed by a reboot, seems to have made a lot of other things work more happily too. May be worth trying for other reasons if it's been a long time since your last clean operating system install.