Finder Crashing Every Minute 10.6.8

Mevoila68

Registered
Hi, my first post...
For some weird reason, my finder app shuts down and reopens every minute.
This started after cleaning out all the cache files and while spotlight is indexing.

Not sure why this is happening. I changed users with priviledges and ran disk utility from snow leopard CD, repaired permissions and disk.

First part of the console log looks like this:

Process: Finder [1686]
Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
Identifier: com.apple.finder
Version: 10.6.8 (10.6.8)
Build Info: Finder_FE-6650801~5
Code Type: X86-64 (Native)
Parent Process: launchd [332]

Date/Time: 2015-01-14 15:54:21.273 -0800
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000001004061e0
Crashed Thread: 7

----------------
I don't understand logs so if anyone can assist me I would greatly appreciate it.

Thanks
 
Open Terminal. Type this command and hit return. Wait till drive get scan completely and let you to ask to press Y (yes) in case of overwriting few .DS_Store files.

username$ sudo find / -name ".DS_Store" -depth -exec rm {} ;
 
Back
Top