Managing cache-related errors in OS X
Every now and then people write in regarding various errors they see in the system console, where you can review system messages and troubleshoot problems. Sometimes these errors may be related to problems in which the system cannot build or access a specific cache, which can be an application cache, or a system cache such as the kernel extension "kext" cache.
Usually, when caching problems happen, the system will not show any signs of malfunction. Caches are generally binary databases of commonly accessed files that make items easier to load, and if one is missing then the system … Read more