Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.7
-
Fix Version/s: 1.6.3, 1.7-beta-1
-
Component/s: Compiler
-
Labels:None
-
Environment:Ubuntu 8.10, Java 5
-
Number of attachments :
Description
I get:
java.lang.StackOverflowError
at org.codehaus.groovy.ast.ClassNode.equals(ClassNode.java:575)
at org.codehaus.groovy.ast.ClassNode.equals(ClassNode.java:573)
at org.codehaus.groovy.ast.ClassNode.declaresInterfaceDirect(ClassNode.java:803)
at org.codehaus.groovy.ast.ClassNode.declaresInterface(ClassNode.java:786)
at org.codehaus.groovy.ast.ClassNode.declaresInterface(ClassNode.java:792)
at org.codehaus.groovy.ast.ClassNode.declaresInterface(ClassNode.java:792)
...
the project has mixed java & groovy sources.
Not sure where the issue is, so can't reproduce with a small set of files
that's the first time we get something like that... could you please give the full trace, because from the part I see I cannot see where the loop should be, that is causing the StackOverflowError.