Jesper Olsen wrote: > I have a program where I'm getting a Stack level too deep (SystemStackError) > exception > > I did not expect this, and I would prefer to fix it by increasing the > stack, rather than changing the program... > > Is this possible? > I think this exception is quite common, but was not able to google a > solution. > > Jesper > > -- > http://JesperOlsen.Net > What's your OS? BTW, it is a known issue with Mac OS X where in most cases you must increase the default stack size. Gennady.