<?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: Cobol Running Error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cobol-running-error/m-p/3715978#M100760</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems related to misconfigured memory related kernel parameters.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
    <pubDate>Tue, 24 Jan 2006 01:34:02 GMT</pubDate>
    <dc:creator>Devender Khatana</dc:creator>
    <dc:date>2006-01-24T01:34:02Z</dc:date>
    <item>
      <title>Cobol Running Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cobol-running-error/m-p/3715977#M100759</link>
      <description>Help me Please !!!&lt;BR /&gt;&lt;BR /&gt;I use HP N4000(HPUX11.0) and Oracle 8.1.7 and Object Cobol 13.40&lt;BR /&gt;&lt;BR /&gt;and recently I bought a second-hand N4000 (HPUX11.i) and Oracle 9.2.0 and Object Cobol 13.40&lt;BR /&gt;&lt;BR /&gt;and I revise only one-part in my makefile that include oracle lib dir for 9.2.0 32bit version.&lt;BR /&gt;&lt;BR /&gt;and the compile was OK but when I run the program, I met below message.&lt;BR /&gt;&lt;BR /&gt;Execution error : file 'pays110r'&lt;BR /&gt;error code: 114, pc=0, call=1, seg=0&lt;BR /&gt;114     Attempt to access item beyond bounds of memory (Signal 10)&lt;BR /&gt;&lt;BR /&gt;HP/MF COBOL Version: B.13.40&lt;BR /&gt;HP-UX smcpdss B.11.11 U 9000/800&lt;BR /&gt;pid: 4960 gid: 20 uid: 106&lt;BR /&gt;Tue Jan 24 13:52:04 2006&lt;BR /&gt;  1:52pm  up 50 mins,  3 users,  load average: 0.00, 0.00, 0.00&lt;BR /&gt;Thread mode:            No Threads&lt;BR /&gt;RTS Error:              COBOL&lt;BR /&gt;Sync Signals:           COBOL&lt;BR /&gt;ASync Signals:          COBOL&lt;BR /&gt;cobtidy on exception:   False</description>
      <pubDate>Mon, 23 Jan 2006 23:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cobol-running-error/m-p/3715977#M100759</guid>
      <dc:creator>sang wook byun</dc:creator>
      <dc:date>2006-01-23T23:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cobol Running Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cobol-running-error/m-p/3715978#M100760</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems related to misconfigured memory related kernel parameters.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 24 Jan 2006 01:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cobol-running-error/m-p/3715978#M100760</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-24T01:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cobol Running Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cobol-running-error/m-p/3715979#M100761</link>
      <description>I'm probably wrong but I thought I read somewhere that cobol on HPUX 11i by default compiled as 64-bit, you have to put a switch in the compile to build 32-bit. If you are running Oracle at 32-bit then that might be your problem.</description>
      <pubDate>Tue, 24 Jan 2006 03:48:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cobol-running-error/m-p/3715979#M100761</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2006-01-24T03:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cobol Running Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cobol-running-error/m-p/3715980#M100762</link>
      <description>Object COBOL is not 64-bit capable.  It will only compile into a 32-bit application.&lt;BR /&gt;The error message is a SIGBUS, which along with SIGSEGV, is a "catch-all" type of error.&lt;BR /&gt;Usually an "Attempt to access item beyond bounds of memory" indicate that COBOL has an invalid address for a variable or a subroutine.  The "pays110r" indicates the subroutine the problem occurred in.  How and when the address became invalid is the challenge.  It could be due to a corrupted stack problem from a bad subroutine call or something else of that nature.  You could try adding a compile directive for bounds checking to see if that helps.  It could be due to corrupted code.  Have you checked and/or recompiled any shared libs you are using?&lt;BR /&gt;Also, your version of the compiler is really old and B.13.50 was the latest version of that discontinued COBOL product.  The MF COBOL product is no longer distributed or supported by the HP Response Center and you may need to talk to Micro Focus if you cannot figure out the problem on your own.</description>
      <pubDate>Wed, 25 Jan 2006 10:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cobol-running-error/m-p/3715980#M100762</guid>
      <dc:creator>susan gregory_1</dc:creator>
      <dc:date>2006-01-25T10:57:16Z</dc:date>
    </item>
  </channel>
</rss>

