If I make the lztest script  create the application using the non-debug LFC instead of the debug LFC,<div>it doesn&#39;t get the failure. </div><div><br></div><div>So there must be something in our javascript that we emit in debug mode that makes the rhino interpreter barf. </div>
<div><br></div><div>Actually, I don&#39;t know why we are creating the app to load the debug LFC, since we aren&#39;t compiling the</div><div>test code with the debug flag on...</div><div><br></div><div><br></div><div><br>
<br><div class="gmail_quote">On Mon, Apr 27, 2009 at 6:37 PM, Henry Minsky <span dir="ltr">&lt;<a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I found it with binsearch at r13731, just trying to figure out what is causing the error<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Mon, Apr 27, 2009 at 3:46 PM, Max Carlson <span dir="ltr">&lt;<a href="mailto:max@openlaszlo.org" target="_blank">max@openlaszlo.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Maybe time for a binary search?<br>
<br>
Henry Minsky wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
I just tried backing out my change, and it doesn&#39;t help. Also, I didn&#39;t get this error when I checked it in, so something must have changed elsewhere... hmm... <br>
<br></div><div><div></div><div>
On Mon, Apr 27, 2009 at 1:32 PM, P T Withington &lt;<a href="mailto:ptw@pobox.com" target="_blank">ptw@pobox.com</a> &lt;mailto:<a href="mailto:ptw@pobox.com" target="_blank">ptw@pobox.com</a>&gt;&gt; wrote:<br>
<br>
    Yeah, that&#39;s what the build machine is getting.  I don&#39;t know why I<br>
    don&#39;t see it in my playpen.  I&#39;m guessing it was due to that recent<br>
    change in the fake DOM support (that I think you added?).<br>
<br>
<br>
    On 2009-04-27, at 13:31EDT, Henry Minsky wrote:<br>
<br>
        I am seeing errors like this, I&#39;ll look into it<br>
           [exec] Compiling: test/lztest/lztest-static-attrs.lzx to<br>
        test/lztest/lztest-static-attrs.js<br>
           [exec] java.lang.IllegalStateException: FAILED ASSERTION<br>
           [exec] at org.mozilla.javascript.Kit.codeBug(Kit.java:477)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.increaseICodeCapasity(Interpreter.java:1707)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.recordJump(Interpreter.java:1529)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.addGoto(Interpreter.java:1459)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.visitStatement(Interpreter.java:722)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.visitStatement(Interpreter.java:655)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.visitStatement(Interpreter.java:655)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.visitStatement(Interpreter.java:655)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.visitStatement(Interpreter.java:655)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.generateICodeFromTree(Interpreter.java:505)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.generateFunctionICode(Interpreter.java:496)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.generateNestedFunctions(Interpreter.java:580)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.generateICodeFromTree(Interpreter.java:501)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.compile(Interpreter.java:458)<br>
           [exec] at<br>
        org.mozilla.javascript.Context.compileImpl(Context.java:2246)<br>
           [exec] at<br>
        org.mozilla.javascript.Context.compileString(Context.java:1314)<br>
           [exec] at<br>
        org.mozilla.javascript.Context.compileString(Context.java:1303)<br>
           [exec] at<br>
        org.mozilla.javascript.tools.shell.Main.loadScriptFromSource(Main.java:487)<br>
           [exec] at<br>
        org.mozilla.javascript.tools.shell.Main.processFileSecure(Main.java:403)<br>
           [exec] at<br>
        org.mozilla.javascript.tools.shell.Main.processFile(Main.java:369)<br>
           [exec] at<br>
        org.mozilla.javascript.tools.shell.Global.load(Global.java:183)<br>
           [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native<br>
        Method)<br>
           [exec] at<br>
        sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br>
           [exec] at<br>
        sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
           [exec] FAILED a test in runlztest.sh:<br>
        test/lztest/lztest-static-attrs.lzx<br>
           [exec] at java.lang.reflect.Method.invoke(Method.java:585)<br>
           [exec] at<br>
        org.mozilla.javascript.MemberBox.invoke(MemberBox.java:142)<br>
           [exec] at<br>
        org.mozilla.javascript.FunctionObject.call(FunctionObject.java:405)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3084)<br>
           [exec] at<br>
        org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2250)<br>
           [exec] at<br>
        org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:149)<br>
           [exec] at<br>
        org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)<br>
           [exec] at<br>
        org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)<br>
           [exec] at<br>
        org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:160)<br>
           [exec] at<br>
        org.mozilla.javascript.tools.shell.Main.evaluateScript(Main.java:556)<br>
           [exec] ERRORS in tests: 0,test/lztest/lztest-static-attrs.lzx<br>
