STACKCRIT

STACKCRIT, Stack space critical

Run Time Error: This indicates that the process has consumed almost all of the available stack space.

Action: Look for infinite recursion. If you do not take immediate action to reduce your stack, a STACKOFLOW error will occur, which terminates your GT.M image. Examine the stack with ZSHOW. Trim the stack using QUIT, ZGOTO, or HALT.

inserted by FC2 system