Skip to content

Exception when row size exceeds several hundreds of kilobytes #341

@kemsky

Description

@kemsky

Expected Behavior

No Exception or reasonable exception.

Actual Behavior

Non-fatal Exception: java.lang.Exception: get field slot from row 0 col 0 failed
       at com.dmsapplication.command.report.ReceiptEmailSender.sendReceiptReport(ReceiptEmailSender.java:55)
       at com.dmsapplication.services.ServiceSendReceipt.send(ServiceSendReceipt.java:90)
       at com.dmsapplication.services.ServiceSendReceipt.onIntent(ServiceSendReceipt.java:59)
       at com.dmsapplication.services.AbstractIntentService.onHandleIntent(AbstractIntentService.java:34)
       at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
       at android.os.Handler.dispatchMessage(Handler.java:102)
       at android.os.Looper.loop(Looper.java:135)
       at android.os.HandlerThread.run(HandlerThread.java:61)
Caused by java.lang.IllegalStateException: get field slot from row 0 col 0 failed
       at net.sqlcipher.CursorWindow.getLong_native(CursorWindow.java)
       at net.sqlcipher.CursorWindow.getLong(CursorWindow.java:450)
       at net.sqlcipher.AbstractWindowedCursor.getLong(AbstractWindowedCursor.java:110)
       at net.sqlcipher.AbstractCursor.moveToPosition(AbstractCursor.java:201)
       at net.sqlcipher.AbstractCursor.moveToNext(AbstractCursor.java:230)
       at android.database.CursorWrapper.moveToNext(CursorWrapper.java:166)
       at nl.qbusict.cupboard.QueryResultIterable$QueryResultIterator.<init>(QueryResultIterable.java:118)
       at nl.qbusict.cupboard.QueryResultIterable.iterator(QueryResultIterable.java:46)
       at nl.qbusict.cupboard.QueryResultIterable.get(QueryResultIterable.java:65)
       at nl.qbusict.cupboard.QueryResultIterable.get(QueryResultIterable.java:60)
       at nl.qbusict.cupboard.DatabaseCompartment$QueryBuilder.get(DatabaseCompartment.java:598)
       at com.dmsapplication.command.ReceiptFacade.getReceiptReport(ReceiptFacade.java:251)
       at com.dmsapplication.command.report.ReceiptEmailSender.sendReceiptReport(ReceiptEmailSender.java:41)
       at com.dmsapplication.services.ServiceSendReceipt.send(ServiceSendReceipt.java:90)
       at com.dmsapplication.services.ServiceSendReceipt.onIntent(ServiceSendReceipt.java:59)
       at com.dmsapplication.services.AbstractIntentService.onHandleIntent(AbstractIntentService.java:34)
       at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
       at android.os.Handler.dispatchMessage(Handler.java:102)
       at android.os.Looper.loop(Looper.java:135)
       at android.os.HandlerThread.run(HandlerThread.java:61)

Steps to Reproduce

Row record contains several columns, couple of them can be rather large 100kb+.
Probably i'm hitting this issue https://stackoverflow.com/questions/5406429/cursor-size-limit-in-android-sqlitedatabase, however it is not obvious.

SQLCipher version (can be identified by executing PRAGMA cipher_version;):
3.4.0

SQLCipher for Android version:
3.5.3

Note: If you are not posting a specific issue for the SQLCipher library, please consider posting your question to the SQLCipher discuss site. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions