Jscript Stack Overflow on 2003 Server

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,
 
G

Guest

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top