<?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: SIGKILL  termination application in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909442#M719802</link>
    <description>Only root, or the owner of a process can kill it.  For example, the oracle user can kill any oracle process, but root can kill any process at any time.  &lt;BR /&gt;&lt;BR /&gt;There are some exceptions to this rule, but these are related as to whether or not the process actually dies.  There are some situations where killing a process causes a child process to hang, and there are some system level processes which cannot be killed.&lt;BR /&gt;&lt;BR /&gt;Run man kill for details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
    <pubDate>Thu, 20 Feb 2003 16:47:38 GMT</pubDate>
    <dc:creator>Chris Vail</dc:creator>
    <dc:date>2003-02-20T16:47:38Z</dc:date>
    <item>
      <title>SIGKILL  termination application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909440#M719800</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We are running a application, which is terminating due to signal 9. As for as I know no one issued "kill -9 pid". Is anybody have any idea Where/Why signal -9 coming from.&lt;BR /&gt;&lt;BR /&gt;Application goes down with following message.&lt;BR /&gt;&lt;BR /&gt;process termination: abnormal termination, signal number was 9.&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 16:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909440#M719800</guid>
      <dc:creator>Sup</dc:creator>
      <dc:date>2003-02-20T16:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL  termination application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909441#M719801</link>
      <description>What is the application?  A signal with that particular switch (-9) must be hard coded somewhere in the app.&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 16:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909441#M719801</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-02-20T16:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL  termination application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909442#M719802</link>
      <description>Only root, or the owner of a process can kill it.  For example, the oracle user can kill any oracle process, but root can kill any process at any time.  &lt;BR /&gt;&lt;BR /&gt;There are some exceptions to this rule, but these are related as to whether or not the process actually dies.  There are some situations where killing a process causes a child process to hang, and there are some system level processes which cannot be killed.&lt;BR /&gt;&lt;BR /&gt;Run man kill for details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 20 Feb 2003 16:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909442#M719802</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-02-20T16:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL  termination application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909443#M719803</link>
      <description>A SIGKILL or No. 9 should really be the last resort to shoot a process after nothing else worked, since it doesn't give the process the chance to terminate tidy.&lt;BR /&gt;&lt;BR /&gt;caveat data corruption.</description>
      <pubDate>Thu, 20 Feb 2003 16:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909443#M719803</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2003-02-20T16:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL  termination application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909444#M719804</link>
      <description>I would look for crontab entries or /sbin/init.d scripts. I suspect that a daemon is running that looks for a number of related processes and if one of them is missing, it kills the others so that the processes can be restarted. As mentioned, it is very dumb to issue a kill -9.</description>
      <pubDate>Thu, 20 Feb 2003 17:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909444#M719804</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-02-20T17:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL  termination application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909445#M719805</link>
      <description>Check also applications logs.&lt;BR /&gt;&lt;BR /&gt;It is possible that programmers decided that in very panical situation  application should terminate itself with SIGKILL (although, as said, its not very clever). If so there's nothing you can do.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Feb 2003 11:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909445#M719805</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2003-02-21T11:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL  termination application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909446#M719806</link>
      <description>There are a few cases where the kernel will initiate process terminations with signal 9 (as opposed to being asked to do them by a kill() system call).  These are relatively rare, and occur in cases where the kernel figures out the process is in such a bad state that there is no point in (or sometimes method of)&lt;BR /&gt;passing an error back to it.  An example might be an I/O error on swapping the process. The kernel knows the process is too ill to continue, but the system as a whole isn't so damaged that a panic is warranted, so only that one process is killed. I'd suggest using dmesg or looking at the syslog files to see if there are any messages there that give hints about such problems.&lt;BR /&gt;&lt;BR /&gt;Another example of where this can happen is on HP-UX 11i systems that have the kernel tunable 'executable_stack' set to 0.  Any attempt to execute instructions located on the program stack in this case would cause the kernel to print error messages to the user's tty and system console, warning of the possibility of a buffer overflow attack.  The kernel would then send a SIGKILL to the process in question.  If you're hitting this case with a legitimately run application, see the '+es' option of the chatr man page for&lt;BR /&gt;additional information.&lt;BR /&gt;&lt;BR /&gt;Certainly there are other explanations for who is killing the process. It's awfully hard to guess without being able look at log files, etc.  These are at least a few possible causes.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Feb 2003 18:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909446#M719806</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2003-02-21T18:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL  termination application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909447#M719807</link>
      <description>Hi,&lt;BR /&gt;  Try this:&lt;BR /&gt;  # kill -l &lt;BR /&gt;&lt;BR /&gt;  This will list all numbers with their associated named.  -l is a letter.  Not the number 1.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Wilfred.</description>
      <pubDate>Fri, 21 Feb 2003 18:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-termination-application/m-p/2909447#M719807</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2003-02-21T18:13:18Z</dc:date>
    </item>
  </channel>
</rss>

