z/OS Communications Server: IP Messages Volume 3 (EZY)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZYTE40E

z/OS Communications Server: IP Messages Volume 3 (EZY)
SC27-3656-00

cleanup: waitpid failed. description rsn = errnojr

Explanation

The waidpid() provides a general interface that need to wait for certain child processes, that need resource utilization statistics accumulated by child process. A -1 was returned from the waitpid() for the child.

description describes the error.

errnojr is the hexadecimal UNIX System Services reason code. The format of the 4-byte reason code is explained in the introduction to the reason codes (Errnojrs) chapter of the z/OS UNIX System Services Messages and Codes, where the reason codes are listed.

System action

Processing continues.

Operator response

None.

System programmer response

The following conditions could be the result of an waitpid failure.
  • The calling process has no existing unwaited-for child processes.
  • The wait_status point to an illegal address.
  • The call was interrupted by a caught signal or the signal did not have the SA_RESTART flag set.

Module

telnetd.c

Procedure name

cleanup()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014