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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to