Fix Mac OS X Applications Quits Unexpectedly
A friend was having frequent application crashes on his Mac OS X - Yosemite recently. Not sure what is causing the "Mac OS X Applications Quits Unexpectedly" at first.
First noticing the crashes happen when launching iTunes, then Chrome and Skype. Clicking on the Reopen
button doesn't help.
Tried out the solutions from Apple...no help. Suspect it could something else. Maybe lacking of memory by running too many applications at the same time or some adware applications running at the background.
Run EtreCheck application and found the problem. There were couple of adware programs running at the background. Killed the adware processes via terminal and use Disk Utility to repair disk permission after removing them.
No more "Mac OS X Applications Quits Unexpectedly". :-)
NOTE :
Need to be more careful from now on when trying out Mac applications wrapped in .rar
file format from non-trusted sources.
Reference :
https://help.apple.com/machelp/mac/10.7/help/index.html?lang=en#mchlp2579
By AdamNg
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+7.6k Golang : Accessing content anonymously with Tor
+10.6k Golang : HTTP response JSON encoded data
+8.6k Golang : Simple file scaning and remove virus example
+15.6k Golang : Convert seconds to human readable time format example
+26.8k Golang : Interpolating or substituting variables in string examples
+24.8k Golang : Get time.Duration in year, month, week or day
+7.3k Golang : Format strings to SEO friendly URL example
+19.9k Golang : Read directory content with filepath.Walk()
+36.7k Golang : How to iterate over a []string(array)
+6.3k Golang : Check if integer is power of four example
+6.1k Golang : How to find out similarity between two strings with Jaro-Winkler Distance?