Open Bug 798433 Opened 12 years ago Updated 2 years ago

history failed: NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS

Categories

(Firefox :: Sync, defect)

defect

Tracking

()

People

(Reporter: gerv, Unassigned)

References

Details

(Whiteboard: [sync:history])

Attachments

(2 files)

Attached file Sync log with problem (deleted) —
My history is failing to sync. Sample log attached, although I have many more. Please let me know what other info I can provide to help debug the problem. This is causing Firefox to say "Sync has not been able to complete during the last 7 days. Please check your network settings." This is a misleading error message. If at least some modules are able to complete, then clearly it can't be a problem with the network settings. This message, or at least its second sentence should only be displayed when failure is total. Gerv
Comment on attachment 668493 [details] Sync log with problem Interesting error log. The most interesting bit: 1349456204035 Sync.Engine.History INFO 87 outgoing items pre-reconciliation 1349456216801 Sync.Engine.History WARN DATA LOSS: Both local and remote changes to record: -c0-GBY3Llov 1349456216986 Sync.SyncScheduler DEBUG Next sync in 90000 ms. 1349456222434 Sync.Engine.History WARN DATA LOSS: Both local and remote changes to record: 237GNou_5jme 1349456224855 Sync.Status DEBUG Status for engine history: error.engine.reason.unknown_fail 1349456224855 Sync.Status DEBUG Status.service: success.status_ok => error.sync.failed_partial 1349456224855 Sync.ErrorHandler DEBUG history failed: NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS JS Stack trace: Res_get@resource.js:400 < SyncEngine__processIncoming@engines.js:873 < SyncEngine__sync@engines.js:1284 < WrappedNotify@util.js:142 < Engine_sync@engines.js:481 < _syncEngine@service.js:1399 < onNotify@service.js:1292 < WrappedNotify@util.js:142 < WrappedLock@util.js:97 < _lockedSync@service.js:1192 < @service.js:1183 < WrappedCatch@util.js:71 < sync@service.js:1171 Magic 8 ball says: Places DB corruption.
If Firefox says "Sync has not been able to complete during the last 7 days" that means Sync hasn't fully completed a sync in the last 7 days. If you have been getting history failures for 7 days without a successful sync, you will see this message. How many sync error logs do you see in about:sync-log. I'm guessing a lot since oh, 7 days ago. If you enable services.sync.log.appender.file.logOnSuccess in about:config, I'm going to guess that you will see no successful Sync logs until the underlying problem (likely places corruption) is addressed.
(In reply to Gregory Szorc [:gps] from comment #2) > If Firefox says "Sync has not been able to complete during the last 7 days" > that means Sync hasn't fully completed a sync in the last 7 days. If you > have been getting history failures for 7 days without a successful sync, you > will see this message. Sure. It's not that part I object to. It's the suggestion that network settings could be at fault. Clearly, Firefox knows this is not the case, because _some_ bits of sync worked fine. > How many sync error logs do you see in about:sync-log. I'm guessing a lot > since oh, 7 days ago. About 1 an hour since the 5th; a few less further back, although that could have been because I was using my computer less. > If you enable > services.sync.log.appender.file.logOnSuccess in about:config, I'm going to > guess that you will see no successful Sync logs until the underlying problem > (likely places corruption) is addressed. I'm sure that's true. But let's say my problem is Places corruption. How, as an average user, could I ever diagnose that? Shouldn't Sync give me a better error message and suggestions on how to fix the problem? Shouldn't Places detect that it has a corruption problem and fix itself or even purge itself? Gerv
(In reply to Gervase Markham [:gerv] from comment #3) > (In reply to Gregory Szorc [:gps] from comment #2) > > If Firefox says "Sync has not been able to complete during the last 7 days" > > that means Sync hasn't fully completed a sync in the last 7 days. If you > > have been getting history failures for 7 days without a successful sync, you > > will see this message. > > Sure. It's not that part I object to. It's the suggestion that network > settings could be at fault. Clearly, Firefox knows this is not the case, > because _some_ bits of sync worked fine. Yes, the messaging to blame network connections could definitely be improved. > > How many sync error logs do you see in about:sync-log. I'm guessing a lot > > since oh, 7 days ago. > > About 1 an hour since the 5th; a few less further back, although that could > have been because I was using my computer less. Yeah, you most likely have Places corruption. > > If you enable > > services.sync.log.appender.file.logOnSuccess in about:config, I'm going to > > guess that you will see no successful Sync logs until the underlying problem > > (likely places corruption) is addressed. > > I'm sure that's true. But let's say my problem is Places corruption. How, as > an average user, could I ever diagnose that? Shouldn't Sync give me a better > error message and suggestions on how to fix the problem? Shouldn't Places > detect that it has a corruption problem and fix itself or even purge itself? That's a good question. AFAIK Places is supposed to do this automatically, which is why Sync doesn't implement Places smarts. Also, it is difficult for Sync to differentiate between Places corruptions and a random API call failing. CC'ing mak for Places expertise.
(In reply to Gregory Szorc [:gps] from comment #4) > That's a good question. AFAIK Places is supposed to do this automatically, > which is why Sync doesn't implement Places smarts. Also, it is difficult for > Sync to differentiate between Places corruptions and a random API call > failing. Corruption handling is simple for now, if the db is detected as corrupt (thus not recoverable) we rename it to places.sqlite.corrupt and create a new one. Though, since bug 431274 is not fixed, we don't have a backup, so history in the new database is empty. That said, this case doesn't look like actual file corruption, that kind of corruption would "just" cause history loss but everything would keep working. So, please I need at least to know if you have a places.sqlite.corrupt file, and what this extension says if you run an integrity check https://addons.mozilla.org/en-US/firefox/addon/places-maintenance/
PS: remember to backup profile before any testing on it, don't want you to lose more data than you could have already...
mak: I do not have a places.sqlite.corrupt file in my profile. If I install the extension you name above, bring up the Preferences, tick "Integrity Check" and hit "Execute", it says: > Integrity check + The database is sane I can provide you a copy of my places.sqlite file by email if you think it will help. I trust you not to treat it properly :-) Gerv
Sure I may take a look at it, if it's not too huge just mail it to my mozilla.com address. Btw, the above test excludes a physical database corruption, may be a data coherency issue (though would be the first one I hear about in history, usually it's bookmarks that go mad), otherwise the issue could be on remote sync data (though I don't know that well enough to guess anything).
I took a look at the database, ran many queries to find strange entries, compared to mine, but didn't find anything strange, it just looks plain valid. No idea atm.
(In reply to Marco Bonardo [:mak] from comment #9) > I took a look at the database, ran many queries to find strange entries, > compared to mine, but didn't find anything strange, it just looks plain > valid. No idea atm. FWIW, we had a few IRC reports recently (e.g., mrz on 2012-09-06) of errors that didn't show up in Places Maintenance, but were fixed by blowing away places.db (i.e., logical inconsistencies). mrz's bookmark bar was missing, for example. Sorry for not taking the time to try to capture DBs; was kinda rushed with other stuff, and presumed this was the background noise of occasional DB corruption.
Attached file Sync-log error (deleted) —
I started getting the same error this week, and can help debug if wanted. Attached is one of my failed logs
FWIW I have no places.sqlite.corrupt file, and the Places Maintenance add-on says the database is sane: > Integrity check + The database is sane > Coherence check + The database is coherent
Just curious, for those seeing this, at some time before this started happening, did you do some history deletion? Just asking to see if we can start to nail down STR's. Can you think of something besides just accumulating browsing history?
I don't recall deleting any history entries recently
I don't remember deleting any history entries recently, but I've also probably had this problem for quite some time. Gerv
(In reply to Richard Newman [:rnewman] from comment #10) > FWIW, we had a few IRC reports recently (e.g., mrz on 2012-09-06) of errors > that didn't show up in Places Maintenance, but were fixed by blowing away > places.db (i.e., logical inconsistencies). mrz's bookmark bar was missing, > for example. Bookmarks are far easier to have coherency issues due to their complexity, but history is just a flat join, I can't see how it could go mad. The only things that come to my mind is invalid values, like for example invalid guids, or visit types, or negatives, future dates... but looking at the DB I got I didn't find any of those.
Another question to restrict the field of research, do you by chance all have a Firefox on Android linked to the Sync account? Since it doesn't use Places anymore there could be some incompatibility issue in sharing data.
Yep, I have a linked Android. I think someone is going to need to watch the code as it processes the SQL and work out which part of it is causing it to barf... Gerv
Summary: History sync failing; error misleading → history failed: NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS
Depends on: 805693
mak: were you able to reproduce the problem with the sqlite file I sent you? Gerv
Whiteboard: [sync:history]
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: