When an application in Mac OS X decides to unexpectedly quit, a crash report dialog with additional crash information will appear on the screen. You can disable this crash report dialog with:
defaults write com.apple.CrashReporter DialogType none
The commands can be reversed with the command:
defaults write com.apple.CrashReporter DialogType crashreport
Screencast: