Skip to main content

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

I believe this bug is fixed in the final release of AspectJ 1.1.

Cheers,
nick
--- Venkat Muthusamy <vmuthus@xxxxxxxxx> wrote:
> Hi All,
> 
> 
> I am always getting the following Exception in my
> command line compiler.
> I just have only 2 classes to wove.
> Also I increased the memort of ajs.bat file
> 
> Any baody can help on this.
> 
> In the Bugzilla bug database of aspectj shows it is
> solved. But I have the latest version. Still this is
> an issue for me.
> 
> Thanks
> venkat M
> -----------------------------------------------
> 
> 
> Exception thrown from AspectJ 1.1rc2
> 
> This might be logged as a bug already -- find current
> bugs at
>  
>
http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler
> 
> Bugs for exceptions thrown have titles File:line from
> the top stack,
> e.g., "SomeFile.java:243"
> 
> If you don't find the exception below in a bug, please
> add a new bug
> at
> http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ
> To make the bug a priority, please include a test
> program
> that can reproduce this exception.
> null
> java.lang.StackOverflowError
>         at
> org.aspectj.weaver.bcel.Utility.getSourceLine(Utility.java:436)
>         at
> org.aspectj.weaver.bcel.Utility.getSourceLine(Utility.java:436)
>         at
> org.aspectj.weaver.bcel.Utility.getSourceLine(Utility.java:436)
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top