Bug 314984 - When trying to clean all projects in the workspace I get a stack overflow exception
Summary: When trying to clean all projects in the workspace I get a stack overflow exc...
Status: CLOSED DUPLICATE of bug 298908
Alias: None
Product: AspectJ
Classification: Tools
Component: LTWeaving (show other bugs)
Version: 1.6.7   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 321280 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-05-29 14:21 EDT by yoav CLA
Modified: 2010-07-29 21:33 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***