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
+6.2k Useful methods to access blocked websites
+5.1k Javascript : How to get JSON data from another website with JQuery or Ajax ?
+3.5k Fix yum-complete-transaction error
+13.3k Golang : Gzip file example
+21.1k Golang : Converting a negative number to positive number
+6.3k Your page has meta tags in the body instead of the head
+38.4k Golang : How to check if a string contains another sub-string?
+3.3k Python : Convert(cast) string to bytes example
+5.1k Prevent Write failed: Broken pipe problem during ssh session with screen command
+12.7k Golang : invalid character ',' looking for beginning of value
+23k Golang : How to verify uploaded file is image or allowed file types
+13.7k Golang : Login and logout a user after password verification and redirect example