Mac OS X: Turning off error reporting

So you want to turn off Apple’s annoying crash reporting. I did, because PythonOgre application crashed for several minutes; since the python process could not be ‘kill -KILL’ed, which is very odd on a UNIX, I concluded the problem must be with Apple automatically collecting post mortem debugging crash information.

So in order to disable the crash reporter do this:

sudo launchctl unload -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist

This works on Leopard 10.5.8. Also it’s somewhat at odds with Apple’s manpage for ReportCrash.


via blog.vucica.net

Leave a Reply

Your email address will not be published.

 

What is 4 + 14 ?
Please leave these two fields as-is:
IMPORTANT! To be able to proceed, you need to solve the following simple math (so we know that you are a human) :-)

This site uses Akismet to reduce spam. Learn how your comment data is processed.