[Laszlo-dev] Could someone who can replicate the `ant lztest` failures in their playpen look into this?

P T Withington ptw at pobox.com
Tue Apr 28 03:47:44 PDT 2009


You could try the debug-simple LFC. That's the one we have to use for  
IE. But I can't see how that could suddenly be required.

I guess if we have a working Rhino by upgrading, we should just move on.

On Apr 27, 2009, at 19:59, Henry Minsky <hminsky at laszlosystems.com>  
wrote:

> If I make the lztest script  create the application using the non- 
> debug LFC instead of the debug LFC,
> it doesn't get the failure.
>
> So there must be something in our javascript that we emit in debug  
> mode that makes the rhino interpreter barf.
>
> Actually, I don't know why we are creating the app to load the debug  
> LFC, since we aren't compiling the
> test code with the debug flag on...
>
>
>
>
> On Mon, Apr 27, 2009 at 6:37 PM, Henry Minsky <hminsky at laszlosystems.com 
> > wrote:
> I found it with binsearch at r13731, just trying to figure out what  
> is causing the error
>
>
> On Mon, Apr 27, 2009 at 3:46 PM, Max Carlson <max at openlaszlo.org>  
> wrote:
> Maybe time for a binary search?
>
> Henry Minsky wrote:
> I just tried backing out my change, and it doesn't help. Also, I  
> didn't get this error when I checked it in, so something must have  
> changed elsewhere... hmm...
>
> On Mon, Apr 27, 2009 at 1:32 PM, P T Withington <ptw at pobox.com <mailto:ptw at pobox.com 
> >> wrote:
>
>    Yeah, that's what the build machine is getting.  I don't know why I
>    don't see it in my playpen.  I'm guessing it was due to that recent
>    change in the fake DOM support (that I think you added?).
>
>
>    On 2009-04-27, at 13:31EDT, Henry Minsky wrote:
>
>        I am seeing errors like this, I'll look into it
>           [exec] Compiling: test/lztest/lztest-static-attrs.lzx to
>        test/lztest/lztest-static-attrs.js
>           [exec] java.lang.IllegalStateException: FAILED ASSERTION
>           [exec] at org.mozilla.javascript.Kit.codeBug(Kit.java:477)
>           [exec] at
>         
> org. 
> mozilla. 
> javascript.Interpreter.increaseICodeCapasity(Interpreter.java:1707)
>           [exec] at
>         
> org.mozilla.javascript.Interpreter.recordJump(Interpreter.java:1529)
>           [exec] at
>        org.mozilla.javascript.Interpreter.addGoto(Interpreter.java: 
> 1459)
>           [exec] at
>         
> org.mozilla.javascript.Interpreter.visitStatement(Interpreter.java: 
> 722)
>           [exec] at
>         
> org.mozilla.javascript.Interpreter.visitStatement(Interpreter.java: 
> 655)
>           [exec] at
>         
> org.mozilla.javascript.Interpreter.visitStatement(Interpreter.java: 
> 655)
>           [exec] at
>         
> org.mozilla.javascript.Interpreter.visitStatement(Interpreter.java: 
> 655)
>           [exec] at
>         
> org.mozilla.javascript.Interpreter.visitStatement(Interpreter.java: 
> 655)
>           [exec] at
>         
> org. 
> mozilla. 
> javascript.Interpreter.generateICodeFromTree(Interpreter.java:505)
>           [exec] at
>         
> org. 
> mozilla. 
> javascript.Interpreter.generateFunctionICode(Interpreter.java:496)
>           [exec] at
>         
> org. 
> mozilla. 
> javascript.Interpreter.generateNestedFunctions(Interpreter.java:580)
>           [exec] at
>         
> org. 
> mozilla. 
> javascript.Interpreter.generateICodeFromTree(Interpreter.java:501)
>           [exec] at
>        org.mozilla.javascript.Interpreter.compile(Interpreter.java: 
> 458)
>           [exec] at
>        org.mozilla.javascript.Context.compileImpl(Context.java:2246)
>           [exec] at
>        org.mozilla.javascript.Context.compileString(Context.java:1314)
>           [exec] at
>        org.mozilla.javascript.Context.compileString(Context.java:1303)
>           [exec] at
>         
> org. 
> mozilla.javascript.tools.shell.Main.loadScriptFromSource(Main.java: 
> 487)
>           [exec] at
>         
> org.mozilla.javascript.tools.shell.Main.processFileSecure(Main.java: 
> 403)
>           [exec] at
>        org.mozilla.javascript.tools.shell.Main.processFile(Main.java: 
> 369)
>           [exec] at
>        org.mozilla.javascript.tools.shell.Global.load(Global.java:183)
>           [exec] at  
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>        Method)
>           [exec] at
>         
> sun. 
> reflect. 
> NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>           [exec] at
>         
> sun. 
> reflect. 
> DelegatingMethodAccessorImpl. 
> invoke(DelegatingMethodAccessorImpl.java:25)
>           [exec] FAILED a test in runlztest.sh:
>        test/lztest/lztest-static-attrs.lzx
>           [exec] at java.lang.reflect.Method.invoke(Method.java:585)
>           [exec] at
>        org.mozilla.javascript.MemberBox.invoke(MemberBox.java:142)
>           [exec] at
>         
> org.mozilla.javascript.FunctionObject.call(FunctionObject.java:405)
>           [exec] at
>         
> org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java: 
> 3084)
>           [exec] at
>        org.mozilla.javascript.Interpreter.interpret(Interpreter.java: 
> 2250)
>           [exec] at
>         
> org. 
> mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java: 
> 149)
>           [exec] at
>         
> org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java: 
> 337)
>           [exec] at
>         
> org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java: 
> 2755)
>           [exec] at
>         
> org. 
> mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java: 
> 160)
>           [exec] at
>         
> org.mozilla.javascript.tools.shell.Main.evaluateScript(Main.java:556)
>           [exec] ERRORS in tests: 0,test/lztest/lztest-static- 
> attrs.lzx
>
>
>        On Mon, Apr 27, 2009 at 1:05 PM, P T Withington <ptw at pobox.com
>        <mailto:ptw at pobox.com>> wrote:
>
>            For some reason, I can't replicate the error.
>
>            On 2009-04-27, at 05:32EDT, svnbuild at laszlosystems.com
>            <mailto:svnbuild at laszlosystems.com> wrote:
>
>            2009-04-27 02:32:33 PDT: FAILURE for 13747-openlaszlo-trunk
>            with build
>
>                return code 0 on linux-builder.corp.laszlosystems.com
>                <http://linux-builder.corp.laszlosystems.com> (Deploy
>
>                return code
>                0; Megatest failed, 1) attaching
>                /home/svnbuild/logs/tail-13747-trunk-nightly.log
>                <tail-13747-trunk-nightly.log>
>                _______________________________________________
>                Laszlo-builds mailing list
>                Laszlo-builds at openlaszlo.org
>                <mailto:Laszlo-builds at openlaszlo.org>
>
>                http://www.openlaszlo.org/mailman/listinfo/laszlo- 
> builds
>
>
>
>
>
>        --        Henry Minsky
>        Software Architect
>        hminsky at laszlosystems.com <mailto:hminsky at laszlosystems.com>
>
>
>
>
>
> -- 
> Henry Minsky
> Software Architect
> hminsky at laszlosystems.com <mailto:hminsky at laszlosystems.com>
>
>
>
> -- 
> Regards,
> Max Carlson
> OpenLaszlo.org
>
>
>
> -- 
> Henry Minsky
> Software Architect
> hminsky at laszlosystems.com
>
>
>
>
>
> -- 
> Henry Minsky
> Software Architect
> hminsky at laszlosystems.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20090428/ccd214c4/attachment-0001.html


More information about the Laszlo-dev mailing list