Helping with crashes

Revision Information
  • Revision id: 20322
  • Created:
  • Creator: Matt_G
  • Comment: Minor grammatical and flow edits
  • Reviewed: No
  • Ready for localization: No
Revision Source
Revision Content

When a user reports a crash, viewing the crash report will help you to better understand the cause of the crash (e.g. extensions, third party software) and provides useful information if you eventually need to file a related bug. This article describes that troubleshooting process.

Viewing crash reports

To view your crash reports from within Firefox:

  1. In the Location bar, type about:crashes and press EnterReturn. A list of links to your crash reports will appear.

    Helping Crashes 1

  2. Click on a link to view the report.

Viewing crash reports outside of Firefox

If you can't use the above method because Firefox crashes when it starts, you can also view the reports directly on your computer.

  1. Press Windows Key + R (click the Windows Start button and select Run... on Windows XP).
  2. In the Run dialog box, type %APPDATA%\Mozilla\Firefox\Crash Reports\ and press Enter.

Crash reports are stored in ~/Library/Application Support/Firefox/Crash Reports/

Crash reports are stored in ~/.mozilla/firefox/Crash Reports/

The Crash Reports folder will contain two subfolders: pending and submitted. submitted contains reports that have been submitted, while pending contains reports that have not. Each file in these folders represents one report.

Figuring out a crash report

Helping Crashes 2

A crash report contains many useful pieces of information:

  • ID - Allows you to view a crash report by typing https://crash-stats.mozilla.com/report/index/bp-CrashID in the location bar.
  • Signature - Describes the kind of crash. You can view every crash report with the same crash signature over one week across all Firefox versions by typing https://crash-stats.mozilla.com/report/list?signature=CrashSignature in the location bar.
  • Details pane:
    • Header - Contains details about the crash time, crash reason, Firefox version, OS, CPU, graphics settings, and the LSP.
    • Related Bugs - Bugs related to this crash signature. A bug can have different status: UNCONFIRMED, NEW, ASSIGNED, REOPENED, RESOLVED, VERIFIED, CLOSED. If its status is FIXED, the Target Milestone and Tracking Flags fields will tell you from which version it has been fixed. Check all comments to see if there's a known workaround.
    • Crashing Thread - Shows the last function calls before the crash. You can see if third party software is implied. The bug component is usually the component which the last called functions belongs to.
  • Modules pane - The loaded processes when it crashed. Filenames without version on Windows are often malware and may be the cause of the crash.
  • Raw Dump pane - Crashing thread before it's post-processed in an interpretable way.
  • Extensions pane - User's extensions. Known buggy extensions must be checked here.
  • Comments pane - User's comment written when Mozilla Crash Reporter was opened and may help to understand how it takes place.
  • Correlations pane - Tables of correlation data (modules, add-ons, CPU cores) for this crash signature and reason elaborated from all the crashes of the day in the current Firefox version. The higher the ratio is between the two percentages, the higher the correlation is. Correlations per module and per add-on must be checked to see if it's caused by third party software or add-ons.