[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stack overflow & random number problems



>>>>> "Vance" == Vance G Marshall <askvance@spruce.flint.umich.edu> writes:

Vance> I have a program which is using a 
Vance> (loop for i from 1 to (end-value) while (< x y) do ...

Vance> the problem is that anytime
Vance> end-value is > 21 & x < y so that the while clause doesn't
Vance> terminate the loop, I get a stack overflow error when i is >
Vance> 21. 

Tell us the "...", then we won't have to guess about what is 
filling up your stack.