You have a Cursor (not a database) somewhere that you haven't closed
or called startManagingCursor on.  Every Cursor creation should be
followed by a startManagingCursor() or a .close().  Obviously don't
close until you are done using it.

On Mar 17, 1:40 pm, Joseph Arceneaux <joe.arcene...@gmail.com> wrote:
> Hello everyone,
> my application keeps throwing an Illegal State Exception
> at SQLiteCursor.finalize() line: 448.  This is after I have finished my DB
> operations and called db.close().  It seems to happen very randomly, but
> frequently.  Has anyone else seen this?  I suspect it's an Android bug, but
> tickled somehow by my code.
>
> Any insights appreciated.
>
> Joe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to