2012/10/14 Mark Thomas <ma...@apache.org>: > On 13/10/2012 22:43, ma...@apache.org wrote: >> Author: markt >> Date: Sat Oct 13 21:43:36 2012 >> New Revision: 1397953 >> >> URL: http://svn.apache.org/viewvc?rev=1397953&view=rev >> Log: >> Run the UCDetector and remove unused code >> Some follow-up remains. > > Drat. This clean-up was too aggressive. I need to revert all my changes > from this one forward. Sorry for the noise. >
I think/suspect that you need to revert your toString() removal as well URL: http://svn.apache.org/viewvc?rev=1397950&view=rev You have already reverted it once before http://svn.apache.org/viewvc?view=revision&revision=1384063 >From buildbot logs: http://ci.apache.org/builders/tomcat-trunk/builds/3465/steps/compile_1/logs/stdio [[[ [junit] Caused by: java.lang.StackOverflowError [junit] at java.lang.Object.toString(Object.java:237) [junit] at org.apache.tomcat.util.bcel.classfile.Constant$1.hashCode(Constant.java:51) [junit] at org.apache.tomcat.util.bcel.classfile.Constant.hashCode(Constant.java:150) [junit] at java.lang.Object.toString(Object.java:237) [junit] at org.apache.tomcat.util.bcel.classfile.Constant$1.hashCode(Constant.java:51) [junit] at org.apache.tomcat.util.bcel.classfile.Constant.hashCode(Constant.java:150) ]]] Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org