- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Cobol Message error
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
06-25-2001 06:47 AM
06-25-2001 06:47 AM
Execution error : file 'NRF026B'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)
HP/MF COBOL Version: B.13.40
HP-UX mvi900 B.11.00 U 9000/813
pid: 2043 gid: 111 uid: 141
Mon Jun 25 09:01:01 2001
9:01am up 8 mins, 1 user, load average: 1.36, 0.76, 0.37
Thread mode: No Threads
RTS Error: COBOL
Sync Signals: COBOL
ASync Signals: COBOL
cobtidy on exception: False
What can i do to correct this problem
Operative System HP-UX 11.0
Memory 512 MB, 1 processor
1 swap area 1200
2 swap area 2048
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 08:22 AM
06-25-2001 08:22 AM
SolutionYour question is probably better suited to the Languages forum and I'm certainly no COBOL expert nor do I want to be - but here goes.
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)
Your COBOL program attempted an operation outside of memory boundaries and generated a fatal error. call=1 indicates that the error occurs in a subprogram (0 is the main program).
seg=0 indicates that it is the ROOT segment. pc=0 is the address of the program counter in hex. Normally 0 is a very bad reference and that it probably your problem. You can add the REF Compiler directive to associate the pc to your source program.
Hope this helps, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 04:13 AM
06-26-2001 04:13 AM
Re: Cobol Message error
Don't know cobol but your process receive SIGSEGV signal (11). So it seems to access
outside is "own" memory....
Herve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 01:02 PM
06-28-2001 01:02 PM
Re: Cobol Message error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 07:38 AM
10-20-2005 07:38 AM
Re: Cobol Message error
Can you tell me which kernel parameters you have updated to correct this problem.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2006 01:03 AM
08-22-2006 01:03 AM