![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Performance and Maintainance of Windows Vista A forum for performance and maintenance tasks in Windows Vista. (microsoft.public.windows.vista.performance_maintainance) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I am facing the same issue it is not only Fireofox also with Chrome and safari ... but some how opera is working OK for me .... still killing process doesn't work for me too....are you on 64 bit vista with zonelarm as firewall .? I have started facing this issue after installing zone alarm firewall on 64 bit vista... before that firefox was working fine for me....please let us know if you find the solution...
Rista wrote: Kill process 20-Aug-08 Hi, how do i kill a process that froze? ie. Firefox, IE, and all that, that are not responding? so far, i have tried "taskkill /im pid", and process explorer. taskkill always returns a message telling me that a kill command has been sent, but the process is still not killed. process explorer, no matter how many times i try killing it, the process still wont be killed. seriously, this inability to kill processes that are frozen is getting really, really irritating. EggHeadCafe - Software Developer Portal of Choice Windows Forms .NET Creating an Owner-Drawn Menu http://www.eggheadcafe.com/tutorials...et-creati.aspx |
|
|||
|
I am facing the same issue it is not only Fireofox also with Chrome and safari ... but some how opera is working OK for me .... still killing process doesn't work for me too....are you on 64 bit vista with zonelarm as firewall .? I have started facing this issue after installing zone alarm firewall on 64 bit vista... before that firefox was working fine for me....please let us know if you find the solution...
Rista wrote: Kill process 20-Aug-08 Hi, how do i kill a process that froze? ie. Firefox, IE, and all that, that are not responding? so far, i have tried "taskkill /im pid", and process explorer. taskkill always returns a message telling me that a kill command has been sent, but the process is still not killed. process explorer, no matter how many times i try killing it, the process still wont be killed. seriously, this inability to kill processes that are frozen is getting really, really irritating. EggHeadCafe - Software Developer Portal of Choice ASP.NET Process Killer Revisited http://www.eggheadcafe.com/tutorials...killer-re.aspx |
|
|||
|
I am facing the same issue it is not only Fireofox also with Chrome and safari ... but some how opera is working OK for me .... still killing process doesn't work for me too....are you on 64 bit vista with zonelarm as firewall .? I have started facing this issue after installing zone alarm firewall on 64 bit vista... before that firefox was working fine for me....please let us know if you find the solution...
Rista wrote: Kill process 20-Aug-08 Hi, how do i kill a process that froze? ie. Firefox, IE, and all that, that are not responding? so far, i have tried "taskkill /im pid", and process explorer. taskkill always returns a message telling me that a kill command has been sent, but the process is still not killed. process explorer, no matter how many times i try killing it, the process still wont be killed. seriously, this inability to kill processes that are frozen is getting really, really irritating. EggHeadCafe - Software Developer Portal of Choice Windows Forms .NET Creating an Owner-Drawn Menu http://www.eggheadcafe.com/tutorials...et-creati.aspx |
|
|||
|
I have also encountered some processes (not system and not protected) that I could not kill. I have tried many solutions and neither of them worked: - "End Process" and "End Process Tree" in Task Manager, - taskkill.exe /IM process name /F (with elevated rights; it returned success, but process was not killed), - pskill.exe with and without -t switch (also returned success), - killing in Process Explorer, - "Get-Process process name | Stop-Process" in Powershell, - "Kill()" method "System.Diagnostics.Process" (.NET), - session logout (on Server 2008). The only working solution was *hard-reset* of PC. One thing that was common for non-killable processes was that their main thread was in *waiting* state and waiting reason was *LPCReply*. I think that maybe Vista has a bug in new *ALPC* mechanism... but I am not sure. I have observed similar behavior both in Vista (x64) and Server 2008 EE (x64). -- KoD666 |
|
|||
|
I have also encountered some processes (not system and not protected) that I could not kill. I have tried many solutions and neither of them worked: - "End Process" and "End Process Tree" in Task Manager, - taskkill.exe /IM process name /F (with elevated rights; it returned success, but process was not killed), - pskill.exe with and without -t switch (also returned success), - killing in Process Explorer, - "Get-Process process name | Stop-Process" in Powershell, - "Kill()" method "System.Diagnostics.Process" (.NET), - session logout (on Server 2008). The only working solution was *hard-reset* of PC. One thing that was common for non-killable processes was that their main thread was in *waiting* state and waiting reason was *LPCReply*. I think that maybe Vista has a bug in new *ALPC* mechanism... but I am not sure. I have observed similar behavior both in Vista (x64) and Server 2008 EE (x64). -- KoD666 |