Results 1 to 4 of 4
This has been happening a lot lately. While online checking some websites Opera will sometimes become unresponsive. When this happens, CPU usage goes though he roof. Well, there is an ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-04-2009 #1
Opera browser at 90%+ Useage / Won't "Die"
This has been happening a lot lately. While online checking some websites Opera will sometimes become unresponsive. When this happens, CPU usage goes though he roof. Well, there is an easy way to stop a runaway process.
But there seems to be a problem with that. When I use that command it accepts it with no output like you would expect. But when I run top opera is still at 90%+ usage and still very much 'alive'.HTML Code:kill (offending pid)
so I got a zombie process (for lack of better terms) and not a shotgun in sight. Any ideas?
- 03-04-2009 #2Linux Newbie
- Join Date
- Feb 2009
- Location
- Third ring of Pergatory
- Posts
- 199
- 03-04-2009 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Well the kill command asks a program to end. If that hasn't worked, use the 9 switch. Also you can use killall if you know the processname rather than searching for the PID first
Code:kill -9 12345 killall -9 opera
- 03-04-2009 #4that worked like a charm.Code:
killall -9 opera
Now that I got rid of the zombie process, any ideas why it does this in the first place?


Reply With Quote

