Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Eclipse RCP and advices

Got it! It's a problem with an aspect declared with @AspectJ notation and perthis modifier... i'm working on it, later i'll post the bug to the eclipse community.

2011/3/14 Andy Clement [via AspectJ] <[hidden email]>
Those StackOverflowErrors look quite unusual - are the stacks
particularly deep? (or do you not get to see full depth).

Are you running with a low -Xss ?  You could try increasing that
-Xss1024k/-Xss2048k - I'm not sure what the default is.  (set it in
the eclipse.ini or via vmargs)

Andy

On 13 March 2011 04:59, Davidosky <[hidden email]> wrote:

> I isolated those plugin which gave the errors, but when i try to add the
> aspect path to the remaining plugin projects it gives another Stack OverFlow
> error...as you can see:
>
> java.lang.StackOverflowError
> at java.io.BufferedInputStream.read(Unknown Source)
> at java.io.DataInputStream.read(Unknown Source)
> at
> org.aspectj.apache.bcel.classfile.LocalVariableTable.(LocalVariableTable.java:112)
> at
> org.aspectj.apache.bcel.classfile.Attribute.readAttribute(Attribute.java:135)
> at
> org.aspectj.apache.bcel.classfile.AttributeUtils.readAttributes(AttributeUtils.java:19)
> at org.aspectj.apache.bcel.classfile.Code.<ini ... olvedType.java:593)
> at
> org.aspectj.weaver.ResolvedMemberImpl.isVisible(ResolvedMemberImpl.java:677)
>
> Compile error: StackOverflowError thrown: null
>
> this is very frustating :(
>
> --
> View this message in context: http://aspectj.2085585.n4.nabble.com/Eclipse-RCP-and-advices-tp3346745p3351766.html

> Sent from the AspectJ - users mailing list archive at Nabble.com.
> _______________________________________________
> aspectj-users mailing list
> [hidden email]
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
_______________________________________________
aspectj-users mailing list
[hidden email]
https://dev.eclipse.org/mailman/listinfo/aspectj-users



If you reply to this email, your message will be added to the discussion below:
http://aspectj.2085585.n4.nabble.com/Eclipse-RCP-and-advices-tp3346745p3355181.html



View this message in context: Re: Eclipse RCP and advices
Sent from the AspectJ - users mailing list archive at Nabble.com.

Back to the top