Closed
Bug 1202662
Opened 10 years ago
Closed 10 years ago
Crash in [@ sqlite3_changes]
Categories
(Firefox for iOS :: Data Storage, defect)
Tracking
()
People
(Reporter: aaronmt, Assigned: rnewman)
Details
(Keywords: crash)
Attachments
(1 file)
https://crash-stats.mozilla.com/signature/?product=FennecIOS&signature=sqlite3_changes&_columns=date&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=reason&_columns=address&page=1
0 Storage sqlite3_changes
1 Storage Storage.SQLiteDBConnection.numberOfRowsModified.getter : Swift.Int
2 Storage Storage.DeferredDBOperation.((main in _A6B22247AC4A1E27728093897556B53C) <A>(Storage.DeferredDBOperation<A>) -> () -> ()).(closure #1).(implicit closure #1)
| Assignee | ||
Updated•10 years ago
|
Component: General → Data Storage
| Assignee | ||
Comment 1•10 years ago
|
||
This is an update running on a background thread when the database handle is closed.
| Assignee | ||
Comment 2•10 years ago
|
||
If my diagnosis is correct, this also affects 1.1.
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
status-fxios-v1.0.5:
--- → affected
status-fxios-v1.1:
--- → ?
| Assignee | ||
Comment 3•10 years ago
|
||
Want two sets of eyes on this.
Attachment #8658726 -
Flags: review?(sleroux)
Attachment #8658726 -
Flags: review?(etoop)
Updated•10 years ago
|
Attachment #8658726 -
Flags: feedback+
Comment 4•10 years ago
|
||
Comment on attachment 8658726 [details] [review]
master pull req.
Looks good with Emily's comment resolved.
Attachment #8658726 -
Flags: review?(sleroux) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
v1.0: 8d1d59a
master: d2c1aa2
Let's hope this goes away in the new build.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Attachment #8658726 -
Flags: review?(etoop) → review+
| Assignee | ||
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•