PDA

View Full Version : [ubuntu] Firefox Freezes When Restarting



LegendarySandwich
December 12th, 2009, 05:20 AM
Just recently, when I restart Firefox it doesn't open Firefox up again, and when I try to open Firefox manually it says "Firefox is already running but not responding". I have to use pkill in the terminal to open Firefox again.

Please help, as I don't want to have to close the Firefox process every time I upgrade an add-on.

(I said "Firefox" a lot.)

kmac
December 12th, 2009, 08:17 AM
Just recently, when I restart Firefox it doesn't open Firefox up again, and when I try to open Firefox manually it says "Firefox is already running but not responding". I have to use pkill in the terminal to open Firefox again.

Please help, as I don't want to have to close the Firefox process every time I upgrade an add-on.

(I said "Firefox" a lot.)

Create a launcher on your toolbar to run the terminal command:


killall firefox

Give it a clever icon and click when necessary

lovinglinux
December 12th, 2009, 10:45 AM
Firefox optimization and troubleshooting thread (http://ubuntuforums.org/showthread.php?t=1193567)

frenchn00b
December 12th, 2009, 10:47 AM
type in the console:


killall -e firefox-bin firefox ; sleep 5s ; killall -e firefox firefox-bin -9 ; firefox -safe-mode

LegendarySandwich
December 12th, 2009, 07:41 PM
Nevermind, I seemed to fix it. I will post later if the problem happens again.