On Monday 24 March 2003 23:07, you wrote: > I was wondering how AOLSERVER deals with an infinite loop. > > I have reason to believe that I am getting stuck in an infinite loop and am > trying to remedy this. AOLSERVER actually crashes or dies on me. So I > wonder if this is a symptom of my infinite loop.
The "crash and die" is more of the blowing the stack with some recursive procedure. Unfortunately, in such cases you get no meaningfull stack in the corefile. The stack size is a big problem in MT-code, BTW. Cheers, Zoran -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list: http://www.aolserver.com/listserv.html List information and options: http://listserv.aol.com/
