Closed
Bug 1387053
Opened 7 years ago
Closed 7 years ago
Crash in android.database.sqlite.SQLiteException: duplicate column name: formfactor (code 1): , while compiling: ALTER TABLE clients ADD COLUMN formfactor TEXT at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
Categories
(Firefox for Android Graveyard :: Android Sync, defect)
Tracking
(firefox55 unaffected, firefox56 unaffected, firefox57 fixed)
RESOLVED
FIXED
Firefox 57
Tracking | Status | |
---|---|---|
firefox55 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
People
(Reporter: calixte, Assigned: eoger)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, topcrash, Whiteboard: [clouseau])
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is
report bp-8ca5be3d-2354-4c58-99b6-ed6510170803.
=============================================================
There are 145 crashes in nightly 57 with buildid 20170803100354. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1351104.
This signature is ranked #1 in top-crashers.
[1] https://hg.mozilla.org/mozilla-central/rev/ce4d65ff8165
Flags: needinfo?(eoger)
Reporter | ||
Updated•7 years ago
|
Crash Signature: [@ android.database.sqlite.SQLiteException: duplicate column name: formfactor (code 1): , while compiling: ALTER TABLE clients ADD COLUMN formfactor TEXT at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)] → [@ android.database.sqlite.SQLiteException: duplicate column name: formfactor (code 1): , while compiling: ALTER TABLE clients ADD COLUMN formfactor TEXT at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)]
[@ android.databa…
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → eoger
Status: NEW → ASSIGNED
Flags: needinfo?(eoger)
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8893446 [details]
Bug 1387053 - Make sure we don't do DB migration multiple times.
https://reviewboard.mozilla.org/r/164538/#review169814
Oops.
Attachment #8893446 -
Flags: review?(rnewman) → review+
Pushed by eoger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/513dfaefa408
Make sure we don't do DB migration multiple times. r=rnewman
Reporter | ||
Updated•7 years ago
|
Crash Signature: , while compiling: ALTER TABLE clients ADD COLUMN formfactor TEXT #################################################################] → , while compiling: ALTER TABLE clients ADD COLUMN formfactor TEXT #################################################################]
[@ android.database.sqlite.SQLiteException: duplicate column name: formfactor (code 1): , errno=2, while compiling: ALTER…
Reporter | ||
Updated•7 years ago
|
Crash Signature: , while compiling: ALTER TABLE clients ADD COLUMN formfactor TEXT at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method) ] → , while compiling: ALTER TABLE clients ADD COLUMN formfactor TEXT at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)]
[@ android.database.sqlite.SQLiteException: at android.database.sqlite.SQLiteConnection.nativePrepareStat…
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Updated•7 years ago
|
QA Contact: ioana.chiorean
Updated•7 years ago
|
Product: Android Background Services → Firefox for Android
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
•