搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Firefox is frozen and will not close but I want to un-install it. HELP!

  • 1 回覆
  • 5 有這個問題
  • 784 次檢視
  • 最近回覆由 Moses

more options

Firefox was open and an error message. Unresponsive script running, continue or stop script? All options were frozen I was not able and still not able to close firefox or any tabs from it, it has been frozen for two days. Is there an easy command line to just close the application?

Firefox was open and an error message. Unresponsive script running, continue or stop script? All options were frozen I was not able and still not able to close firefox or any tabs from it, it has been frozen for two days. Is there an easy command line to just close the application?

被選擇的解決方法

You can close Firefox through the Terminal if it refuses to close through Firefox > Quit
You can open the Terminal by searching for it on the Spotlight (top right corner, magifying glass) Once open, you can run this command to kill the Firefox process:

  • kill -9 $(ps -x | grep firefox)

I'm not a Mac user but that command works for me in Ubuntu.


To figure out what's causing the unresponsiveness, you can try to start Firefox in Safe Mode. To start Firefox in Safe Mode, just do the following:

  • Clikc the Help menu on the menu bar and select Restart with Add-ons disabled.
  • Click Start in Safe Mode to the dialogue box that comes up.

Safe Mode disables the following:

  • Extensions
  • Default theme is used
  • userChrome.css and userContent.css files are ignored
  • default toolbar is used
  • Hardware acceleration is disabled.
從原來的回覆中察看解決方案 👍 1

所有回覆 (1)

more options

選擇的解決方法

You can close Firefox through the Terminal if it refuses to close through Firefox > Quit
You can open the Terminal by searching for it on the Spotlight (top right corner, magifying glass) Once open, you can run this command to kill the Firefox process:

  • kill -9 $(ps -x | grep firefox)

I'm not a Mac user but that command works for me in Ubuntu.


To figure out what's causing the unresponsiveness, you can try to start Firefox in Safe Mode. To start Firefox in Safe Mode, just do the following:

  • Clikc the Help menu on the menu bar and select Restart with Add-ons disabled.
  • Click Start in Safe Mode to the dialogue box that comes up.

Safe Mode disables the following:

  • Extensions
  • Default theme is used
  • userChrome.css and userContent.css files are ignored
  • default toolbar is used
  • Hardware acceleration is disabled.

由 Moses 於 修改