Subj : Re: SpiderMonkey (1.5 pr 6a) Stack Overflow To : Rob Swindell From : Brendan Eich Date : Wed Apr 13 2005 10:18 pm Rob Swindell wrote: > I have a script (an IRC server, so it's rather large and complex) which > occassionally causes a stack overflow condition in the JS engine (on both > Win32 and *nix platforms). Do you call JS_SetThreadStackLimit? Is that API even in RC6a? If not, then you can get unlucky on some OSes and hit a stack VM limit that crashes the process. /be .