<?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: Killing a defunct process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-defunct-process/m-p/4217155#M326962</link>
    <description>Many zombie'd processes will not respond to the kill command.  A system reboot will clear them.  If a non-root process is the parent, killing the parent process can sometimes clear the zombie as well (though this sometimes leaves ports locked).</description>
    <pubDate>Mon, 16 Jun 2008 15:25:06 GMT</pubDate>
    <dc:creator>Mike Miller_8</dc:creator>
    <dc:date>2008-06-16T15:25:06Z</dc:date>
    <item>
      <title>Killing a defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-defunct-process/m-p/4217153#M326960</link>
      <description>Hi There&lt;BR /&gt;&lt;BR /&gt;When we run GUE on HP-UX X-Windows a defunct X-windows process sometimes stay there. &lt;BR /&gt;&lt;BR /&gt;What is best and easiest way to kill it ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Nahmad</description>
      <pubDate>Mon, 16 Jun 2008 13:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-defunct-process/m-p/4217153#M326960</guid>
      <dc:creator>Nahmad_1</dc:creator>
      <dc:date>2008-06-16T13:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Killing a defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-defunct-process/m-p/4217154#M326961</link>
      <description>A defunct process is a zombie.  The only way you kill zombies is by killing the zombie master, its parent.  (You can read all about this by doing an advanced search for zombie master.)&lt;BR /&gt;A process that has a parent of init (1) isn't a zombie.&lt;BR /&gt;So what do you really have?</description>
      <pubDate>Mon, 16 Jun 2008 13:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-defunct-process/m-p/4217154#M326961</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-16T13:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Killing a defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-defunct-process/m-p/4217155#M326962</link>
      <description>Many zombie'd processes will not respond to the kill command.  A system reboot will clear them.  If a non-root process is the parent, killing the parent process can sometimes clear the zombie as well (though this sometimes leaves ports locked).</description>
      <pubDate>Mon, 16 Jun 2008 15:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-defunct-process/m-p/4217155#M326962</guid>
      <dc:creator>Mike Miller_8</dc:creator>
      <dc:date>2008-06-16T15:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Killing a defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-defunct-process/m-p/4217156#M326963</link>
      <description>Reboot of the box will be the better option to kill these defunct processes.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 16 Jun 2008 17:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-defunct-process/m-p/4217156#M326963</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-06-16T17:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Killing a defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-defunct-process/m-p/4217157#M326964</link>
      <description>kill the parent process will always remove defunct process ( zombies)&lt;BR /&gt;&lt;BR /&gt;zombies are processes which are dead and which are waiting that the parent process acknowledge   their exit status. It only keep a very limited amount of memory.&lt;BR /&gt;Parent process must issue a waitpid()/wait3()... to cleanup zombies&lt;BR /&gt;&lt;BR /&gt;When an application is masking SIGCHILD, zombies are automatically cleandup.&lt;BR /&gt;&lt;BR /&gt;When killing the parent process, it is attached to the process 1 init.&lt;BR /&gt;init calls waitpid() cleaning up zombies automatically.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The only case when zombies can't be cleanup is when for whatever reason parent process can't be stopped or killed.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2008 19:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-defunct-process/m-p/4217157#M326964</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2008-06-16T19:39:31Z</dc:date>
    </item>
  </channel>
</rss>

