Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314984

Summary: When trying to clean all projects in the workspace I get a stack overflow exception
Product: [Tools] AspectJ Reporter: yoav <yoav_>
Component: LTWeavingAssignee: aspectj inbox <aspectj-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: major    
Priority: P3 CC: aclement, minalenan, yoav_
Version: 1.6.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description yoav CLA 2010-05-29 14:21:01 EDT
Build Identifier: Build id: 20100218-1602 

java.lang.StackOverflowError
at java.util.HashMap.get(Unknown Source)
at org.aspectj.weaver.World$TypeMap.get(World.java:1116)
at org.aspectj.weaver.World.resolve(World.java:273)
at org.aspectj.weaver.World.resolve(World.java:209)
at org.aspectj.weaver.UnresolvedType.resolve(UnresolvedType.java:645)
at org.aspectj.weaver.ResolvedType.getRawType(ResolvedType.java:2331)
at org.aspectj.weaver.ReferenceType.isAssignableFrom(ReferenceType. ... java/lang/String;
                    ARETURN
  end public String toString()

end public class org.aspectj.apache.bcel.generic.InstructionHandle


Reproducible: Sometimes
Comment 1 Andrew Clement CLA 2010-05-29 17:54:20 EDT
already fixed as bug 298908, see the readme for 1.6.8: 
http://www.eclipse.org/aspectj/doc/released/README-168.html

*** This bug has been marked as a duplicate of bug 298908 ***
Comment 2 Andrew Clement CLA 2010-07-29 21:33:33 EDT
*** Bug 321280 has been marked as a duplicate of this bug. ***