Hi. I am writing a simple interpreter using C++ and I need to throw exception on infinite recursion. Currently the program falls with Segmentation fault 11. Is there a method to avoid it? Thank you, Andrey Sharoyko. ----