Please if you are going to file a bug, include at least an .apk with steps to reproduce. It is even more useful to have a stripped down app that demonstrates the problem.
Also since there are a lot of content service things, there is a non-zero chance that this is just the app leaking resources (observers on a content provider) and thus eventually running out of resources. On Mon, Jun 21, 2010 at 4:37 PM, fadden <[email protected]> wrote: > On Jun 15, 3:12 am, sweetdevil <[email protected]> wrote: > > 01-06 07:45:07.814: WARN/dalvikvm(1063): JNI global reference table > > summary (2001 entries): > ... > > 01-06 07:45:07.854: WARN/dalvikvm(1063): 934 of Ljava/lang/ref/ > > WeakReference; 28B (934 unique) > > 01-06 07:45:07.874: WARN/dalvikvm(1063): 33 of Ljava/lang/ref/ > > WeakReference; 36B (33 unique) > ... > > 01-06 07:45:07.894: WARN/dalvikvm(1063): 413 of Landroid/content/ > > ContentService$ObserverNode$ObserverEntry; 20B > > (413 unique) > ... > > 01-06 07:45:07.914: WARN/dalvikvm(1063): 405 of Landroid/database/ > > ContentObserver$Transport; 28B (405 unique) > > 01-06 07:45:07.914: WARN/dalvikvm(1063): 5 of Landroid/database/ > > ContentObserver$Transport; 36B (5 unique) > > > You're somehow causing the JNI global reference table to overflow. > Could be a bug in the Android framework. > > You should file a bug on b.android.com, with the above output and a > description of what it is you're doing. If you have an APK that > allows the problem to be reproduced easily, please attach it. > (Presumably if you reduce your alarm time from 30 seconds to 1 second, > it'll blow up in about 6 minutes?) > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

