Diagnosis The routine as been called recursively. The maximum nesting depth (stack) has been exceeded. System Response To prevent the recursive call of the routines becoming a loop,processing was terminated after a maximum number of calls. The maximum number of recursive calls is specified in the routine. Procedure Check whether the data processed is consistent. If necessary, increasethe maximum number or recursive calls. |