Subj : Re: Crash in Script.exec() To : Celso Aguiar From : Brendan Eich Date : Wed Dec 03 2003 05:34 pm Celso Aguiar wrote: >Could someone please help me with this problem? > Please file a bug against the Browser/JS Engine product/component at http://bugzilla.mozilla.org. The Script object code is not up to snuff -- it assumes a caller to script_exec has a varobj, and as you note, calling script_exec via JS_CallFunctionName does not do any such set-up. You can assign the bug to me, cc: shaver@mozilla.org, and let most other fields default. Please post the bug link as a followup. Thanks, /be .