Jscript Stack Overflow on 2003 Server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have some Jscript compiled code the works on XP but gets stack overflows on
my 2003 server.

The Jscript code uses recursive calls. If the nember of levels is more than
4, I receive a stack overflow. On the XP (using same .dll compiled code, .net
1.1) I can have more than 10 levels without receiving a stack overflow.

I have posted to the Jscript site, however, I am thinking that this is a
configuration difference between my XP and 2003 server.

Any comment/thoughts would be appreciated.

Thanks,
 
Are you really sure that you only have four levels of recursion? To get
a stack overflow I would expect that you have more like four million
levels...
 
Back
Top