Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] StackOverflowError

I'm seeing an issue since upgrading to AJDT 2.1.1.e36x-release-20101020-1600 on Helios Service Release 1.  When I start eclipse I get an error while initializing java tooling with this appearing in the Eclipse log:

java.lang.StackOverflowError
        at org.eclipse.ajdt.core.javaelements.AJCompilationUnit.getHandleFromMemento(AJCompilationUnit.java:946)
        at org.eclipse.ajdt.core.javaelements.AJCompilationUnit.getHandleFromMemento(AJCompilationUnit.java:1000)
        at org.eclipse.ajdt.core.javaelements.AJCompilationUnit.getHandleFromMemento(AJCompilationUnit.java:1000)

Where the last line appears over and over again up the stack.  It asks me if I'd like to exit the workbench and if I don't everything appears to work.  None the less it seems like something that should be fixed.  Let me know if you need any more information.



Back to the top