On Aug 1, 2012, at 7:07 AM, Felix wrote: > Enabling this mode by default should IMHO be avoided, since runaway > recursions (which is the usual reason for stack-exhaustion) will > consume all available memory and thus may bring the machine to a halt.
I think it will hit the stack ulimit (probably 4-8MB) and segfault, so there is no danger of exhaustion. Jim _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
