search for: depthsav

Displaying 1 result from an estimated 1 matches for "depthsav".

Did you mean: depthsave
2000 Feb 14
1
Problem with expression evaluation depth (PR#436)
...2.0.38 Submission from: (NULL) (159.90.200.68) Hi, I'm having problems with the check of infinite recursion in the expression evaluation depth. The problem appears in a program with no recursions whatsoever. The layout of my program is a series of routines called by a big loop. I printed out depthsave in src/main/eval.c and it appears as there is an error popping out the length of the expression stack, R_EvalDepth, somewhere. As the loop goes, R_EvalDepth goes up and down, but in average, it alway increases. For the moments, I commented out the check with options$expression and my program fin...