CEE5748S
A condition object had been changed since it was initialized.

Explanation

The condition destroy service CEEOPCD detected that a condition object (specified as a parameter) was changed since it was initialized by the condition initialization internal service CEEOPCI. The condition variable was destroyed, but internal service CEEOPDD did not alter the storage associated with the condition object. However, if internal service CEEOPCI was invoked, the storage was altered.

System action

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

Programmer response

Check that the application is correctly reusing storage associated with the condition object after initializing it.

Symbolic Feedback Code

CEE5JK