Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Dead Processes

0 views
Skip to first unread message

Claudio Rocha

unread,
Aug 8, 2000, 3:00:00 AM8/8/00
to
Hi everybody,

I have problem with Dead Processes ... using who -a I'm able to see the
dead processes, but I cannot kill them. Is there any command to kill dead
processes? Even dead they are blocking the tty.....

***When I try to kill them I reveive processes No such process

Thanks
Claudio

no one

unread,
Aug 8, 2000, 3:00:00 AM8/8/00
to
Are we talking about defunct processes?

A defunct process is one that aborted while it was in a system call or
blocking i/o state. The OS call has no place to return to so it stays in
the process table and is marked as <defunct>. "Sometimes" you can kill
them by killing their parent process. Other times, the only way to clean
the process table is a reboot.

-Wiseguy

cro...@advbroadband.com (Claudio Rocha) wrote in
<sp0u81...@corp.supernews.com>:

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----

Chris

unread,
Aug 10, 2000, 3:00:00 AM8/10/00
to
Hi,

with the comman truss PID parent process you can find out more about the system
call and maybe the programmers can improve this process

cheering
chrisu

Uwe Wolfram

unread,
Aug 10, 2000, 3:00:00 AM8/10/00
to
Hi Claudio!

CR> I have problem with Dead Processes ... using who -a I'm able to
see
CR> the dead processes, but I cannot kill them. Is there any command
to
CR> kill dead processes? Even dead they are blocking the tty.....

What do you mean with dead processes?
Defunct/zombies? In that case only a reboot helps.
Zombies just waste space in the process table.

Uwe


0 new messages