On Sep 8, 1:25 pm, fadden <fad...@android.com> wrote: > On Sep 8, 12:26 pm, DaveG <david.golom...@flexilis.com> wrote: > > > My app is running into the following crash and I'm having a hard time > > diagnosing it. We have multiple background threads (including a couple > > pthreads started via JNI that are making calls back up to Java > > occasionally), but none of them are reporting errors . Any suggestions > > on how to go about isolating this? There are no symbols in libdvm, so > > I've been unable to figure out where the stack trace points. This has > > happened 3 times so far, with the same stack trace each time. > > Note that libraries with symbols are never installed on the device > itself. They're generated and stored in a separate directory in the > "out" directory, and the tools pull them from there.
Ah, yeah, forgot about building it myself, duh. Ok, with symbols, it becomes clear that System.gc() is running (triggered by a JNI call up to Java) and is barfing on something it finds, likely because of an invalid DeleteLocalRef() call in my C code somewhere. That should be easy enough to find. Thanks, Dave Golombek Flexilis, Inc www.flexilis.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---