CEE3584E
The transition from standard Language Environment linkage conventions to XPLINK linkage conventions could not be performed. The transition routine CEEVROND could not determine the length of the parameter list being passed to the called routine.

Explanation

CEEVROND gains control before the routine actually being called. It uses information from the PPA1 of the called routine to perform parameter list and return value mapping between the two linkage conventions. The PPA1 indicated that the called routine expects a variable length parameter list. The parameter list was not located within a stack frame where its length could not be approximated.

System action

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

Programmer response

Depending on the TERMTHDACT run-time option, a CEEDUMP may be available for additional diagnosis. Use the traceback information in the CEEDUMP to determine the two routines involved.

Symbolic Feedback Code

CEE3G0