Iam trying to delete objects created in a main java thread from a different thread, i get a warning
JNI WARNING: threadid=12 using env from threadid=9 W/dalvikvm( 1034): in Ldalvik/system/NativeStart;.run ()V (DeleteGlobalRef) followed by a crash. #0 0xaca397c4 in dvmAbort () at dalvik/vm/Init.c:1689 #1 0xaca2d0bc in abortMaybe () at dalvik/vm/CheckJni.c:299 #2 0xaca2d1e6 in checkThread (env=<value optimized out>, flags=4, func=<value optimized out>) at dalvik/vm/CheckJni.c:402 #3 0xaca2e712 in Check_DeleteGlobalRef (env=0x122b80, globalRef=0x44f97898) at dalvik/vm/CheckJni.c:1410 Could you let me know why this is a problem and how to fix this. Thanks, Zaheer -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

