Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android.database.CursorWindowAllocationException #592

Open
SmileEveryDayDay opened this issue Jun 15, 2022 · 1 comment
Open

android.database.CursorWindowAllocationException #592

SmileEveryDayDay opened this issue Jun 15, 2022 · 1 comment
Labels
needs-details Needs additional details to proceed.

Comments

@SmileEveryDayDay
Copy link

Carsh info:
android.database.CursorWindowAllocationException:
at android.database.CursorWindow. (CursorWindow.java:108)
at android.database.CursorWindow. (CursorWindow.java:143)
at net.sqlcipher.CursorWindow. (CursorWindow.java:67)
at net.sqlcipher.database.SQLiteCursor.fillWindow (SQLiteCursor.java:301)
at net.sqlcipher.database.SQLiteCursor.getCount (SQLiteCursor.java:292)
at android.database.CursorWrapper.getCount (CursorWrapper.java:57)
at Samsung Galaxy Note3 Android 5.0 (SDK 21)

@developernotes
Copy link
Member

Hi @SmileEveryDayDay

Unfortunately, a stack trace alone is not enough information to isolate an issue within SQLCipher for Android. We would ask that you review your application code to see where the call site might occur for the error when utilizing the library, evaluate the SQL command(s) being executed, and try to provide any additional information where you can. Additionally, are you able to reproduce this behavior within the SQLCipher for Android test suite? Without additional information, we are unable to provide direction for next steps.

@developernotes developernotes added the needs-details Needs additional details to proceed. label Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-details Needs additional details to proceed.
Projects
None yet
Development

No branches or pull requests

2 participants