PL/I · Message ID
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.
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.
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.