Closed
Bug 1114461
Opened 10 years ago
Closed 10 years ago
Error fetching migration sentinel
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
People
(Reporter: markh, Assigned: markh)
References
Details
Attachments
(1 file)
1.35 KB,
patch
|
rnewman
:
review+
|
Details | Diff | Splinter Review |
When testing from the very start of the migration flow I see:
1419231221919 Sync.ErrorHandler ERROR X-Weave-Alert: soft-eol: SYNC IS SINKING, ABANDON SHIP!
1419231222748 Sync.Service ERROR Failed to fetch the migration sentinel: TypeError: cryptoWrapper is null (resource://services-sync/service.js:1350:10) JS Stack trace: Sync11Service.prototype.getFxAMigrationSentinel@service.js:1350:11 < Migrator.prototype._getSyncMigrationSentinel<@FxaMigrator.jsm:310:26 < TaskImpl_run@Task.jsm:314:40 < Handler.prototype.process@Promise-backend.js:870:23 < this.PromiseWalker.walkerLoop@Promise-backend.js:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < waitForSyncCallback@async.js:102:7 < Res__request@resource.js:398:14 < Res_delete@resource.js:443:12 < SyncEngine.prototype.wipeServer@engines.js:1547:20 < SyncEngine.prototype._syncStartup@engines.js:886:7 < _syncStartup@clients.js:158:5 < SyncEngine.prototype._sync@engines.js:1501:7 < WrappedNotify@util.js:148:21 < Engine.prototype.sync@engines.js:663:5 < _syncEngine@enginesync.js:199:7 < sync@enginesync.js:91:10 < onNotify@service.js:1275:7 < WrappedNotify@util.js:148:21 < WrappedLock@util.js:103:16 < _lockedSync@service.js:1265:12 < sync/<@service.js:1257:14 < WrappedCatch@util.js:77:16 < sync@service.js:1245:5
I *think* this is somewhat benign as null is returned (there is no sentinel in this case) but we should fix it. Simple one-line patch attached.
Updated•10 years ago
|
Attachment #8539953 -
Flags: review?(rnewman) → review+
Assignee | ||
Comment 1•10 years ago
|
||
Status: NEW → ASSIGNED
Updated•10 years ago
|
Iteration: --- → 37.3
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Updated•6 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•