Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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

  • 1 resposta
  • 5 têm este problema
  • 74 visualizações
  • Última resposta por 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?

Solução escolhida

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.
Ler esta resposta no contexto 👍 1

Todas as respostas (1)

more options

Solução escolhida

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.

Modificado por Moses a