knowledge-base:general:firefox

Firefox Known Issues

Here is a list of known issues with Firefox and their solutions.

This issue is caused by corrupted sqlite databases, used by Firefox for history and bookmark storage. It often occurs when Firefox is terminated abruptly while writing to one of these files (e.g. while a new page is loading).

To fix this problem, open a terminal and do the following:

/bin/rm ~/.mozilla/firefox/*/.parentlock
/bin/rm ~/.mozilla/firefox/*/lock

If your bookmarks menu is “greyed out” after running these commands and starting Firefox again, close Firefox and run these additional commands:

/bin/rm ~/.mozilla/firefox/*/places.sqlite
/bin/rm ~/.mozilla/firefox/*/places.sqlite-journal

After removing these files and restarting Firefox, the sqlite databases will be recreated, attempting to restore your bookmarks and history from backups that are periodically made in the background. If Firefox has made a backup for you since your bookmarks were created, you should see everything restored to the most recent checkpoint.