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

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 <davide.aresta84@xxxxxxxxx> 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
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top