Bug 299548 - Out of memory error and the one listed below + workspace related issue already a bug
Summary: Out of memory error and the one listed below + workspace related issue alread...
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P2 critical (vote)
Target Milestone: 1.6.9M1   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-13 14:35 EST by Anjan Pakhira CLA
Modified: 2010-04-16 13:10 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anjan Pakhira CLA 2010-01-13 14:35:28 EST
Build Identifier: Most current AJDT plugin 

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. ... aw.util.ResourceBundleUtil access$0(org.jhotdraw.samples.svg.action.CombineAction)

end public class org.jhotdraw.samples.svg.action.CombineAction


Reproducible: Always

Steps to Reproduce:
1.I am just trying to compile a large project JHotdraw
2.I am using a simple Aspect to trace methods.
3.
Comment 1 Andrew Clement CLA 2010-01-13 15:34:50 EST
Looks like bug 298908, occurring most likely because AJDT doesn't include AspectJ 1.6.8.  Let me update it to 1.6.8
Comment 2 Andrew Clement CLA 2010-01-13 15:41:57 EST
committed 1.6.8 into AJDT, will be in next dev build of ajdt.
Comment 3 Andrew Clement CLA 2010-01-25 18:09:29 EST
did I fail to put 1.6.8 into ajdt, hmm, must do that.
Comment 4 Andrew Clement CLA 2010-01-27 12:27:53 EST
1.6.8 AspectJ is now in AJDT - that should address the stack overflow.
Comment 5 Andrew Clement CLA 2010-03-22 18:10:22 EDT
believed fixed, please reopen if still a problem with the latest AJDT.