HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Cobol Running Error
Operating System - Linux
1827791
Members
2655
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 03:57 PM
01-23-2006 03:57 PM
Cobol Running Error
Help me Please !!!
I use HP N4000(HPUX11.0) and Oracle 8.1.7 and Object Cobol 13.40
and recently I bought a second-hand N4000 (HPUX11.i) and Oracle 9.2.0 and Object Cobol 13.40
and I revise only one-part in my makefile that include oracle lib dir for 9.2.0 32bit version.
and the compile was OK but when I run the program, I met below message.
Execution error : file 'pays110r'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 10)
HP/MF COBOL Version: B.13.40
HP-UX smcpdss B.11.11 U 9000/800
pid: 4960 gid: 20 uid: 106
Tue Jan 24 13:52:04 2006
1:52pm up 50 mins, 3 users, load average: 0.00, 0.00, 0.00
Thread mode: No Threads
RTS Error: COBOL
Sync Signals: COBOL
ASync Signals: COBOL
cobtidy on exception: False
I use HP N4000(HPUX11.0) and Oracle 8.1.7 and Object Cobol 13.40
and recently I bought a second-hand N4000 (HPUX11.i) and Oracle 9.2.0 and Object Cobol 13.40
and I revise only one-part in my makefile that include oracle lib dir for 9.2.0 32bit version.
and the compile was OK but when I run the program, I met below message.
Execution error : file 'pays110r'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 10)
HP/MF COBOL Version: B.13.40
HP-UX smcpdss B.11.11 U 9000/800
pid: 4960 gid: 20 uid: 106
Tue Jan 24 13:52:04 2006
1:52pm up 50 mins, 3 users, load average: 0.00, 0.00, 0.00
Thread mode: No Threads
RTS Error: COBOL
Sync Signals: COBOL
ASync Signals: COBOL
cobtidy on exception: False
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 05:34 PM
01-23-2006 05:34 PM
Re: Cobol Running Error
Hi,
It seems related to misconfigured memory related kernel parameters.
HTH,
Devender
It seems related to misconfigured memory related kernel parameters.
HTH,
Devender
Impossible itself mentions "I m possible"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 07:48 PM
01-23-2006 07:48 PM
Re: Cobol Running Error
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 02:57 AM
01-25-2006 02:57 AM
Re: Cobol Running Error
Object COBOL is not 64-bit capable. It will only compile into a 32-bit application.
The error message is a SIGBUS, which along with SIGSEGV, is a "catch-all" type of error.
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?
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.
The error message is a SIGBUS, which along with SIGSEGV, is a "catch-all" type of error.
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?
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.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP