He's apparently attempting to delete the JNI global ref. My JNI knowledge is pretty sketchy, but I kinda recall that there's some sort of thread ownership of them and you need to transfer ownership before you can delete.
On Aug 25, 9:03 pm, TreKing <[email protected]> wrote: > On Wed, Aug 25, 2010 at 8:23 AM, Zaheer <[email protected]> wrote: > > Iam trying to delete objects created in a main java thread from a different > > thread > > What do you mean by "delete" ? This is not something I'd expect to see in a > Java program. Also, posting the code where you're doing this that results in > the crash is probably a good idea. > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- 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

