<?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: HP 11.11 SIGSEGV problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-11-11-sigsegv-problem/m-p/2958102#M720231</link>
    <description>Thanks. &lt;BR /&gt;&lt;BR /&gt;I increase kernel parameter maxssize and maxssize_64.&lt;BR /&gt;but stil same.&lt;BR /&gt;&lt;BR /&gt;and my DLKM doesn't use dynamic memory.&lt;BR /&gt;&lt;BR /&gt;I attach test DLKM source code.&lt;BR /&gt;&lt;BR /&gt;help me!!!&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Apr 2003 05:33:24 GMT</pubDate>
    <dc:creator>new5244</dc:creator>
    <dc:date>2003-04-24T05:33:24Z</dc:date>
    <item>
      <title>HP 11.11 SIGSEGV problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-11-11-sigsegv-problem/m-p/2958099#M720228</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I planed to port linux open source project (&lt;A href="http://opensource.nailabs.com/lomac/)" target="_blank"&gt;http://opensource.nailabs.com/lomac/)&lt;/A&gt; to HPUX 11.11.&lt;BR /&gt;&lt;BR /&gt;When I test sample DLKM program, I got some problem.&lt;BR /&gt;&lt;BR /&gt;DLKM program is intercept chmod system call and show it's parameters.&lt;BR /&gt;&lt;BR /&gt;When I load DLKM into kernel and running some comand, I got "SIGSEGV for stack growth failure" message.&lt;BR /&gt;&lt;BR /&gt;What should i do ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is console messages.&lt;BR /&gt;---------------------------&lt;BR /&gt;&lt;BR /&gt;Generating module: test...&lt;BR /&gt;Requesting loadable module update...&lt;BR /&gt;  Specified module(s) below is(are) activated successfully.&lt;BR /&gt;      test&lt;BR /&gt;&lt;BR /&gt;        kmadmin -L test&lt;BR /&gt;kmadmin: Module test loaded, ID = 2&lt;BR /&gt;        kmadmin -s&lt;BR /&gt;Name            ID      Status          Type&lt;BR /&gt;==========================================================&lt;BR /&gt;krm               1        UNLOADED   WSIO&lt;BR /&gt;test               2       LOADED         WSIO&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# passwd testuser&lt;BR /&gt;Changing password for testuser&lt;BR /&gt;New password:&lt;BR /&gt;Re-enter new password:&lt;BR /&gt;&lt;BR /&gt;Pid 29704 received a SIGSEGV for stack growth failure.&lt;BR /&gt;Possible causes: insufficient memory or swap sapce,&lt;BR /&gt;or stack size exceeded maxssiz.&lt;BR /&gt;Passwd successfully changed&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is system log messages&lt;BR /&gt;------------------------------------&lt;BR /&gt;&lt;BR /&gt;HP DLKM test start&lt;BR /&gt;chmod(), ret = 14&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 01:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-11-11-sigsegv-problem/m-p/2958099#M720228</guid>
      <dc:creator>new5244</dc:creator>
      <dc:date>2003-04-24T01:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: HP 11.11 SIGSEGV problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-11-11-sigsegv-problem/m-p/2958100#M720229</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You either need more stack space [increase your maxssiz kernel parameter], or you need more swap space and/or more memory, or else your application program has a bug in it.&lt;BR /&gt;&lt;BR /&gt;I've seen this happen before with a C program that had a bug in it, and I believe it was doing a malloc inside of a loop without ever releasing the memory.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 01:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-11-11-sigsegv-problem/m-p/2958100#M720229</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-04-24T01:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: HP 11.11 SIGSEGV problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-11-11-sigsegv-problem/m-p/2958101#M720230</link>
      <description>check up your swap and memory usage using&lt;BR /&gt;&lt;BR /&gt;#swapinfo -ta&lt;BR /&gt;&lt;BR /&gt;If you are running with high load on memory you can check the individual process memory usage using&lt;BR /&gt;#UNIX95= ps -e -o ruser,pid,vsz=Kbytes|more&lt;BR /&gt;&lt;BR /&gt;If you are running up with less memory usage then you would need to tune in the kernel parameters&lt;BR /&gt;&lt;BR /&gt;maxssiz ---&amp;gt;( for 32 bit application)&lt;BR /&gt;maxssiz---&amp;gt;64 bit applications&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 02:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-11-11-sigsegv-problem/m-p/2958101#M720230</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-04-24T02:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP 11.11 SIGSEGV problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-11-11-sigsegv-problem/m-p/2958102#M720231</link>
      <description>Thanks. &lt;BR /&gt;&lt;BR /&gt;I increase kernel parameter maxssize and maxssize_64.&lt;BR /&gt;but stil same.&lt;BR /&gt;&lt;BR /&gt;and my DLKM doesn't use dynamic memory.&lt;BR /&gt;&lt;BR /&gt;I attach test DLKM source code.&lt;BR /&gt;&lt;BR /&gt;help me!!!&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 05:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-11-11-sigsegv-problem/m-p/2958102#M720231</guid>
      <dc:creator>new5244</dc:creator>
      <dc:date>2003-04-24T05:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: HP 11.11 SIGSEGV problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-11-11-sigsegv-problem/m-p/2958103#M720232</link>
      <description>you should post this at &lt;A href="http://www.hp.com/go/developers" target="_blank"&gt;http://www.hp.com/go/developers&lt;/A&gt; (&lt;A href="http://h21007.www2.hp.com/dspp/comm/comm_Community_Home_IDX/1,1273,,00.html)" target="_blank"&gt;http://h21007.www2.hp.com/dspp/comm/comm_Community_Home_IDX/1,1273,,00.html)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;using the search from there you'll get pretty relevant hits I'm sure.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 24 Apr 2003 06:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-11-11-sigsegv-problem/m-p/2958103#M720232</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2003-04-24T06:55:31Z</dc:date>
    </item>
  </channel>
</rss>

