os x: don’t crash and bother
When a program crashes under OS X then it displays a dialog asking if the info should be sent to Apple. If you never do that then you can disable this dialog by typing:
defaults write com.apple.CrashReporter DialogType Server
in a terminal shell. So says the C’t.
January 10th, 2009 at 1:09 pm
But then how will they ever fix…….
Ohwaitnevermind.
January 7th, 2010 at 5:41 am
why not disable it alltogether?
defaults write com.apple.CrashReporter DialogType none