From: Ahmed A. <asa...@ya...> - 2014-03-06 01:28:14
|
Hi Reinhard, That particular error is now fixed in SVN. However, there is another one. I personally owe xing.com something ;) but currently it would take some time before look into. Please try to isolate a minimal case (without external .js) as hinted in http://htmlunit.sourceforge.net/submittingJSBugs.html Ahmed ________________________________ From: reinhard schwab <rei...@ao...> To: htm...@li... Sent: Thursday, March 6, 2014 2:38 AM Subject: [Htmlunit-user] StackOverflowError Hi, I am using htmlunit 2.14 and get a StackOverflowError Exception in thread "main" java.lang.StackOverflowError at net.sourceforge.htmlunit.corejs.javascript.BaseFunction.findInstanceIdInfo(BaseFunction.java:96) at net.sourceforge.htmlunit.corejs.javascript.IdScriptableObject.put(IdScriptableObject.java:330) at com.gargoylesoftware.htmlunit.javascript.FunctionWrapper.put(FunctionWrapper.java:62) at net.sourceforge.htmlunit.corejs.javascript.ScriptableObject.put(ScriptableObject.java:526) at net.sourceforge.htmlunit.corejs.javascript.IdScriptableObject.put(IdScriptableObject.java:357) at com.gargoylesoftware.htmlunit.javascript.FunctionWrapper.put(FunctionWrapper.java:62) at net.sourceforge.htmlunit.corejs.javascript.ScriptableObject.put(ScriptableObject.java:526) at net.sourceforge.htmlunit.corejs.javascript.IdScriptableObject.put(IdScriptableObject.java:357) This is reproduceable with this code snippet. WebClient webClient = new WebClient(); webClient.getOptions().setJavaScriptEnabled(true); HtmlPage page = (HtmlPage) webClient.getPage("https://www.xing.com/"); Best regards Reinhard ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ Htmlunit-user mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlunit-user |