Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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