Subj : JS_CompileFile does not return To : netscape.public.mozilla.jseng From : Laurent Marzullo Date : Mon Jul 05 2004 02:51 pm Hello, Could someone tell me why the following statment does not return ? std::cerr << "HELLO -- 0\n"; JSScript *js = JS_CompileFile( cx , global , js_FileName.c_str() ); std::cerr << "HELLO -- 1\n"; HELLO -- 1 is not printed !! (I wandering if it's not a GC probleme ... but could not find it) Could you please give hint ? Thanks a lot Marzullo Laurent .