Closed
Bug 1245976
Opened 10 years ago
Closed 10 years ago
Crash in LivemarkPayload.toMirrorItem
Categories
(Firefox for iOS :: Sync, defect)
Tracking
()
RESOLVED
FIXED
2.0
| Tracking | Status | |
|---|---|---|
| fxios | 2.0+ | --- |
People
(Reporter: rnewman, Assigned: rnewman)
Details
Attachments
(1 file)
LivemarkPayload.toMirrorItem(UInt64) -> BookmarkMirrorItem (in Sync) (CleartextPayloadJSON.swift:41)
LivemarkPayload.toMirrorItem(UInt64) -> BookmarkMirrorItem (in Sync) (BookmarkPayload.swift:496)
protocol witness for MirrorItemable.toMirrorItem<A where ...>(UInt64) -> BookmarkMirrorItem in conformance LivemarkPayload (in Sync) (BookmarkPayload.swift:484)
BookmarksMirrorer.((applyRecordsFromBatcher in _CBD19FB4AE13E2D54D4F7F455AAFC646)(BookmarksMirrorer) -> () -> Deferred<Maybe<()>>).(closure #1) (in Sync) (BookmarksDownloader.swift:111)
thunk (in Sync) (BookmarksDownloader.swift:0)
specialized specialized SequenceType<A where ...>.flatMap<A><B where ...>((A.Generator.Element) throws -> B?) throws -> [B] (in Sync) (BookmarksDownloader.swift:0)
BookmarksMirrorer.(go(BookmarksMirrorer) -> (InfoCollections, greenLight : () -> Bool) -> Deferred<Maybe<()>>).(closure #1) (in Sync) (BookmarksDownloader.swift:111)
| Assignee | ||
Comment 1•10 years ago
|
||
// TODO: these might need to be weakened if real-world data is dirty.
parentID: self["parentid"].asString!,
parentName: self["parentName"].asString!,
title: self["title"].asString!,
Looks like real-world data is dirty!
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8716129 -
Flags: review?(sleroux)
| Assignee | ||
Updated•10 years ago
|
tracking-fxios:
--- → 2.0+
Comment 3•10 years ago
|
||
Comment on attachment 8716129 [details] [review]
Link to Github pull-request: https://github.com/mozilla/firefox-ios/pull/1500
LGTM!
Attachment #8716129 -
Flags: review?(sleroux) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.0
You need to log in
before you can comment on or make changes to this bug.
Description
•