<?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: SIGSEGV Errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796666#M81087</link>
    <description>Paula&lt;BR /&gt;&lt;BR /&gt;All relevant kernel parameters have already been checked and amended where necessary but the core files still get generated with a SIGSEGV error.</description>
    <pubDate>Thu, 29 Aug 2002 12:35:34 GMT</pubDate>
    <dc:creator>John Walker_1</dc:creator>
    <dc:date>2002-08-29T12:35:34Z</dc:date>
    <item>
      <title>SIGSEGV Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796662#M81083</link>
      <description>Has anyone ever had a problem with SIGSEGV messages caused by the&lt;BR /&gt;identification division of a COBOL source being incorrect, for example, the words &lt;BR /&gt;IDENTIFICATION DIVISION missing or the PROGRAM-ID clause not matching the&lt;BR /&gt;source filename?</description>
      <pubDate>Thu, 29 Aug 2002 11:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796662#M81083</guid>
      <dc:creator>John Walker_1</dc:creator>
      <dc:date>2002-08-29T11:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796663#M81084</link>
      <description>without an ID Div you aren't going too far with COBOL (flash backs to those years of writing COBOL programs).&lt;BR /&gt;&lt;BR /&gt;I guess what I'm saying is that I'm not too clear on your issue?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 29 Aug 2002 11:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796663#M81084</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-29T11:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796664#M81085</link>
      <description>One of our applications is causing core dumps which report the SIGSEGV error. This is often related to stack growth failures and various kernel parameter settings like maxssiz etc.&lt;BR /&gt;A previous similar error was giving these messages but was resolved by rectifying the Cobol stuff I originally mentioned.&lt;BR /&gt;I was just wondering if it was a common issue that someone else may have heard of.</description>
      <pubDate>Thu, 29 Aug 2002 11:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796664#M81085</guid>
      <dc:creator>John Walker_1</dc:creator>
      <dc:date>2002-08-29T11:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796665#M81086</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Have a look at maxfiles.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 29 Aug 2002 12:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796665#M81086</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-08-29T12:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796666#M81087</link>
      <description>Paula&lt;BR /&gt;&lt;BR /&gt;All relevant kernel parameters have already been checked and amended where necessary but the core files still get generated with a SIGSEGV error.</description>
      <pubDate>Thu, 29 Aug 2002 12:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796666#M81087</guid>
      <dc:creator>John Walker_1</dc:creator>
      <dc:date>2002-08-29T12:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796667#M81088</link>
      <description>I encounter the same problem on the SIVSEG error in my locally develop program; increase the kernel related parameters like maxdsiz, maxtsiz and maxssiz almost to the MAX but problem still exist and finally found that problem causing the error was the libc cumulative patch. After removing the patch temporarily, the program run perfectly. Double check the patch level installed in your system, that might caused the problem also.</description>
      <pubDate>Fri, 30 Aug 2002 07:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796667#M81088</guid>
      <dc:creator>AUJ</dc:creator>
      <dc:date>2002-08-30T07:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796668#M81089</link>
      <description>John&lt;BR /&gt;Does it dump a core file?&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 30 Aug 2002 09:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796668#M81089</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-08-30T09:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV Errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796669#M81090</link>
      <description>John&lt;BR /&gt;&lt;BR /&gt;SIGSEGV is a segmentation violation caused by a program trying to access memory outside of it's allocation.&lt;BR /&gt;&lt;BR /&gt;Of the errors you mention, no ID DIVISION would not compile, the PROGRAM-ID does not have to match the sourcefile name but it is prudent to keep them the same.&lt;BR /&gt;&lt;BR /&gt;Try checking that items in the LINKAGE SECTION are the same size in all sourcefiles and that the USING statement in all call/called sourcefiles have the data-names in the same sequence.&lt;BR /&gt;&lt;BR /&gt;Other potential, but less common causes are the use of pointers that get initialised to an 'out of bounds' value and the EXTERNAL clause.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 30 Aug 2002 10:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigsegv-errors/m-p/2796669#M81090</guid>
      <dc:creator>Chris Lonergan</dc:creator>
      <dc:date>2002-08-30T10:19:51Z</dc:date>
    </item>
  </channel>
</rss>

