Who's fault is it when a program crashes?

jasfa131

The Lone Deranger
Who's (or rather what's) fault is it when a program crashes on my iMac. I have two program that aren't very CPU intense 'Microsoft Messenger', and 'GuitarPro 5.1', which crash very often. Is it my computer's fault or the program's?

thanks
 
It could be either.

There could be an error in the programming.
One of the components the program depends upon could have been upgraded or changed, in a way that makes the application behavior unstable.

Or, if you are having problems with all sorts of programs, for no reason, you may be having hardware issues. In cases like this, you'll want to run some diagnostic software (such as the Apple Hardware Diagnostics) to check that the hardware is functioning properly.

Mac OS X is great because they have extensive logging capabilities (assuming the application was developed properly). Go into your Utilities folder and pull up the Console Application. In addition to showing error messages of currently running apps, you can click on the LOGS button and review logs from the past. Usually there is helpful information in these logs that can pinpoint the cause of the crash.
 
Also remember SOMETIMES a program crashes when the preferences file goes bad (for some reason). You can always go to /Users/yourusername/Library/Preferences/ and find the preference of the crashing application. Deleting the programs user preference file sometimes makes the program behave again.
 
Back
Top