Subj : Re: Crash when Compiling Script To : njaguar From : Brendan Eich Date : Sat Mar 19 2005 09:00 pm njaguar@gmail.com wrote: > Crashes every time for me. My project is set to Release with numerous > optimizations. Which optimizations, exactly? Did you read the release notes, including the big red box's text? http://www.mozilla.org/js/spidermonkey/release-notes/. > PS: Is this a bug in js.c? > > version = JSVERSION_DEFAULT; > [snip] > if (version != JSVERSION_DEFAULT) > JS_SetVersion(cx, version); > Yes, someone didn't clean that out when moving version selection (and other code) into the Process subroutine of main. Fixed, thanks for pointing it out. I just fixed it. /be .