Problems starting Firefox or Thunderbird

Firefox/Thunderbird "already running, but is not responding"

Firefox and Thunderbird create lock files when they start to ensure if you run them twice you do not corrupt your settings. If the application exits unexpectedly, then the lock files remain in place and you get this warning. Restarting the machine will have no effect and is generally not a good first step as you could cause hardware damage or loss of work for others.

The correct fix is to remove lock files (assuming you are sure the application is not running). On the Linux computers, you can run the commands:

For Firefox/Iceweasel: rm -i ~/.mozilla/firefox/*/.parentlock ~/.mozilla/firefox/*/lock

For Thunderbird/Icedove: rm -i ~/.mozilla-thunderbird/*/.parentlock ~/.mozilla-thunderbird/*/lock

Further reading:

Related topics are