How to Disable Mozilla Crash Reporter aka “Breakpad” in Firefox, Thunderbird and SeaMonkey

If you like this article, please share it with your friends and contacts on Google Plus, Facebook and Twitter using following buttons so that they can also enjoy the article:







Email

"Breakpad" is a new crash reporting system from Mozilla which is a core part of Mozilla Firefox 3.x, Thunderbird 3.x and SeaMonkey 2.x products. It was developed to replace the old "Quality Feedback Agent" aka "Talkback" present in previous versions.

Whenever any of these 3 Mozilla products crashes, Mozilla crash reporter shows a window asking you to send the crash report to Mozilla servers and allows you to quit or restart the application:

Mozilla_Crash_Reporter.png

There was an option to disable "Quality Feedback Agent" aka Talkback in earlier versions but Mozilla didn't provide any option to disable this new crash reporter "Breakpad".

If you want to disable this crash reporter, you can do it by simply editing an INI file:

1. Open My computer and goto the installation directory of the application:

Mozilla Firefox: %programfiles%\Mozilla Firefox
Thunderbird: %programfiles%\Mozilla Thunderbird
SeaMonkey: %programfiles%\mozilla.org\SeaMonkey

Here "%programfiles%" stands for "C:\Program Files" folder. Replace C: with your system drive letter where Windows is installed.

2. Now look for "application.ini" file and open it in Wordpad.

3. At the end of the file, you'll see following lines:

[Crash Reporter]
Enabled=1
ServerURL=https://crash-reports.mozilla.com/submit

4. Simply change the value of Enabled to 0 as following:

[Crash Reporter]
Enabled=0
ServerURL=https://crash-reports.mozilla.com/submit

5. Save the file and now you'll no longer see the Crash reporter window.

Other similar articles that may interest you:





This article was posted by in following section: Mozilla Firefox, Troubleshooting.

If you enjoyed this article, you can subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. Also check out our most popular articles and archive to read other interesting articles. If you have some news or tip to share, please send us.


Have You Checked Out Following Popular Articles?

Read More Articles




Readers' Comments

Add a Comment

(required)

Subscribe to our RSS feed or free newsletter to stay updated.