<?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: Any clues on what would do this to a process? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176422#M459079</link>
    <description>&amp;gt; ulimit shows stacksize as a huge 128Mb ... so doubt it is actual "stack" overflow. &lt;BR /&gt;&lt;BR /&gt;Perhaps you have infinite recursion so no matter how big you make it, you will always die.  Make this smaller so you will die here first vs the RSE stack below.&lt;BR /&gt;It would be good to look at a stack trace from a core file.&lt;BR /&gt;&lt;BR /&gt;Also, if you are on a thread stack, changing maxssiz or maxrsessiz won't help.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Don: you should check maxrsessiz / maxrsessiz_64bit&lt;BR /&gt;&lt;BR /&gt;I've only had to increase this to 16 Mb for one heavily recursive application.&lt;BR /&gt;Unfortunately you'll have to reboot to change this.</description>
    <pubDate>Thu, 21 May 2009 06:02:04 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-05-21T06:02:04Z</dc:date>
    <item>
      <title>Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176413#M459070</link>
      <description>So, on an HP Itanium machine, a process is running, and then just "disappears".&lt;BR /&gt;&lt;BR /&gt;Review of the syslog shows :&lt;BR /&gt;&lt;BR /&gt;vmunix: Pid 6251 was killed due to failure in writing the User register stack- possible stack overflow.             &lt;BR /&gt;&lt;BR /&gt;What signal would the O/S (if it was the O/S) send the process?</description>
      <pubDate>Wed, 20 May 2009 13:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176413#M459070</guid>
      <dc:creator>JJ_4</dc:creator>
      <dc:date>2009-05-20T13:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176414#M459071</link>
      <description>Hello JJ.&lt;BR /&gt;What OS version ?&lt;BR /&gt;&lt;BR /&gt;What process is causing this, DB, application ?&lt;BR /&gt;&lt;BR /&gt;Since when is thi happening ?</description>
      <pubDate>Wed, 20 May 2009 14:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176414#M459071</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2009-05-20T14:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176415#M459072</link>
      <description>&amp;gt; possible stack overflow&lt;BR /&gt;&lt;BR /&gt;Check the stack size in the kernel. If you have not changed it from the default size, consider increasing it if you think or you know that this process requires a large stack size. Otherwise the process has a bug or it was not meant to run on itanium based HP-UX.</description>
      <pubDate>Wed, 20 May 2009 14:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176415#M459072</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-05-20T14:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176416#M459073</link>
      <description>Hello JJ.&lt;BR /&gt;Maybe the following thread will help.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1242832524002+28353475&amp;amp;threadId=861749" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1242832524002+28353475&amp;amp;threadId=861749&lt;/A&gt;</description>
      <pubDate>Wed, 20 May 2009 14:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176416#M459073</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2009-05-20T14:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176417#M459074</link>
      <description>HP-UX Itanium 11.23&lt;BR /&gt;&lt;BR /&gt;This is a set of processes which make up a Database Environment (generally two or more processes will be killed as above).&lt;BR /&gt;&lt;BR /&gt;ulimit shows stacksize as a huge 128Mb ... so doubt it is actual "stack" overflow.&lt;BR /&gt;&lt;BR /&gt;Machine had been up for 100 days and "no changes".&lt;BR /&gt;&lt;BR /&gt;Increase the kernel stack size?? What parameter is that?</description>
      <pubDate>Wed, 20 May 2009 14:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176417#M459074</guid>
      <dc:creator>JJ_4</dc:creator>
      <dc:date>2009-05-20T14:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176418#M459075</link>
      <description>It's maxssiz and maxssiz_64bit. Whatever you database is, check if there are other kernel parameter settings that are recommended for this particular database.</description>
      <pubDate>Wed, 20 May 2009 14:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176418#M459075</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-05-20T14:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176419#M459076</link>
      <description>Hello JJ.&lt;BR /&gt;More threads to check.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/TKP-90202/TKP-90202.pdf" target="_blank"&gt;http://docs.hp.com/en/TKP-90202/TKP-90202.pdf&lt;/A&gt;</description>
      <pubDate>Wed, 20 May 2009 14:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176419#M459076</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2009-05-20T14:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176420#M459077</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;ulimit is not the only possible cause.&lt;BR /&gt;&lt;BR /&gt;maxdsiz&lt;BR /&gt;maxssiz&lt;BR /&gt;&lt;BR /&gt;and their 64 bit mates can all be part of this issue.&lt;BR /&gt;&lt;BR /&gt;It is likely you will need to reboot your system to make all the required kernel changes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 20 May 2009 15:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176420#M459077</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-20T15:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176421#M459078</link>
      <description>No, you should check maxrsessiz / maxrsessiz_64bit -- note that you had a failure writing the *register stack*. In particular, you should get this message when the RSE stack write fails while trying to process a signal for a process in the kernel (and the kernel sends the kill signal to the process after the message).</description>
      <pubDate>Wed, 20 May 2009 15:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176421#M459078</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2009-05-20T15:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176422#M459079</link>
      <description>&amp;gt; ulimit shows stacksize as a huge 128Mb ... so doubt it is actual "stack" overflow. &lt;BR /&gt;&lt;BR /&gt;Perhaps you have infinite recursion so no matter how big you make it, you will always die.  Make this smaller so you will die here first vs the RSE stack below.&lt;BR /&gt;It would be good to look at a stack trace from a core file.&lt;BR /&gt;&lt;BR /&gt;Also, if you are on a thread stack, changing maxssiz or maxrsessiz won't help.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Don: you should check maxrsessiz / maxrsessiz_64bit&lt;BR /&gt;&lt;BR /&gt;I've only had to increase this to 16 Mb for one heavily recursive application.&lt;BR /&gt;Unfortunately you'll have to reboot to change this.</description>
      <pubDate>Thu, 21 May 2009 06:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176422#M459079</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-21T06:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176423#M459080</link>
      <description>Many thanks for the answer.&lt;BR /&gt;&lt;BR /&gt;It was basically an unintended recursion :-/ (signal handling whilst signal handling whilst signal handling etc.)&lt;BR /&gt;&lt;BR /&gt;So, it blowing the register stack was sort of expected.</description>
      <pubDate>Wed, 27 May 2009 13:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176423#M459080</guid>
      <dc:creator>JJ_4</dc:creator>
      <dc:date>2009-05-27T13:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176424#M459081</link>
      <description>:-/ Oh web forms</description>
      <pubDate>Wed, 27 May 2009 14:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176424#M459081</guid>
      <dc:creator>JJ_4</dc:creator>
      <dc:date>2009-05-27T14:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Any clues on what would do this to a process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176425#M459082</link>
      <description>If you are happy with the answers you have gotten, please read the following on how to reopen threads and to assign points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#41" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#41&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Wed, 27 May 2009 20:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/any-clues-on-what-would-do-this-to-a-process/m-p/5176425#M459082</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-27T20:28:20Z</dc:date>
    </item>
  </channel>
</rss>

