newtonandebe / daily-money

Automatically exported from code.google.com/p/daily-money
0 stars 0 forks source link

java.lang.RuntimeException: Unable to pause activity #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
java.lang.RuntimeException: Unable to pause activity 
{com.bottleworks.dailymoney/com.bottleworks.dailymoney.ui.DetailListActivity}: 
android.database.sqlite.SQLiteException: unable to close due to unfinalised 
statements
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3545)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3502)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3485)
at android.app.ActivityThread.access$2500(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2139)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:143)
at android.app.ActivityThread.main(ActivityThread.java:4914)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.database.sqlite.SQLiteException: unable to close due to 
unfinalised statements
at android.database.sqlite.SQLiteDatabase.dbclose(Native Method)
at 
android.database.sqlite.SQLiteDatabase.onAllReferencesReleased(SQLiteDatabase.ja
va:363)
at android.database.sqlite.SQLiteDatabase.close(SQLiteDatabase.java:953)
at android.database.sqlite.SQLiteOpenHelper.close(SQLiteOpenHelper.java:191)
at 
com.bottleworks.dailymoney.data.SQLiteDataProvider.destroyed(SQLiteDataProvider.
java:38)
at 
com.bottleworks.dailymoney.context.Contexts.cleanDataProvider(Contexts.java:462)
at com.bottleworks.dailymoney.context.Contexts.cleanActivity(Contexts.java:115)
at 
com.bottleworks.dailymoney.context.ContextsActivity.onPause(ContextsActivity.jav
a:79)
at android.app.Activity.performPause(Activity.java:3883)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1308)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3532)
... 12 more

Original issue reported on code.google.com by attic...@gmail.com on 12 Apr 2011 at 10:26

GoogleCodeExporter commented 8 years ago

Original comment by attic...@gmail.com on 12 Apr 2011 at 10:27