搜索 | 用户支持

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

详细了解

Firefox 70.0.1 on OSX 10.14.6 Mojave won't quit. Only responds to force quit

  • 2 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 garrettc134

more options

Firefox 70.0.1 on OSX 10.14.6 Mojave won't quit. Only responds to force quit. Deleting and reinstalling the app did not seem to help.

Firefox 70.0.1 on OSX 10.14.6 Mojave won't quit. Only responds to force quit. Deleting and reinstalling the app did not seem to help.

被采纳的解决方案

Well shame on myself. The turn it off turn it back on answer worked. Sometimes forget to try that with OSx

定位到答案原位置 👍 0

所有回复 (2)

more options

Start with Command-Option-Escape to bring up the Force Quit dialog and see if it's there. If it is, force quit it (sounds like you've already tried this).

   Open Terminal, and run ps -eaf | grep Firefox. If Firefox appears in the list (note that there will always be an entry for grep Firefox, this is not what you want, the actual Firefox will be listed as something like /Applications/Firefox.app/Contents/MacOS/firefox), note the PID (the second column, a number), and run kill -9 <PID>.

If neither of these work, try restarting the Dock (maybe Firefox actually isn't running but the Dock is confused):

   Use the same ps -eaf | grep Dock.
   There should be a process called /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock, note the PID and run kill <PID>.
   The Dock should disappear momentarily and then restart.

If all this fails, easiest thing to do is probably just reboot your machine. If the usual shutdown dialog fails, press and hold the power button until the computer powers down.

more options

选择的解决方案

Well shame on myself. The turn it off turn it back on answer worked. Sometimes forget to try that with OSx