Hello, I am retrieving data from database after particular time in service. For sometimes it works perfectly but after some time it used to give following exception. Can some one tell me what can be wrong in it ?
E/JavaBinder( 142): java.lang.RuntimeException: No memory in memObj E/JavaBinder( 142): at android.database.CursorWindow.native_init (Native Meth od) E/JavaBinder( 142): at android.database.CursorWindow.<init> (CursorWindow.jav a:467) E/JavaBinder( 142): at android.database.CursorWindow.<init> (CursorWindow.jav a:27) E/JavaBinder( 142): at android.database.CursorWindow $1.createFromParcel(Curs orWindow.java:442) E/JavaBinder( 142): at android.database.CursorWindow $1.createFromParcel(Curs orWindow.java:445) E/JavaBinder( 142): at android.content.ContentProviderNative.onTransact(Cont entProviderNative.java:95) E/JavaBinder( 142): at android.os.Binder.execTransact(Binder.java: 287) E/JavaBinder( 142): at dalvik.system.NativeStart.run(Native Method) E/3 ( 337): 3 E/Exception( 337): java.lang.NullPointerException I/DumpStateReceiver( 74): Added state dump to 1 crashes E/in readData( 337): in readData E/1 ( 337): 1 E/2 ( 337): 2 E/IM --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

