I got this error in runtime (c++ jni)
W/dalvikvm(24772): Invalid indirect reference 0x61382e48 in decodeIndirectRef
E/dalvikvm(24772): VM aborting
F/libc (24772): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 24975 (ldAndroidCaptur)
0x61382348 is a address that was passed from c++ to Java.
I don't know what mean is this message Invalid indirect reference 0x........ in decodeIndirectRef
Who can let me know it?
Thanks.