Closed
Bug 978377
Opened 11 years ago
Closed 8 years ago
crash in android.database.sqlite.SQLiteConstraintException: error code 0x13: constraint failed at android.database.sqlite.SQLiteStatement.native_executeInsert(Native Method) Kindle
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox29 affected, firefox30 ?)
RESOLVED
INCOMPLETE
People
(Reporter: kbrosnan, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [native-crash] [kindle])
Crash Data
This bug was filed from the Socorro interface and is
report bp-30efff30-27e8-4dee-990b-baa8e2140227.
=============================================================
android.database.sqlite.SQLiteConstraintException: error code 0x13: constraint failed
at android.database.sqlite.SQLiteStatement.native_executeInsert(Native Method)
at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:113)
at android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1720)
at android.database.sqlite.SQLiteDatabase.insertOrThrow(SQLiteDatabase.java:1619)
at org.mozilla.gecko.db.BrowserProvider.insertBookmark(BrowserProvider.java:2794)
at org.mozilla.gecko.db.BrowserProvider.updateInTransaction(BrowserProvider.java:2420)
at org.mozilla.gecko.db.BrowserProvider.update(BrowserProvider.java:2364)
at android.content.ContentProvider$Transport.update(ContentProvider.java:219)
at android.content.ContentResolver.update(ContentResolver.java:857)
at org.mozilla.gecko.db.LocalBrowserDB.pinSite(LocalBrowserDB.java:1164)
at org.mozilla.gecko.db.BrowserDB.pinSite(BrowserDB.java:308)
at org.mozilla.gecko.home.TopSitesPanel$3.run(TopSitesPanel.java:340)
at android.os.Handler.handleCallback(Handler.java:605)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at org.mozilla.gecko.util.GeckoBackgroundThread.run(GeckoBackgroundThread.java:32)
Comment 1•11 years ago
|
||
https://crash-stats.mozilla.com/report/index/18358431-9efd-4c25-9a99-ddcc82140226
https://crash-stats.mozilla.com/report/index/ffd72d4f-e6a5-4ad3-844b-1e0d92140226
https://crash-stats.mozilla.com/report/index/ab3818db-701b-4000-881d-4f9b52140222
Can you see any adb snippets for those crashes, Kevin? I don't have the right crash-stats bits.
Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(kbrosnan)
Reporter | ||
Comment 2•11 years ago
|
||
No adb snippets for those crashes. If I recall correctly it requires Android 4.1+
Flags: needinfo?(kbrosnan)
Comment 3•11 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #1)
> Can you see any adb snippets for those crashes, Kevin? I don't have the
> right crash-stats bits.
If you need access to things like logcat, URLs or even minidumps every now and then, we can make that happen, file a bug for that against Socorro::General and assign to me.
Comment 4•10 years ago
|
||
I assume this is somewhat related to the other similar crashes:
https://bugzilla.mozilla.org/buglist.cgi?quicksearch=sqlitestatement
Updated•9 years ago
|
Crash Signature: [@ android.database.sqlite.SQLiteConstraintException: error code 0x13: constraint failed at android.database.sqlite.SQLiteStatement.native_executeInsert(Native Method)] → [@ android.database.sqlite.SQLiteConstraintException: error code 0x13: constraint failed at android.database.sqlite.SQLiteStatement.native_executeInsert(Native Method)]
[@ android.database.sqlite.SQLiteConstraintException: error code 0x13: constraint fai…
Reporter | ||
Comment 5•8 years ago
|
||
Signatures show 0 crashes in the last week across all channels.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•