Menu

#2 MyService crashes on "DROID RAZR (cdma_spyder)" devices

Rejected
nobody
None
High
Future
Bug
2014-01-06
2013-11-04
Anonymous
No

Originally created by: JurisOlekss
Originally owned by: JurisOlekss

Here is the exception:

java.lang.IllegalStateException: attempt to re-open an already-closed object: SQLiteDatabase: /data/data/myservice.android/databases/MyServiceDB
at android.database.sqlite.SQLiteClosable.acquireReference(SQLiteClosable.java:55)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1310)
at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1253)
at myservice.android.database.Database.select(Database.java:40)
at myservice.android.database.Database.getUniqueRowId(Database.java:91)
at myservice.android.activities.PersonListActivity$1$1.onClick(PersonListActivity.java:79)
at android.view.View.performClick(View.java:4106)
at android.view.View$PerformClick.run(View.java:17052)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5059)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:792)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
at dalvik.system.NativeStart.main(Native Method)

Discussion

  • Anonymous

    Anonymous - 2013-11-04

    Originally posted by: JurisOlekss

    (No comment was entered for this change.)

    Labels: -Version-1.1.0 Version-Future

     
  • Anonymous

    Anonymous - 2013-11-04

    Originally posted by: JurisOlekss

    (No comment was entered for this change.)

    Labels: -Version-Future Version-1.0.1

     
  • Anonymous

    Anonymous - 2013-11-11

    Originally posted by: JurisOlekss

    (No comment was entered for this change.)

    Labels: -Version-1.0.1 Version-1.1.0

     
  • Anonymous

    Anonymous - 2013-11-13

    Originally posted by: JurisOlekss

    Still unclear how this happens.

    For a while, removed that device from the list of supported devices.

    Labels: -Version-1.1.0 Version-Future

     
  • Anonymous

    Anonymous - 2014-01-06

    Originally posted by: JurisOlekss

    Seems to be a duplicate of #22

    Status: Rejected

     

Log in to post a comment.