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


EZZ3116I

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

EZZ3116I
sigaction() failed for signal : reason

Explanation

The Ping program encountered an error attempting to set up the signal handler for the signal specified by signal.

reason is the error returned by the C run-time library for the failing sigaction() call. If the signal handler is not correctly enabled, the Ping program 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

EZACDOPN, EZACDTPN

Procedure name

main

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014