Skip to main content

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

Hi Andrew,

Thanks for getting back to me, but that doesn't seem to have fixed it.  I'm now using version 2.1.2.e36x-20101109-1600 and I've restarted Eclipse twice, once with the -clean option, but I'm still getting a StackOverflowError at the same line numbers.

On Wed, Nov 10, 2010 at 11:53 AM, Andrew Eisenberg <andrew@xxxxxxxxxxxx> wrote:
Hi Dave,

Can you please update to the latest dev build?  We have already fixed this problem.

http://download.eclipse.org/tools/ajdt/36/dev/update

On Wed, Nov 10, 2010 at 6:17 AM, David Whittaker <dave@xxxxxxxxxx> wrote:
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.



_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top