Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] call method from advice

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[quote Sebastian Berger::on 2/8/2005 6:02 PM]
| Hi,
|
| i have written an aspect with 2 joinpoints. Let's say we have joinpoint1
| which is connectect to a call of a send function and joinpoint2 which is
| connected to a call of the method receive. In the around advice of the
| receive-joinpoint, I have to call the send function (which is arounded by
| the advice connected with joinpoint1). If I do so and call the
| receive-method my program crashes with the following output:
|      [exec] Error verifying method org/aspectj/runtime/internal/Conversions
| intV
| alue(Ljava/lang/Object;)I
|      [exec] Approximate bytecode offset 1: Inconsistent or missing stackmap
| at t
| arget
| ----------------------------
|
| Any suggestion for this problem?
|
| Thanks a lot in advance,
| Sebastian
|
|
| _______________________________________________
| aspectj-users mailing list
| aspectj-users@xxxxxxxxxxx
| http://dev.eclipse.org/mailman/listinfo/aspectj-users
|
Can you provide some code snippets? It will be easier to determine the cause of the problem.

tia,
- --
:alex |.::the_mindstorm::.|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFCCOUZTTDTje0R2dgRAg8/AKCLTPvvV/2T6RB2LSOsvN/yXi9mgACfTfM/
QEYVGSGDUloSWMpNm83CQe4=
=OsSd
-----END PGP SIGNATURE-----


Back to the top