<?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: Stack exceeds maximum size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stack-exceeds-maximum-size/m-p/4012245#M751287</link>
    <description>Before you go as far as increasing maxssiz, you should make sure you are not in an infinite recursive loop.  I.e. in gdb look at a stack trace, bt.</description>
    <pubDate>Mon, 04 Jun 2007 04:14:04 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-06-04T04:14:04Z</dc:date>
    <item>
      <title>Stack exceeds maximum size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stack-exceeds-maximum-size/m-p/4012243#M751285</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I get the "Memory Fault" error when running an executable. I dont see any core dump but the program aborts. When explored using GDB, we get the following error.&lt;BR /&gt;&lt;BR /&gt;Pid 18574 received a SIGSEGV for stack growth failure.&lt;BR /&gt;Possible causes: insufficient memory or swap space,&lt;BR /&gt;or stack size exceeded maxssiz.&lt;BR /&gt;&lt;BR /&gt;Please help me.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;nan</description>
      <pubDate>Mon, 04 Jun 2007 03:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stack-exceeds-maximum-size/m-p/4012243#M751285</guid>
      <dc:creator>rajanandhini</dc:creator>
      <dc:date>2007-06-04T03:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Stack exceeds maximum size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stack-exceeds-maximum-size/m-p/4012244#M751286</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Increase the parameters in the kernel maxssiz maxdsiz&lt;BR /&gt;&lt;BR /&gt;If the program is 64 bit then maxssiz_64 and maxdsiz_64&lt;BR /&gt;&lt;BR /&gt;Can be done with sam or kmtune/kctune depending on your actual OS, which you do not reveal to us.&lt;BR /&gt;&lt;BR /&gt;Requires root access.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 04 Jun 2007 03:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stack-exceeds-maximum-size/m-p/4012244#M751286</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-04T03:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Stack exceeds maximum size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stack-exceeds-maximum-size/m-p/4012245#M751287</link>
      <description>Before you go as far as increasing maxssiz, you should make sure you are not in an infinite recursive loop.  I.e. in gdb look at a stack trace, bt.</description>
      <pubDate>Mon, 04 Jun 2007 04:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stack-exceeds-maximum-size/m-p/4012245#M751287</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-04T04:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stack exceeds maximum size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stack-exceeds-maximum-size/m-p/4012246#M751288</link>
      <description>If your maxssiz is set to the default (8MiB) then it may need to be increased; however, only in extremely rare cases does it ever need to exceed 32MiB --- even in 64-bit land. The only time I have ever seen a legitimate need to increase maxssiz beyond 32 MIB was in some code that linked in some FORTRAN libraries but otherwise only extremely poorly written code needs a large stack. The suggestion to examine the stack trace is a good one because you may be entering extremely deep recursion as a result of some data condition. If not then if large stacks are needed the answer is to fix the code rather than increasing maxssiz to ludicrous levels.</description>
      <pubDate>Mon, 04 Jun 2007 09:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stack-exceeds-maximum-size/m-p/4012246#M751288</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-06-04T09:11:38Z</dc:date>
    </item>
  </channel>
</rss>

