Giter Club home page Giter Club logo

Comments (1)

Aga-C avatar Aga-C commented on June 10, 2024

I was able to reproduce it on an emulator. It looks that the problem is indeed in too large photo. Here's the crash log:

2024-01-23 21:58:13.805  6813-7530  SQLiteQuery             org.fossify.contacts.debug           E  exception: Row too big to fit into CursorWindow requiredPos=3, totalRows=4; query: SELECT * FROM contacts
2024-01-23 21:58:13.806  6813-7530  AndroidRuntime          org.fossify.contacts.debug           E  FATAL EXCEPTION: Thread-21
                                                                                                    Process: org.fossify.contacts.debug, PID: 6813
                                                                                                    android.database.sqlite.SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=3, totalRows=4
                                                                                                    	at android.database.sqlite.SQLiteConnection.nativeExecuteForCursorWindow(Native Method)
                                                                                                    	at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:1024)
                                                                                                    	at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:838)
                                                                                                    	at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
                                                                                                    	at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:153)
                                                                                                    	at android.database.sqlite.SQLiteCursor.onMove(SQLiteCursor.java:123)
                                                                                                    	at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:255)
                                                                                                    	at android.database.AbstractCursor.moveToNext(AbstractCursor.java:287)
                                                                                                    	at org.fossify.commons.interfaces.ContactsDao_Impl.getContacts(ContactsDao_Impl.java:230)
                                                                                                    	at org.fossify.commons.helpers.LocalContactsHelper.getAllContacts(LocalContactsHelper.kt:19)
                                                                                                    	at org.fossify.commons.helpers.LocalContactsHelper.getAllContacts$default(LocalContactsHelper.kt:18)
                                                                                                    	at org.fossify.commons.helpers.ContactsHelper$getContacts$1.invoke(ContactsHelper.kt:53)
                                                                                                    	at org.fossify.commons.helpers.ContactsHelper$getContacts$1.invoke(ContactsHelper.kt:36)
                                                                                                    	at org.fossify.commons.helpers.ConstantsKt.ensureBackgroundThread$lambda$0(Constants.kt:452)
                                                                                                    	at org.fossify.commons.helpers.ConstantsKt.$r8$lambda$To1tc4xyXkXWhV8K0jRjmGoF1JY(Unknown Source:0)
                                                                                                    	at org.fossify.commons.helpers.ConstantsKt$$ExternalSyntheticLambda0.run(Unknown Source:2)
                                                                                                    	at java.lang.Thread.run(Thread.java:1012)

from contacts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.