Closed
Bug 656708
Opened 14 years ago
Closed 14 years ago
Channel.URI is undefined during TPS run
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: rnewman, Assigned: rnewman)
Details
(Whiteboard: [fixed in services][qa-])
Attachments
(2 files, 1 obsolete file)
1.86 KB,
patch
|
philikon
:
review+
|
Details | Diff | Splinter Review |
41.58 KB,
image/png
|
Details |
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'[JavaScript Error: "channel.URI is undefined" {file: "resource://services-sync/resource.js" line: 546}]' when calling method: [nsIStreamListener::onStopRequest]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "<unknown>" data: yes]
************************************************************
Assignee | ||
Comment 1•14 years ago
|
||
Yeah, this isn't supposed to happen; we never create a channel without a URI.
CrossWeave ends up dumping a lot of errors like this to the log:
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'[JavaScript Error: "Svc.Directory is undefined" {file: "resource://services-sync/util.js" line: 337}]' when calling method: [nsITimerCallback::notify]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "<unknown>" data: yes]
************************************************************
Looks like perhaps our code is running during shutdown?
However, the URI error was happening pretty much at startup. CrossWeave completes if I wrap those log statements in try/catch. *sigh*
Assignee | ||
Comment 2•14 years ago
|
||
Haven't tested with (currently b0rked) TPS.
Assignee | ||
Comment 3•14 years ago
|
||
Goddamn.
Attachment #536171 -
Attachment is obsolete: true
Attachment #536171 -
Flags: review?(philipp)
Attachment #536172 -
Flags: review?(philipp)
Updated•14 years ago
|
Attachment #536172 -
Flags: review?(philipp) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Whiteboard: [fixed in services][qa-]
Comment 5•14 years ago
|
||
I've found the following error on this beta:
Build id : Mozilla/5.0 (Android;Linux armv7l;rv:5.0)Gecko/20110527
Firefox/5.0 Fennec/5.0
Device: HTC Desire
OS: Android 2.2
Error: Channel.URI is undefined
Source file: resource://services-sync/resource.js Line:552
Is it related to this issue?
Comment 6•14 years ago
|
||
Looks like it.
Comment 7•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
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
•