Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
Porting UNIX Applications to the OSS Environment
Open System Services Porting Guide520573-006
7-25
Using HP Extensions
Additional signals defined by HP include:
When a receiving process is terminated with saveabend, a file named ZZSAnnnn (the
saveabend file, also known as a snapshot file) is created in the current directory of the
terminated program if possible. This file is equivalent to the core file created in UNIX
environments.
Using the wait() and waitpid() Functions
The wait() and waitpid() function calls cannot be used to wait for the death of
Guardian processes from the OSS environment. In the OSS environment, wait() and
waitpid() return status information for processes that terminate as a result of
Guardian procedure calls in addition to the status information specified by the POSIX.1
standard. Status is also returned for processes that terminate abnormally resulting from
a situation specific to the NonStop system architecture, such as the failure of the child
process’s processor while the parent process continues to execute.
Using HP Extensions
After a program is ported to the OSS environment, you can take advantage of the
extensions offered in the OSS programming environment, such as:
HP extensions to the standard functions (see Using OSS Function Calls on
page 7-19)
API interoperability (see Section 5, Interoperating Between Programming
Environments, and the API interoperability tables in the Open System Services
Programmers Guide)
Guardian C run-time routines in mixed-module programs (see Section 5,
Interoperating Between Programming Environments)
Embedded SQL (see the SQL/MP Programming Manual for C or the SQL/MX
Programming Manual for C and COBOL)
HP extension functions and Guardian procedure calls (discussed in this
subsection)
SIGABEND Abnormal termination
SIGLIMIT NonStop operating system limits trap
SIGMEMERR Uncorrectable memory error
SIGMEMMGR Memory manager read error
SIGNOMEM No memory available
SIGSTK Stack overflow
SIGTIMEOUT Process loop timeout