PL/I · Message ID

CEE3360S: Stack Frame Was Not Found on the Call Chain

What does CEE3360S: Stack Frame Was Not Found on the Call Chain mean in PL/I?

A request — often from a condition handler — referenced a stack frame that Language Environment couldn't locate in the current call chain, usually because the stack was already unwound past that point or the frame pointer was corrupted.

CEE3360S: Stack Frame Was Not Found on the Call ChainIBM Enterprise PL/I for z/OS · z/OS Language Environment

Condition

A request — often from a condition handler — referenced a stack frame that Language Environment couldn't locate in the current call chain, usually because the stack was already unwound past that point or the frame pointer was corrupted.

Fix

Review condition-handling logic for an attempt to resume or reference a frame after it has already been popped, such as after a NONLOCAL GOTO or a handler that outlived the scope it was registered in.

Related message id