Skip to content

Disable reportcrash osx using launchctl – disable crash popups

December 1, 2011 Osx

Disable reportcrash osx. This post will show you how to disable the dialog box that appears when a program crashes in osx. Doing this will stop your system crawling when something crashes!

How to disable reportcrash osx

launchtl can disable and re-enable crash reporting. To disable crash reporting:


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

To re-enable crash reporting:


launchctl load -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist

ReportCrash has a man page built in to your mac. You can get lots of information from the man page.

  • open spotlight – cmd + space,
  • type terminal, press enter,
  • then type in ‘man ReportCrash’ – its case-sensitive

Disable reportcrash osx using launchctl

Sources: Man page for ReportCrash

ReportCrash analyzes crashing processes and saves a crash report to disk. A crash report contains information that can help a developer diagnose the cause of a crash. ReportCrash also records the identity of the crashing process and the location of the saved crash report in the system.log and the ASL log database.

9 comments

  1. I’ve recently been having problems with “reportcrash” taking up a lot of resources, even when an app hasn’t crashed. This has stopped that from happening.

    Thank you.

You must be <a href="https://jonathansblog.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fjonathansblog.co.uk%2Fdisable-reportcrash-osx-lion">logged in</a> to post a comment.