z/OS Communications Server: IP Messages Volume 4 (EZZ, SNM)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZZ2375I

z/OS Communications Server: IP Messages Volume 4 (EZZ, SNM)
SC27-3657-01

EZZ2375I
sigaction() failed for signal : reason

Explanation

The onetstat encountered an error attempting to set up the signal handler for the signal specified by signal. reason is the error returned by the C runtime library for the failing sigaction() call. If the signal handler is not correctly enabled, the Onetstat will continue processing, but certain functions controlled by the failing signal will not function properly. Functions controlled by the signals are:
Function
Description
SIGABND
handler controls error reporting and cleanup functions when an abend occurs. If sigaction fails for SIGABND and an abend occurs, trace information about the abend will be lost and certain resources might not be properly cleaned up.
SIGTERM
handler controls cleanup of resources during termination. If sigaction fails for SIGTERM, certain resources might not be properly cleaned up when a SIGTERM is received.

System action

Processing continues; however, the functions controlled by the failing signal will not function properly.

Operator response

None.

System programmer response

None.

Module

EZACDONE, EZACDTNE

Procedure name

main

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014