Closed
Bug 1212866
Opened 10 years ago
Closed 10 years ago
Crash when initially synchronizing my personal bookmarks
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1213157
Tracking | Status | |
---|---|---|
fxios | 1.1+ | --- |
People
(Reporter: csuciu, Assigned: rnewman)
Details
(Keywords: crash)
Attachments
(1 file)
53.99 KB,
text/plain
|
Details |
Firefox 1.1 (1105)
Steps:
1. Had only bookmarks enabled for sync
2. Logged in on device with my personal account
Result:
During the initial sync, Firefox becomes unresponsive, then crashes. The following syncs, until the next sign in/initial sync, are working as expected
I can't reproduce with other accounts
From logs:
https://pastebin.mozilla.org/8848667
Updated•10 years ago
|
Assignee | ||
Comment 1•10 years ago
|
||
Need the crash report to see the other threads. My suspicion is that something is blocking on the DB somehow.
Component: Sync → General
Hardware: Other → Unspecified
Comment 2•10 years ago
|
||
Catalin, are you familiar with pulling crashes from the devices window in XCode (bottom of document)?
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/AnalyzingCrashReports/AnalyzingCrashReports.html
Reporter | ||
Comment 3•10 years ago
|
||
Crash report from Aurora 1107.
Comment 6•10 years ago
|
||
Xcode was unable to automatically symbolicate the Sync lines in question in Thread 6 but I was able to manually symbolicate them:
LivemarkPayload.toMirrorItem(UInt64) -> BookmarkMirrorItem (in Sync) (CleartextPayloadJSON.swift:41)
LivemarkPayload.toMirrorItem(UInt64) -> BookmarkMirrorItem (in Sync) (BookmarkPayload.swift:490)
protocol witness for MirrorItemable.toMirrorItem<A where ...>(UInt64) -> BookmarkMirrorItem in conformance LivemarkPayload (in Sync) (BookmarkPayload.swift:476)
BookmarksMirrorer.((applyRecordsFromBatcher in _CBD19FB4AE13E2D54D4F7F455AAFC646)(BookmarksMirrorer) -> () -> Deferred<Maybe<()>>).(closure #1) (in Sync) (BookmarksDownloader.swift:111)
thunk (in Sync) (BookmarksDownloader.swift:0)
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)
Flags: needinfo?(sleroux)
Assignee | ||
Comment 7•10 years ago
|
||
Thanks, Ste[f|ph]!
Assignee: nobody → rnewman
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•