<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: kill ZOMBI PROCESS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619804#M104693</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;First, the classic quote: "You can't kill a zombie.  It's already dead!".&lt;BR /&gt;&lt;BR /&gt;If you do a 'kill &lt;PID&gt;' and the error returned is that it doesn't exist then you choose the WRONG process (or the process finally died and was removed from the process table BEFORE you could touch it.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/PID&gt;</description>
    <pubDate>Tue, 06 Sep 2005 12:10:38 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2005-09-06T12:10:38Z</dc:date>
    <item>
      <title>kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619801#M104690</link>
      <description>how to kill zombi process ...in top its shwoing&lt;BR /&gt;PID ...wen i am tring to kill -9 PID,&lt;BR /&gt;its giving error that this process doenot exists..&lt;BR /&gt;i want to kill this process</description>
      <pubDate>Tue, 06 Sep 2005 12:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619801#M104690</guid>
      <dc:creator>YOGI_3</dc:creator>
      <dc:date>2005-09-06T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619802#M104691</link>
      <description>Bad luck...&lt;BR /&gt;By definition a real zombie cannot be killed...&lt;BR /&gt;Your only way of getting rid of it is reboot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 06 Sep 2005 12:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619802#M104691</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-09-06T12:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619803#M104692</link>
      <description>The only other way is to kill the parent.  However, quite often the parent ends up being init and you don't want to kill that.  Best way is to reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 06 Sep 2005 12:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619803#M104692</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-09-06T12:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619804#M104693</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;First, the classic quote: "You can't kill a zombie.  It's already dead!".&lt;BR /&gt;&lt;BR /&gt;If you do a 'kill &lt;PID&gt;' and the error returned is that it doesn't exist then you choose the WRONG process (or the process finally died and was removed from the process table BEFORE you could touch it.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/PID&gt;</description>
      <pubDate>Tue, 06 Sep 2005 12:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619804#M104693</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-09-06T12:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619805#M104694</link>
      <description>Hi Yogi,&lt;BR /&gt;&lt;BR /&gt;I can imagine you want, but you CAN'T kill him. He's already dead.&lt;BR /&gt;&lt;BR /&gt;See e.g. this link for a explanation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.losurs.org/docs/zombies" target="_blank"&gt;http://www.losurs.org/docs/zombies&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(just one out of thousands ...)</description>
      <pubDate>Tue, 06 Sep 2005 12:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619805#M104694</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-09-06T12:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619806#M104695</link>
      <description>On HP-UX, most Zombies will disappear - eventually...&lt;BR /&gt;&lt;BR /&gt;Checking:&lt;BR /&gt;&lt;BR /&gt;ps -el |grep Z&lt;BR /&gt;&lt;BR /&gt;You may be able to kill by killing parent - unless as others say parent is 1.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 06 Sep 2005 12:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619806#M104695</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-06T12:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619807#M104696</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There is no way other than rebooting the server because you cannot kill a zombie process.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Tue, 06 Sep 2005 12:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619807#M104696</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-09-06T12:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619808#M104697</link>
      <description>If you can't eliminate the zombies with "kill -9" then reboot the server. Sorry no other way out.&lt;BR /&gt;&lt;BR /&gt;regards!</description>
      <pubDate>Tue, 06 Sep 2005 13:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619808#M104697</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-09-06T13:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619809#M104698</link>
      <description>No Yogi..You will need a reboot. If this is happening frequently for the same application, may be it is due to that application code error.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Tue, 06 Sep 2005 13:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619809#M104698</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-09-06T13:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619810#M104699</link>
      <description>Interex had a program called 'kill zomb'.  Anyone have experience with that?  The download site is no longer available, so reboot is the only way to go.&lt;BR /&gt;&lt;BR /&gt;*** &lt;BR /&gt;On a sidenote, anyone who saw Shaun of the Dead knows the way to kill a zombie is to hit them in the head.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2005 07:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619810#M104699</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2005-09-07T07:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619811#M104700</link>
      <description>huh? amazing stories....&lt;BR /&gt;&lt;BR /&gt;maybe we should start with what zombies are...&lt;BR /&gt;ok, you have a process, the so called parent...this forks a new process, the so called child!&lt;BR /&gt;when the child exits, the parent receives a signal, the sigchld. Now we have a zombie. The livetime of a zombie depends on the parent-programm (or better the programmer). Per definition, the parent has to catch the signal (so called signal-handler) and do a "wait". This is *NOT* the standard-behaviour in all the languages, that I know.&lt;BR /&gt;So a good guy will install a signalhandler for SIGCHLD in his programm and just call wait...then your zombies lifetime just depend on the load of the system. In normal cases, you won't even see the zombies...&lt;BR /&gt;If you see zombies, you can be sure, that the guy, who programmed the zombies parentprocess has forgotten to think about the signalhandler.&lt;BR /&gt;If you kill the parent, the zombie will become a child of the init-process. There you can be sure, that the guys who programmed init were smart enough to think of the signalhandler. If not, you will end up with millions of zombies, because every childprocess, that exits is first a zombie!&lt;BR /&gt;&lt;BR /&gt;So just kill the parentprocess and wait some minutes. You won't have to boot!&lt;BR /&gt;And blame the guy who forgots about signalhandlers...&lt;BR /&gt;&lt;BR /&gt;Micky&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2005 07:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619811#M104700</guid>
      <dc:creator>Micky_1</dc:creator>
      <dc:date>2005-09-07T07:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619812#M104701</link>
      <description>Hi , &lt;BR /&gt;&lt;BR /&gt;When the process goes as Zombi , its control goes to the parent process, and usually init becomes its parent process. And as you cant kill init process,  the only option left you need to reboot the box.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers , &lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 07 Sep 2005 09:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619812#M104701</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-07T09:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619813#M104702</link>
      <description>Yogi,&lt;BR /&gt;&lt;BR /&gt;As everyone has explained, these processes are usually the result of bad programming.  The good news is that zombie process consume no memory or CPU time.  They are just what they say they are: Zombies!  &lt;BR /&gt;&lt;BR /&gt;As A. Clay Stephenson has patiently explained many times, zombies are just entries in the process table, and frequently result from their parent process being killed before the child was killed.  As a result, the parent becomes init, and the zombie lives on in the process table.  Not memory or CPU.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 07 Sep 2005 10:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619813#M104702</guid>
      <dc:creator>Mark Ellzey</dc:creator>
      <dc:date>2005-09-07T10:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619814#M104703</link>
      <description>ok...now some sample-code&lt;BR /&gt;&lt;BR /&gt;compile it, using "make zombie" (if you have a compiler like gcc on your system)&lt;BR /&gt;&lt;BR /&gt;you won't be able to create a zombie, that lives longer than just a few seconds...I've tried everything to do so! Even killing the parent with "kill -9" won't let the zombie live.&lt;BR /&gt;A zombie lives as long, as the system is under very heavy load, or as long as the parent didn't call "wait".&lt;BR /&gt;&lt;BR /&gt;Micky&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Sep 2005 08:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619814#M104703</guid>
      <dc:creator>Micky_1</dc:creator>
      <dc:date>2005-09-08T08:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: kill ZOMBI PROCESS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619815#M104704</link>
      <description>Yogi,&lt;BR /&gt;&lt;BR /&gt;Zombie process is a process which has been killed or exited using exit(2) system call but has not received a wait(2) call from its parent process. It does not consume any system resources except for its entry in the process table maintained by the operating system and can be safely ignored. It will be terminated when its parent process completes execution or during system reboot.&lt;BR /&gt;&lt;BR /&gt;-Ross</description>
      <pubDate>Thu, 08 Sep 2005 08:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-zombi-process/m-p/3619815#M104704</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-09-08T08:46:38Z</dc:date>
    </item>
  </channel>
</rss>

