Kill application: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (created subheaders - see discussion)
m (→‎If the application fails to close completely: profile in use/already running but is not responding" error)
Line 7: Line 7:


==If the application fails to close completely==
==If the application fails to close completely==
Sometimes, even after following the steps above, the application may still be running or it may have stopped responding to input.  This can cause problems such as a “[[Profile in use|profile in use]]” error.  In such cases, you can either restart the computer or you can terminate the application's running processes in another way, depending on your operating system:
Sometimes, even after following the steps above, the application may still be running or it may have stopped responding to input.  This can cause problems such as a   [[Profile in use|"profile in use" or "already running but is not responding"]] error.  In such cases, you can either restart the computer or you can terminate the application's running processes in another way, depending on your operating system:


===Windows===
===Windows===

Revision as of 20:03, 23 July 2008

This article explains how to completely exit (quit) your Mozilla application.

Closing the application

  1. Close all application windows by going to the menu and clicking "File -> Exit" (or, in Mac OS X, "Firefox -> Quit Firefox", etc.).
  2. Close any remaining dialog boxes or secondary windows such as the Downloads window or the Extensions window.
  3. Mozilla Suite and SeaMonkey - Windows only: When the Quick Launch feature is enabled, your Mozilla application's icons will appear in the Windows "System Tray" (the area next to the clock). If present, right-click on the icons and choose "Exit".

If the application fails to close completely

Sometimes, even after following the steps above, the application may still be running or it may have stopped responding to input. This can cause problems such as a "profile in use" or "already running but is not responding" error. In such cases, you can either restart the computer or you can terminate the application's running processes in another way, depending on your operating system:

Windows

Use the Task Manager:

  • Windows Vista: "Ctrl+Shift+Esc" -> "Processes" (or right-click the Taskbar and select "Task Manager -> Processes")
  • Windows XP: "Ctrl+Alt+Delete" -> "Processes" (or right-click the Taskbar and select "Task Manager -> Processes")
  • Windows NT/2000: "Ctrl+Alt+Delete" -> "Task Manager -> Processes".
  • Windows 95/98/ME: "Ctrl+Alt+Delete".

In the list of running processes, look for "firefox.exe", "thunderbird.exe", "mozilla.exe" or "seamonkey.exe" (whichever applies) and terminate, if found. Note that multiple instances may exist so you should carefully check through the processes list and end each one.

Linux

Use the "ps" and "kill" commands. (See their respective manual pages with "man ps" and "man kill" and various other documentation online.)

Mac OS X

Go to your Apple Menu and select "Force Quit". For Mac OS X 10.3 and later, you can also use the Activity Monitor found in your "Utilities" folder ("Applications -> Utilities -> Activity Monitor").