bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/23910] XML validation causes StackOverflowError


From: kaz at maczuka dot gcd dot org
Subject: [Bug classpath/23910] XML validation causes StackOverflowError
Date: 17 Sep 2005 00:25:45 -0000

------- Additional Comments From kaz at maczuka dot gcd dot org  2005-09-17 
00:25 -------
Inserting

System.err.println("## this is " + this + "(" + hashCode() + ") components[" + 
i +"]=" + components [i] + "(" + components [i].hashCode() + ")");

before the line 1833 of ValidationConsumer.java, we can find this endless
loop.

## this is (b*,c*)*(136538012) components[0]=(b*,c*)*(136536668)
## this is (b*,c*)*(136536668) components[0]=(b*,c*)*(136413596)
## this is (b*,c*)*(136536668) components[1]=(b*,c*)*(136415324)
## this is (b*,c*)*(136415324) components[0]=(b*,c*)*(136416284)
## this is (b*,c*)*(136415324) components[1]=(b*,c*)*(136538012)
## this is (b*,c*)*(136538012) components[0]=(b*,c*)*(136536668)



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23910




reply via email to

[Prev in Thread] Current Thread [Next in Thread]