Bug #4448
too many cursors
Status: | Closed | Start date: | 01/24/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | v14.2 bug fix update! | |||
Component: |
Description
Version 1410001 | info.guardianproject.otr.app.im¶
Stacktrace (first of multiple)¶
plugin.xmpp.XmppConnection;do_login;XmppConnection.java;806 plugin.xmpp.XmppConnection;doHeartbeat;XmppConnection.java;2348 plugin.xmpp.XmppConnection$9;run;XmppConnection.java;2328
Reason¶
android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. # Open Cursors=9 (# cursors opened by this proc=9)
Link to HockeyApp¶
History
#1 Updated by n8fr8 over 2 years ago
- Target version set to v14.2 bug fix update!
#2 Updated by n8fr8 over 2 years ago
- Status changed from New to Resolved
- cleaned up multiple places where cursors not closed
- on login, don't always reload roster (contacts cursor) unless not yet loaded
#3 Updated by n8fr8 over 2 years ago
- Status changed from Resolved to Closed