Subj : possible infinite loop? To : netscape.public.mozilla.jseng From : "Edward Chan" Date : Thu Sep 04 2003 02:25 pm Hi there, I'm wondering if anybody may have experienced an infinite loop using SpiderMonkey. I have an app that looks like it has gone into an infinite loop. Using a Microsoft debugging utility called ADPlus, I've taken a snapshot of the process when this happens. There are more than a few threads with call stacks like the following : JS_ArenaAllocate js_AllocRawStack js_Invoke JS_CallFunctionValue There are 2 loops in JS_ArenaAllocate. But I'm not sure if this is where it is stuck. Has anybody seen or know of any problem related to JS_ArenaAllocate? Thanks, Ed .