Closed
Bug 1666396
Opened 4 years ago
Closed 2 years ago
Crash in [@ android.database.sqlite.SQLiteConstraintException: at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method)]
Categories
(Fenix :: General, defect)
Fenix
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: RyanVM, Unassigned)
Details
(Keywords: crash)
Crash Data
Not a new crash, but still showing up in the topcrash reports pretty consistently.
Crash report: https://crash-stats.mozilla.org/report/index/85c6aeca-f0c6-4308-8fda-af7480200922
Java stack trace:
android.database.sqlite.SQLiteConstraintException
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 androidx.sqlite.db.framework.FrameworkSQLiteStatement.executeInsert(FrameworkSQLiteStatement.java:1)
at androidx.room.EntityInsertionAdapter.insertAndReturnId(EntityInsertionAdapter.java:3)
at mozilla.components.feature.downloads.db.DownloadDao_Impl$5.call(DownloadDao_Impl.java:2)
at androidx.room.CoroutinesRoom$Companion$execute$2.invokeSuspend(CoroutinesRoom.kt:3)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:3)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:21)
at androidx.room.TransactionExecutor$1.run(TransactionExecutor.java:1)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
Comment 1•2 years ago
|
||
No crash reports after Fenix 101.2.0.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
Updated•2 years ago
|
Component: Stability → General
You need to log in
before you can comment on or make changes to this bug.
Description
•