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
+5.2k Linux/Unix/MacOSX : Find out which application is listening to port 80 or use which IP version
+22.1k Fix "Failed to start php5-fpm.service: Unit php5-fpm.service is masked."
+8.9k Yum Error: no such table: packages
+20.5k Golang : Check if os.Stdin input data is piped or from terminal
+5.9k Golang : Fix opencv.LoadHaarClassifierCascade The node does not represent a user object error
+6.9k Golang : Find the longest line of text example
+20k Golang : Accept input from user with fmt.Scanf skipped white spaces and how to fix it
+20.9k Golang : Convert date string to variants of time.Time type examples
+10.2k Golang : Print how to use flag for your application example
+6.6k Golang : Totalize or add-up an array or slice example
+9.9k Golang : Qt get screen resolution and display on center example