HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rts 115 Unexpected signal (Signal 22)
Operating System - HP-UX
1836611
Members
1799
Online
110102
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-2002 12:45 PM
01-23-2002 12:45 PM
rts 115 Unexpected signal (Signal 22)
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 01:19 PM
01-23-2002 01:19 PM
Re: rts 115 Unexpected signal (Signal 22)
For me not a clue...so here is my Search for Cobol Errors and at least what explanations I found for the signals you mention...hope it at least helps
===========================
022 Illegal or impossible access mode for OPEN (Recoverable)
* The mode in which you are trying to open a file
violates the General Rule of COBOL for that type of
file; for example you might have opened a line
sequential file in the I-O mode.
* Open the file with a mode that is compatible with that
type of file.
=========================
115 Unexpected signal (Fatal)
* A signal the run-time system was not expecting has
been caught.
=========================
Rit
===========================
022 Illegal or impossible access mode for OPEN (Recoverable)
* The mode in which you are trying to open a file
violates the General Rule of COBOL for that type of
file; for example you might have opened a line
sequential file in the I-O mode.
* Open the file with a mode that is compatible with that
type of file.
=========================
115 Unexpected signal (Fatal)
* A signal the run-time system was not expecting has
been caught.
=========================
Rit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 01:24 PM
01-23-2002 01:24 PM
Re: rts 115 Unexpected signal (Signal 22)
Hi Jon,
This may help you:
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=9ea2683e0ba02add8e/screen=ckiDisplayDocument?docId=200000013473776
HTH,
Shiju
This may help you:
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=9ea2683e0ba02add8e/screen=ckiDisplayDocument?docId=200000013473776
HTH,
Shiju
Life is a promise, fulfill it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 01:54 PM
01-23-2002 01:54 PM
Re: rts 115 Unexpected signal (Signal 22)
Thanks for the responses so far. They are along the lines of what I am thinking - a SIGIO signal is recieved while the code is in the "C" routine and for some reason their is no handler declared for it, so everything unravels and we end up with the RTS error.
If the "C" routine is built as a stand alone program and run outside of the RTS, it runs fine. There is I/O to a pipe involved, so there has to be some signal handling.
The "C" routine called from within the COBOL program has been working fine up until we updated the code in some of the libraries linked with the RTS. There were some changes in semaphore handling and minor signal handling changes, so that's where we are looking right now. We think there may be some conflicts between the signal handling in the "C" routines and HP COBOL, introduced with the signal handling changes.
The link to the signal_regime note was for an older version of COBOL. My current documentation discusses the "set signal_regime(sig)=integer" run-time tuneable. I'm thinking perhaps an entry in $COBDIR/cobconfig of:
set signal_regime(22)=1
might resolve the problem. Any comments?
If the "C" routine is built as a stand alone program and run outside of the RTS, it runs fine. There is I/O to a pipe involved, so there has to be some signal handling.
The "C" routine called from within the COBOL program has been working fine up until we updated the code in some of the libraries linked with the RTS. There were some changes in semaphore handling and minor signal handling changes, so that's where we are looking right now. We think there may be some conflicts between the signal handling in the "C" routines and HP COBOL, introduced with the signal handling changes.
The link to the signal_regime note was for an older version of COBOL. My current documentation discusses the "set signal_regime(sig)=integer" run-time tuneable. I'm thinking perhaps an entry in $COBDIR/cobconfig of:
set signal_regime(22)=1
might resolve the problem. Any comments?
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP