<?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: How can i kill a process! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499222#M20570</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can read the following discussion in the manual pages of "kill" command:&lt;BR /&gt;&lt;BR /&gt;WARNINGS&lt;BR /&gt;      If a process hangs during some operation (such as I/O) so that it is&lt;BR /&gt;      never scheduled, it cannot die until it is allowed to run.  Thus, such&lt;BR /&gt;      a process may never go away after the kill.  Similarly, defunct&lt;BR /&gt;      processes (see ps(1)) may have already finished executing, but remain&lt;BR /&gt;      on the system until their parent reaps them (see wait(2)).  Using kill&lt;BR /&gt;      to send signals to them has no effect.&lt;BR /&gt;&lt;BR /&gt;Good luck !</description>
    <pubDate>Wed, 28 Feb 2001 16:37:09 GMT</pubDate>
    <dc:creator>Jdamian</dc:creator>
    <dc:date>2001-02-28T16:37:09Z</dc:date>
    <item>
      <title>How can i kill a process!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499219#M20567</link>
      <description>I have a program. I debuged it with gdb. when i quit from gdb, I found the program is still running. I try to kill it with command kill -9 ... . But it is no effect. The program still there. My program didn't catch any signals. I don't know how to kill the program without reboot my machine.&lt;BR /&gt;best regards.</description>
      <pubDate>Wed, 28 Feb 2001 02:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499219#M20567</guid>
      <dc:creator>jack_8</dc:creator>
      <dc:date>2001-02-28T02:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can i kill a process!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499220#M20568</link>
      <description>if a process won't respond to kill -9, then it's waiting on an unkillable system call, and there is no way to wake it up (without rebooting).</description>
      <pubDate>Wed, 28 Feb 2001 03:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499220#M20568</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2001-02-28T03:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can i kill a process!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499221#M20569</link>
      <description>yes I don't think it can be killed or cleared from the process table without a reboot.&lt;BR /&gt;If the parent process of this process does not allow this process to die or if the parent process itself is dead .This process will be left in a stale state indefinitely</description>
      <pubDate>Wed, 28 Feb 2001 05:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499221#M20569</guid>
      <dc:creator>Karthik_2</dc:creator>
      <dc:date>2001-02-28T05:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can i kill a process!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499222#M20570</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can read the following discussion in the manual pages of "kill" command:&lt;BR /&gt;&lt;BR /&gt;WARNINGS&lt;BR /&gt;      If a process hangs during some operation (such as I/O) so that it is&lt;BR /&gt;      never scheduled, it cannot die until it is allowed to run.  Thus, such&lt;BR /&gt;      a process may never go away after the kill.  Similarly, defunct&lt;BR /&gt;      processes (see ps(1)) may have already finished executing, but remain&lt;BR /&gt;      on the system until their parent reaps them (see wait(2)).  Using kill&lt;BR /&gt;      to send signals to them has no effect.&lt;BR /&gt;&lt;BR /&gt;Good luck !</description>
      <pubDate>Wed, 28 Feb 2001 16:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499222#M20570</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2001-02-28T16:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can i kill a process!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499223#M20571</link>
      <description>Hi-&lt;BR /&gt;&lt;BR /&gt;Check to see if the process is just sitting there or if it is using system resources.  If it is not using any resources, it shouldn't hurt anything to leave it there until whenever you reboot next (maintenence, etc).  I don't think it will interfere with the next time you run the program, either.  It kinda depends on when you plan on rebooting next (if you do it regularly or not).</description>
      <pubDate>Wed, 28 Feb 2001 17:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499223#M20571</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-02-28T17:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can i kill a process!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499224#M20572</link>
      <description>Just one last thought (as I have run into this too.)  Be sure after the kill statement to use ps and verify the process ID HAS NOT CHANGED.  &lt;BR /&gt;&lt;BR /&gt;If there is a parent process on the machine RE-CREATING the process after each kill, the ID will change.&lt;BR /&gt;&lt;BR /&gt;Sometimes what is actually happening is the process is dying, but the parent simply starts it right back up, giving the illusion the process will not die.  Killing the parent process (if applicable) will stop the re-creation of the child process.&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 28 Feb 2001 17:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499224#M20572</guid>
      <dc:creator>Mike Rightmire</dc:creator>
      <dc:date>2001-02-28T17:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can i kill a process!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499225#M20573</link>
      <description>I agree with Mike, you should first try it.&lt;BR /&gt;&lt;BR /&gt;Cheers....&lt;BR /&gt;Satish.</description>
      <pubDate>Wed, 28 Feb 2001 18:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499225#M20573</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-02-28T18:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can i kill a process!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499226#M20574</link>
      <description>I had similar experiences and the following article on Technical Knowledge base&lt;BR /&gt;keyword search = rcfaxperformance001&lt;BR /&gt;&lt;BR /&gt;gives some information on what you are looking for. Ofcourse only thing that you can do is investigate what this process is doing and try to fix it in your program or try to get a patch for HPUX or for the third party program or library that you are dealing with.</description>
      <pubDate>Sat, 07 Apr 2001 19:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-kill-a-process/m-p/2499226#M20574</guid>
      <dc:creator>Sukumar Alagappan</dc:creator>
      <dc:date>2001-04-07T19:52:23Z</dc:date>
    </item>
  </channel>
</rss>

