Where can I find a Mozilla Firefox crash log?

16

3

My Mozilla Firefox crashes frequently (and even major updates don't help). I'd like to investigate the problem. Where can I find the log/report files? There seem to be no option to view the actual crash report when the browser crashes and offers to send a report to Mozilla.

Ivan

Posted 2013-04-17T11:01:11.837

Reputation: 6 173

Answers

9

You can access the submitted crashes reports by typing about:crashes on the address bar.

The MozillaZine Knowledge Base has an article about this subject.

Sekhemty

Posted 2013-04-17T11:01:11.837

Reputation: 6 654

Not if Firefox crashes on startup! – Timmmm – 2016-02-18T08:37:42.547

2I have the newest version of Firefox and have no about:crashes ("The address isn't valid"). My Firefox crashes so often that I have a script to start it again if it exits with a nonzero exit code. – Austin Burk – 2016-02-27T13:20:55.993

ok wow I'm still dealing with Firefox crashing multiple times an hour, sick of it, and here I am, running into a comment I made in February while trying to find the answer. – Austin Burk – 2016-08-25T16:25:12.217

What about crashing firefox at startup? You'll even not be able to hit about:config . – ravi parekh – 2017-04-20T09:39:20.600

5"You can access the submitted crashes reports" - but I don't want to submit anything anywhere, I just want to view them myself! Tried about:crashes right now - it is completely empty even though my Firefox crashes at least 3 times daily. – Ivan – 2013-04-18T22:17:16.940

1I've tried actually submitting a report twice and there is still no thing in "about:crashes". – Ivan – 2013-04-20T01:35:40.303

6

The log report files are located at %userprofile%\AppData\Roaming\Mozilla\Firefox\Crash Reports\pending on Windows.

Please note that the DMP files appear to be binary in nature.

nc4pk

Posted 2013-04-17T11:01:11.837

Reputation: 8 261

My slashes go the other way, and these files do not exist. – ctrl-alt-delor – 2017-02-08T17:55:23.233

@ctrl-alt-delor Are you on Mac? If so, it's in ~/Library/Application Support/Firefox/Crash Reports/pending instead. I don't know where it is on Linux. – SilverWolf - Reinstate Monica – 2018-11-12T01:45:19.777

@SilverWolf Sorry I did not give enough information, for you to guess my OS, it could be any (Well nearly any, I think VMS uses . ) – ctrl-alt-delor – 2018-11-12T10:13:34.530

2

These crashes might be caused by some extensions; try to run it in Safe Mode and see if you get the same problems.

If Safe Mode works correctly, then most likely it is an extension fault; restart it in normal mode, disable all extensions, and restart again; if it runs smoothly, then the crashes were caused by one extension; try to re-enable one at a time, always restarting, and when you get again these issues, you have located the problematic one.

If it doesn't solve the problem, or if you want to learn more about the subject, read also the knowledge base articles on Firefox crashes and troubleshooting.

Sekhemty

Posted 2013-04-17T11:01:11.837

Reputation: 6 654

I've disabled all the extensions and plugins and it keeps crashing – Ivan – 2013-04-20T01:34:43.033

Using safe mode helps neither. And neither does cleaning everything and installing a fresh copy of Firefox. Tabs with other pages can work (to cause the fault) also. It also crashes after some time of active usage even when there are just a couple of tabs open. But I remember using over 50 tabs with no problems in the past (in older versions). – Ivan – 2013-04-20T06:41:05.353

I had the same problem and had to delete my profile to fix it. – Matthew Lock – 2013-12-17T10:25:22.273

0

Check %APPDATA%\Mozilla\Firefox\Profiles\<profile-id>\crashes\events (I guess they moved the location somewhen since nc4pk answer)

You may also be interested to these variables, for further tinkering.

mirh

Posted 2013-04-17T11:01:11.837

Reputation: 431