You are not logged in.

#1 2008-11-26 19:07:33

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Firefox going Zombie ?

Firefox goes Zombie now and again, mostly when I am on You Tube... I cannot restart it tried kill -9 etc but no effect quick google did not help much

Is there a way to clear a defunct process from command line?


Mr Green

Offline

#2 2008-11-26 19:22:56

Statix
Member
From: Hangzhou, China
Registered: 2008-02-16
Posts: 240

Re: Firefox going Zombie ?

I imagine what you are looking for is the pkill command.

pkill firefox

kill (and kill -9) take pids as parameters.

To get a processes' pid just type

pidof firefox

Pkill is essentially getting the pid for you and killing it.

ps ax

Lists current processes and their pids in case you have multiple ones running with the same name.


Madly in love with Arch64, Openbox, DotA, and of course... penguins!
Happy to help if you're not a Help Vampire. Use your wonderful resources like ArchWiki, Google, and our wonderful search page.

Offline

#3 2008-11-26 20:07:57

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Re: Firefox going Zombie ?

killall firefox-bin
wink

I have the same problem but i don't know why

Offline

#4 2008-11-26 21:05:22

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Firefox going Zombie ?

killall emmm well if it happens again give it go .... thanks


Mr Green

Offline

#5 2008-11-27 10:45:42

mccord
Member
Registered: 2008-10-12
Posts: 12

Re: Firefox going Zombie ?

hey, if you have these problems primarily with youtube, you could give the hqtube greasemonkey script a try!
this script makes the videos use mplayer/xine/vlc browser plugins instead of flash.
it has options to resize the video and use the high-quality modes by default smile
it's also great for reducing cpu-load on older systems when viewing youtube videos.

found the tip in this thread http://bbs.archlinux.org/viewtopic.php?id=35041

Offline

Board footer

Powered by FluxBB