From: Info A. <in...@af...> - 2015-06-11 13:05:28
|
Hi Ahmed i have added this lines to HtmlUnitContextFactory (line #201): System.out.println("OFFENDING SOURCE-------------------------------------------------------"); System.out.println(source); System.out.println("OFFENDING SOURCE END-------------------------------------------------------"); return super.compileString(source, compiler, compilationErrorReporter, sourceName, lineno, securityDomain); then i send you a txt file with the output (to asa...@ya... ).. is it ok?.. Thanks Roberto. ----- Original Message ----- From: Ahmed Ashour To: htm...@li... Sent: Thursday, June 11, 2015 10:44 AM Subject: Re: [Htmlunit-user] StackOverflowError with HtmlUnit Hi Roberto, I tried again, still succeeds. Please get the SVN version (or https://ci.canoo.com/teamcity/viewLog.html?buildTypeId=HtmlUnit_FastBuild&buildId=lastSuccessful&tab=artifacts) In line HtmlUnitContextFactory line #201: return super.compileString(source, compiler, compilationErrorReporter, ... Print the offending 'source' text to a file, and send it to check. Ahmed |