CEE5151S
The POSIX fork() function could not operate on the Language Environment member ID number member_id.

Explanation

The Language Environment member cannot be the object of a fork() or vfork() function. This message is issued from within a single-thread environment. In a multithread environment, message CEE5154S is issued.

System action

Unless the condition is handled, the default action is to terminate the enclave.

Programmer response

Make sure that the member can be the object of a fork() or vfork() function before issuing the function.

Symbolic Feedback Code

CEE50V