Subj : help with GC To : netscape.public.mozilla.jseng From : "Jashin Eugene" Date : Tue Sep 16 2003 03:24 pm hello, help please: why this code don't work: JSScript *js = JS_CompileScript(...); JSObject *gc_obj = JS_NewScriptObject(cx, script); JS_AddRoot(cx, gc_obj); JS_GC(cx); on JS_GC it falls with "root_points_to_gcArenaPool".. all funcs return not null values.. version: JavaScript-C 1.5 pre-release 4a 2002-03-21 thanks.. .