<br>
<br>
        On Mon, Apr 27, 2009 at 1:05 PM, P T Withington &lt;<a href="mailto:ptw@pobox.com" target="_blank">ptw@pobox.com</a><br></div></div><div>
        &lt;mailto:<a href="mailto:ptw@pobox.com" target="_blank">ptw@pobox.com</a>&gt;&gt; wrote:<br>
<br>
            For some reason, I can&#39;t replicate the error.<br>
<br>
            On 2009-04-27, at 05:32EDT, <a href="mailto:svnbuild@laszlosystems.com" target="_blank">svnbuild@laszlosystems.com</a><br></div><div>
            &lt;mailto:<a href="mailto:svnbuild@laszlosystems.com" target="_blank">svnbuild@laszlosystems.com</a>&gt; wrote:<br>
<br>
            2009-04-27 02:32:33 PDT: FAILURE for 13747-openlaszlo-trunk<br>
            with build<br>
<br>
                return code 0 on <a href="http://linux-builder.corp.laszlosystems.com" target="_blank">linux-builder.corp.laszlosystems.com</a><br></div>
                &lt;<a href="http://linux-builder.corp.laszlosystems.com" target="_blank">http://linux-builder.corp.laszlosystems.com</a>&gt; (Deploy<div><br>
                return code<br>
                0; Megatest failed, 1) attaching<br>
                /home/svnbuild/logs/tail-13747-trunk-nightly.log<br>
                &lt;tail-13747-trunk-nightly.log&gt;<br>
                _______________________________________________<br>
                Laszlo-builds mailing list<br>
                <a href="mailto:Laszlo-builds@openlaszlo.org" target="_blank">Laszlo-builds@openlaszlo.org</a><br></div>
                &lt;mailto:<a href="mailto:Laszlo-builds@openlaszlo.org" target="_blank">Laszlo-builds@openlaszlo.org</a>&gt;<div><br>
                <a href="http://www.openlaszlo.org/mailman/listinfo/laszlo-builds" target="_blank">http://www.openlaszlo.org/mailman/listinfo/laszlo-builds</a><br>
<br>
<br>
<br>
<br>
<br>
        --         Henry Minsky<br>
        Software Architect<br></div>
        <a href="mailto:hminsky@laszlosystems.com" target="_blank">hminsky@laszlosystems.com</a> &lt;mailto:<a href="mailto:hminsky@laszlosystems.com" target="_blank">hminsky@laszlosystems.com</a>&gt;<br>
<br>
<br>
<br>
<br>
<br>
-- <br>
Henry Minsky<br>
Software Architect<br>
<a href="mailto:hminsky@laszlosystems.com" target="_blank">hminsky@laszlosystems.com</a> &lt;mailto:<a href="mailto:hminsky@laszlosystems.com" target="_blank">hminsky@laszlosystems.com</a>&gt;<br>
<br>
<br>
</blockquote>
<br>
-- <br>
Regards,<br>
Max Carlson<br>
OpenLaszlo.org<br>
</blockquote></div><br><br clear="all"><br>-- <br>Henry Minsky<br>Software Architect<br><a href="mailto:hminsky@laszlosystems.com" target="_blank">hminsky@laszlosystems.com</a><br><br><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Henry Minsky<br>Software Architect<br><a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a><br><br><br>
</div>