You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an alternative crash for the app org.kiwix.kiwixmobile 276.apk discoverable by reproducing the following sequence:
Open Menu (...)
Click on Settings
Click on 'Enable bottom toolbar'
Return to main activity
Click on 'star' symbol in bottom toolbar
This will lead to the following crash:
android.database.sqlite.SQLiteConstraintException: NOT NULL constraint failed: Bookmarks.ZimId (code 1299)
at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method)
at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:782)
at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:788)
at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:86)
at android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1474)
at android.database.sqlite.SQLiteDatabase.insertOrThrow(SQLiteDatabase.java:1369)
at com.yahoo.squidb.data.adapter.SQLiteDatabaseAdapter.insertOrThrow(SQLiteDatabaseAdapter.java:158)
at com.yahoo.squidb.data.SquidDatabase.insert(SquidDatabase.java:592)
at com.yahoo.squidb.data.SquidDatabase.insertRow(SquidDatabase.java:1687)
at com.yahoo.squidb.data.SquidDatabase.persistWithOnConflict(SquidDatabase.java:1623)
at com.yahoo.squidb.data.SquidDatabase.persist(SquidDatabase.java:1608)
at org.kiwix.kiwixmobile.database.BookmarksDao.saveBookmark(BookmarksDao.java:65)
at org.kiwix.kiwixmobile.KiwixMobileActivity.saveBookmark(KiwixMobileActivity.java:1325)
at org.kiwix.kiwixmobile.KiwixMobileActivity.toggleBookmark(KiwixMobileActivity.java:1185)
at org.kiwix.kiwixmobile.KiwixMobileActivity$2.onBookmarkTabSelected(KiwixMobileActivity.java:352)
at org.kiwix.kiwixmobile.PageBottomTab$5.select(PageBottomTab.java:34)
at org.kiwix.kiwixmobile.KiwixMobileActivity.lambda$onCreate$4$KiwixMobileActivity(KiwixMobileActivity.java:500)
at org.kiwix.kiwixmobile.KiwixMobileActivity$$Lambda$4.onClick(Unknown Source)
at android.view.View.performClick(View.java:5637)
at android.view.View$PerformClick.run(View.java:22429)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6119)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
This crash was reproduced on a Pixel XL using API level 25 (7.1.1).
The text was updated successfully, but these errors were encountered:
There is an alternative crash for the app org.kiwix.kiwixmobile 276.apk discoverable by reproducing the following sequence:
This will lead to the following crash:
This crash was reproduced on a Pixel XL using API level 25 (7.1.1).
The text was updated successfully, but these errors were encountered: