Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] java.lang.VerifyError

Please file this as a bug report. That will make life easier for the developers. It's always best to include a self-contained example, but if that's not possible, it's still good to get this into the bug database for tracking purposes.

BTW - This bug appears to be a bad interaction between perthis/target aspects, intertype declarations and method signature matching in pcds -- a classic kind of large system interaction issue.

-Jim

Macneil Shonle wrote:

Hi Wes,


Would you try with:
- ajc 1.1.1rc1
  http://download.eclipse.org/technology/ajdt/aspectj-1.1.1rc1.jar


I tried it with ajc1.1.1rc1 and I still get errors, but luckily these are
now errors with the ajc compiler itself, instead of the binaries it
produces.


- use -XnoInline flag


I tried the flag with ajc1.1 and ajc1.1.1rc1. It seems to have no effect
wrt my problem.


- don't use -XnoWeave flag (if you are)


I'm not using it.


Let us know what happens.  If it's still broken, please add a bug:


That might be what I'll have to do. Again, I think this is a big project
issue, so it will be hard to make a small test case. I don't mind sending
my project to the developer working on the bug, but I'd rather not send it
for wide use.

The error I get from ajc is "trouble in:" with a printed request to look
at the bugs page, so I assume this is info you guy want to know. I'm using
cygwin on Windows XP for my project. Attached is the output from make. The
ajc command also produces a NullPointerException.

I think in the meantime I'll try ajc 1.0.6.

Thanks!
-Macneil






Back to the top