Home All Groups Group Topic Archive Search About

Jscript Stack Overflow on 2003 Server

Author
28 Sep 2006 1:12 PM
Confused in Georgia
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,

Author
1 Oct 2006 5:16 PM
Göran Andersson
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...

Confused in Georgia wrote:
Show quote
> 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,

AddThis Social Bookmark Button