搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 1 个回答
  • 5 人有此问题
  • 649 次查看
  • 最后回复者为 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于修改