Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPLINKCHECK-18 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPLINKCHECK-18 Summary: java.lang.StackOverflowError while processing html file over 128k Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-linkcheck-plugin Versions: 1.3.2 Assignee: Reporter: Denis Dallaire Created: Thu, 6 Jan 2005 3:14 PM Updated: Thu, 6 Jan 2005 3:14 PM Environment: Windowx XP - j2sdk 1.4.2_04 - maven 1.0 Description: When i run site plugin with link-check report on my project I get a java.lang.StackOverflowError for each file that is over ~128k in my $basedir/target/docs/apidocs directory. I think this issue is related to : MPSITE-20 wich is closed saying that the problem is not it site plugin. I tried to boost the stack size with -Xss option with no success. I have a simple test case to repro the bug wich I Will attach to this bug. the ouput is : ----- BEGIN OUTPUT ------- ... maven-linkcheck-plugin: Not using a proxy Found 0 files so far. Memory: 10M/11M Validating apidocs/allclasses-frame.html Validating apidocs/allclasses-noframe.html Validating apidocs/com/tsc/util/bug/BugBean.html Caught java.lang.StackOverflowError processing apidocs/com/tsc/util/bug/BugBean. html Exception Message: null Validating apidocs/com/tsc/util/bug/class-use/BugBean.html Validating apidocs/com/tsc/util/bug/package-frame.html Validating apidocs/com/tsc/util/bug/package-summary.html Validating apidocs/com/tsc/util/bug/package-tree.html Validating apidocs/com/tsc/util/bug/package-use.html Validating apidocs/constant-values.html Validating apidocs/deprecated-list.html ... ----- END OUTPUT ---------- Thanks --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
