OS X Leopard: Prevent “The application… quit unexpectedly” Message
Posted on Dec 14, 2007 under Mac Tips |Would you like to stop the message: The application program name quit unexpectedly from appearing when a program crashes? You can do this using the Terminal application.
1. Open Terminal from the Utilites folder.
2. Type:
defaults write com.apple.CrashReporter DialogType none
and press Enter.
To enable it again in the future, use defaults write com.apple.CrashReporter DialogType prompt

Leave a comment