<?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 Process get killed before it finish in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553495#M886501</link>
    <description>When I submit a few processes, some of them will get killed before they finish. I tried a few times and everytime they get killed in different point. Those processes used up a lot of memory. I am using HPUX 10.2.&lt;BR /&gt;&lt;BR /&gt;May I know what is the problem and how can I fix it.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 17 Jul 2001 01:49:34 GMT</pubDate>
    <dc:creator>soonyee_1</dc:creator>
    <dc:date>2001-07-17T01:49:34Z</dc:date>
    <item>
      <title>Process get killed before it finish</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553495#M886501</link>
      <description>When I submit a few processes, some of them will get killed before they finish. I tried a few times and everytime they get killed in different point. Those processes used up a lot of memory. I am using HPUX 10.2.&lt;BR /&gt;&lt;BR /&gt;May I know what is the problem and how can I fix it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2001 01:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553495#M886501</guid>
      <dc:creator>soonyee_1</dc:creator>
      <dc:date>2001-07-17T01:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Process get killed before it finish</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553496#M886502</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What type of processes are you submitting? &lt;BR /&gt;Are they shell script, command line arguments&lt;BR /&gt;or SQL or database related?&lt;BR /&gt;&lt;BR /&gt;Please advise</description>
      <pubDate>Tue, 17 Jul 2001 01:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553496#M886502</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-07-17T01:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Process get killed before it finish</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553497#M886503</link>
      <description>They are command line executable. I create a script to run the executable one after another.</description>
      <pubDate>Tue, 17 Jul 2001 02:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553497#M886503</guid>
      <dc:creator>soonyee_1</dc:creator>
      <dc:date>2001-07-17T02:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Process get killed before it finish</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553498#M886504</link>
      <description>Please provide an appropriate example.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 17 Jul 2001 03:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553498#M886504</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-07-17T03:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Process get killed before it finish</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553499#M886505</link>
      <description>Example:&lt;BR /&gt;quartus_cmd -f script1.tcl&lt;BR /&gt;quartus_cmd -f script2.tcl&lt;BR /&gt;&lt;BR /&gt;quartus_cmd is a PLD development tool.</description>
      <pubDate>Tue, 17 Jul 2001 04:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553499#M886505</guid>
      <dc:creator>soonyee_1</dc:creator>
      <dc:date>2001-07-17T04:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Process get killed before it finish</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553500#M886506</link>
      <description>What signal do the processes get when they exit ?&lt;BR /&gt;If they use too much memory, maybe the system gets out of memory and kills them (SIGTERM) (the "out of memory" message should appear in the syslog (not sure)), or the process is badly written and does not check memory allocation (results in SIGSEGV or SIGBUS)...&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2001 07:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553500#M886506</guid>
      <dc:creator>Laurent Paumier</dc:creator>
      <dc:date>2001-07-17T07:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Process get killed before it finish</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553501#M886507</link>
      <description>If you start the processes in the background with &lt;BR /&gt;a command like:&lt;BR /&gt;   myjob &amp;amp;&lt;BR /&gt;It will be killed when you log out.&lt;BR /&gt;&lt;BR /&gt;Some shells will warn you when you log out with&lt;BR /&gt;jobs running in the background.&lt;BR /&gt;&lt;BR /&gt;Check into the batch and nohup commands.</description>
      <pubDate>Wed, 18 Jul 2001 05:24:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-get-killed-before-it-finish/m-p/2553501#M886507</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2001-07-18T05:24:55Z</dc:date>
    </item>
  </channel>
</rss>

