<?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: Process Stack Failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stack-failure/m-p/3562270#M226728</link>
    <description>Hi Raghvendra,&lt;BR /&gt;&lt;BR /&gt;If you have installed a new kernel try to reboot the system.&lt;BR /&gt;If you have psuedoswap confirm it is enabled.&lt;BR /&gt;&lt;BR /&gt;Cheers!!!&lt;BR /&gt;eknath</description>
    <pubDate>Sat, 11 Jun 2005 01:14:35 GMT</pubDate>
    <dc:creator>Eknath</dc:creator>
    <dc:date>2005-06-11T01:14:35Z</dc:date>
    <item>
      <title>Process Stack Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stack-failure/m-p/3562269#M226727</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a Small N-class server.After i upgraded the server to newer version i am facing this problem.&lt;BR /&gt;&lt;BR /&gt;The exact error is:&lt;BR /&gt;&lt;BR /&gt;PID 6353 received a SIGSEGV for the stack growth failure&lt;BR /&gt;possible cause insufficient memory or swap space&lt;BR /&gt;or stack size exceeded maxssiz.&lt;BR /&gt;ENTERING MAIN PROXY LOOP :.....&lt;BR /&gt;PROXY : WAITING&lt;BR /&gt;&lt;BR /&gt;The machine is HP-UX 11.00. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;gcsomc01 #sysdef |grep max&lt;BR /&gt;dbc_max_pct 10 - - -&lt;BR /&gt;maxdsiz 0 - 0-655360 Pages -&lt;BR /&gt;maxfiles 1000 - 30-2048 -&lt;BR /&gt;maxfiles_lim 2048 - 30-2048 -&lt;BR /&gt;maxssiz 0 - 0-655360 Pages -&lt;BR /&gt;maxswapchunks 1200 - 1-16384 -&lt;BR /&gt;maxtsiz 0 - 0-655360 Pages -&lt;BR /&gt;maxuprc 256 - 3- -&lt;BR /&gt;maxvgs 10 - - -&lt;BR /&gt;netmemmax 0 - - - &lt;BR /&gt;&lt;BR /&gt;gcsomc01 #grep -i max /stand/system&lt;BR /&gt;dbc_max_pct 25&lt;BR /&gt;max_thread_proc 200&lt;BR /&gt;maxdsiz 0XC800000&lt;BR /&gt;maxfiles 1000&lt;BR /&gt;maxfiles_lim 2048&lt;BR /&gt;maxswapchunks 1200&lt;BR /&gt;maxuprc 256&lt;BR /&gt;maxusers 64&lt;BR /&gt;shmmax 0XA000000&lt;BR /&gt;[1] + Done sam &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Both maxssiz and maxssziz_64 bit were 8MB and changed them to 16MB.But still the problem is not solved.Pls let me know what else can be done. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Jun 2005 01:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-stack-failure/m-p/3562269#M226727</guid>
      <dc:creator>Raghavendra GL</dc:creator>
      <dc:date>2005-06-11T01:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Process Stack Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stack-failure/m-p/3562270#M226728</link>
      <description>Hi Raghvendra,&lt;BR /&gt;&lt;BR /&gt;If you have installed a new kernel try to reboot the system.&lt;BR /&gt;If you have psuedoswap confirm it is enabled.&lt;BR /&gt;&lt;BR /&gt;Cheers!!!&lt;BR /&gt;eknath</description>
      <pubDate>Sat, 11 Jun 2005 01:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-stack-failure/m-p/3562270#M226728</guid>
      <dc:creator>Eknath</dc:creator>
      <dc:date>2005-06-11T01:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Process Stack Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stack-failure/m-p/3562271#M226729</link>
      <description>You'll need to find stack size of a process before it died. Then you'll know what to set maxssiz to.&lt;BR /&gt;&lt;BR /&gt;One way to find out stack size of a process is with kmeminfo program (unsupported utility available on request from HP response centre).&lt;BR /&gt;&lt;BR /&gt;# kmeminfo -pid &lt;PID&gt; | grep -ie stack -e type&lt;BR /&gt;    type     space              vaddr  ref   virt   phys   swap&lt;BR /&gt;   STACK 0x15b6400.0x00000000680f0000    1     16      8     16&lt;BR /&gt;&lt;BR /&gt;Stack size is shown in 4k memory pages (in this example it's 16 x 4K).&lt;BR /&gt;&lt;BR /&gt;Otherwise, if you have glance you can see stack size from 'memory regions' window in 'process detail' screen. From the main screen press s to select process, type its PID and then press F3.&lt;BR /&gt;&lt;BR /&gt;If process left a core file and is multithreaded you may be able to find stack size before it died with following commands.&lt;BR /&gt;&lt;BR /&gt;# echo '$m' | adb &lt;PROGRAM&gt; core | grep -i stack&lt;BR /&gt;Stack:          b = 680F0000    e = 68100000    f = 625FC&lt;BR /&gt;&lt;BR /&gt;Stack size is difference between e and b.&lt;/PROGRAM&gt;&lt;/PID&gt;</description>
      <pubDate>Sat, 11 Jun 2005 02:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-stack-failure/m-p/3562271#M226729</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-06-11T02:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Process Stack Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stack-failure/m-p/3562272#M226730</link>
      <description>11.0 - maybe you need to check your System patch environment.&lt;BR /&gt;&lt;BR /&gt;do you have any Quality Patches installed for 11.0 ? &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.informatik.uni-frankfurt.de/RBI/hp-service/patches/s700_800/11.X/PHCO_24958.txt" target="_blank"&gt;http://www.informatik.uni-frankfurt.de/RBI/hp-service/patches/s700_800/11.X/PHCO_24958.txt&lt;/A&gt;</description>
      <pubDate>Sat, 11 Jun 2005 21:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-stack-failure/m-p/3562272#M226730</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2005-06-11T21:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Process Stack Failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-stack-failure/m-p/3562273#M226731</link>
      <description>hi raghav&lt;BR /&gt;&lt;BR /&gt;After much troubleshooting the following steps were used to prevent the error&lt;BR /&gt;from occuring:&lt;BR /&gt;&lt;BR /&gt;# cd /usr/lib&lt;BR /&gt;# /sbin/ln libc.2 libc.2.saved&lt;BR /&gt;# /sbin/rm libc.2; /sbin/ln /usr/lib/pa11_32/libc.2 libc.2&lt;BR /&gt;&lt;BR /&gt;NOTE: The above commands can affect a live production system. There is a small&lt;BR /&gt;window between when libc.2 is removed and linked that can cause programs&lt;BR /&gt;calling libc.2 to fail.  The above procedure should only be performed during a&lt;BR /&gt;scheduled downtime or maintenence window.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Vinod K</description>
      <pubDate>Sat, 18 Jun 2005 01:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-stack-failure/m-p/3562273#M226731</guid>
      <dc:creator>vinod_25</dc:creator>
      <dc:date>2005-06-18T01:55:01Z</dc:date>
    </item>
  </channel>
</rss>

