I also get the same error.
----- Original Message ----- From: "Paul Ferraro" <[EMAIL PROTECTED]> To: "Tapestry development" <[email protected]> Sent: Thursday, May 12, 2005 10:55 PM Subject: Re: Patch for TestRestartService.java > This was my fault - the bug fix for TAPESTRY-322 inadvertantly caused a > NullPointerException in the RestartService test case (thanks to Richard > for pointing this out and fixing it). I failed to catch this because by > console output from my test suite is being overwhelmed by a huge stack > trace (resulting from a StackOverflowError) in the TestMarkupWriter test > case. Is anyone else experiencing the same thing? > > Paul > > Here's a snippet: > > [junit] Testcase: > testFlush(org.apache.tapestry.markup.TestMarkupWriter): Caused an ERROR > [junit] null > [junit] java.lang.StackOverflowError > [junit] at org.objectweb.asm.ClassWriter.newString(Unknown Source) > [junit] at org.objectweb.asm.ClassWriter.newCst(Unknown Source) > [junit] at org.objectweb.asm.CodeWriter.visitLdcInsn(Unknown Source) > [junit] at net.sf.cglib.core.CodeEmitter.push(CodeEmitter.java:317) > [junit] at > net.sf.cglib.core.EmitUtils$6.processCase(EmitUtils.java:285) > [junit] at > net.sf.cglib.core.CodeEmitter.process_switch(CodeEmitter.java:610) > [junit] at > net.sf.cglib.core.CodeEmitter.process_switch(CodeEmitter.java:583) > [junit] at > net.sf.cglib.core.EmitUtils.string_switch_hash(EmitUtils.java:268) > [junit] at > net.sf.cglib.core.EmitUtils.string_switch(EmitUtils.java:170) > [junit] at > net.sf.cglib.core.EmitUtils.member_helper_type(EmitUtils.java:810) > [junit] at net.sf.cglib.core.EmitUtils.access$900(EmitUtils.java:24) > [junit] at > net.sf.cglib.core.EmitUtils$16.processCase(EmitUtils.java:812) > [junit] at > net.sf.cglib.core.EmitUtils$6.processCase(EmitUtils.java:293) > [junit] at > net.sf.cglib.core.CodeEmitter.process_switch(CodeEmitter.java:610) > [junit] at > net.sf.cglib.core.CodeEmitter.process_switch(CodeEmitter.java:583) > [junit] at > net.sf.cglib.core.EmitUtils.string_switch_hash(EmitUtils.java:268) > [junit] at > net.sf.cglib.core.EmitUtils.string_switch(EmitUtils.java:170) > [junit] at > net.sf.cglib.core.EmitUtils.member_helper_type(EmitUtils.java:810) > [junit] at net.sf.cglib.core.EmitUtils.access$900(EmitUtils.java:24) > [junit] at > net.sf.cglib.core.EmitUtils$16.processCase(EmitUtils.java:812) > [junit] at > net.sf.cglib.core.EmitUtils$6.processCase(EmitUtils.java:293) > [junit] at > net.sf.cglib.core.CodeEmitter.process_switch(CodeEmitter.java:610) > [junit] at > net.sf.cglib.core.CodeEmitter.process_switch(CodeEmitter.java:583) > > ... and so on, and so on... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
