Public bug reported:

$ ps -e | grep krusader
14026 ?        00:00:00 krusader
$ sudo kill -9 14026
$ echo $?
0
$ ps -e | grep krusader
14026 ?        00:00:00 krusader


As You see, I couldn't kill a process that was not a zombie (but only not 
responding) using -9 switch. How is that possible? And it even didn't show any 
error...

On the other hand, a manual click on a close button and choosing "Force
quit" worked. Very strange. Anyone could know what could cause such a
strange behaviour?

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
'kill -9' doesn't kill a process
https://bugs.launchpad.net/bugs/454508
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to