Programs which are 'defunct'
Occasionally if a program exits abnormally a quick 'ps -e' turns up an entry which reads, for instance 'k3b <defunct>'.
Is there any way to get rid of this entry as it prohibits the program from being restarted? i can't kill it as either a normal user or root, it just sits there. So far only a reboot has managed to clear it. How should it be done?
Re: Programs which are 'defunct'
Quote:
Originally Posted by PsypherPunk
i can't kill it as either a normal user or root
have you tried "kill -9"?