Closed
Bug 960420
Opened 12 years ago
Closed 12 years ago
App hangs when syncing with Evernote when there's nothing to update
Categories
(Firefox OS Graveyard :: Gaia::Notes, defect)
Firefox OS Graveyard
Gaia::Notes
Tracking
(b2g-v1.3 verified, b2g-v1.3T fixed)
RESOLVED
FIXED
1.3 C3/1.4 S3(31jan)
People
(Reporter: yor, Assigned: yor)
Details
Attachments
(1 file)
Seems to be caused by a "divide by zero" bug here:
this.processSyncChunkList = function() {
var chunk = null;
var remainingSyncChunks = syncList.notebooks.length
+ syncList.notes.length
+ syncList.expungedNotebooks.length
+ syncList.expungedNotes.length;
var percentage = ((totalSyncChunks - remainingSyncChunks) * 100) / totalSyncChunks;
self.updateProgressBar(percentage);
Attachment #8361180 -
Flags: review?(matias)
Comment 2•12 years ago
|
||
Comment on attachment 8361180 [details] [review]
Pull request
r+ for Matias
Attachment #8361180 -
Flags: review?(matias) → review+
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Master: c6d4be48af688fb317f1a80519b9cbeaae27b8c3
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 1.3 C3/1.4 S3(31jan)
Comment 4•11 years ago
|
||
I was able to verify this issue as Fixed in the following build:
v1.3 Environmental Variables:
Device: Buri v1.3 MOZ
BuildID: 20140410004002
Gaia: 62acb4b0e774b6709b8be400d849f807404bb21b
Gecko: 94baf6039462
Version: 28.0
Firmware Version: v1.2-device.cfg
status-b2g-v1.3:
--- → verified
Updated•11 years ago
|
status-b2g-v1.3T:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•