Closed
Bug 881601
Opened 11 years ago
Closed 11 years ago
JavaScript Error: "this._marionetteServer is undefined"
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla24
People
(Reporter: Dolske, Assigned: jgriffin)
References
Details
Attachments
(1 file)
1.01 KB,
patch
|
wlach
:
review+
|
Details | Diff | Splinter Review |
My Windows build (current mozilla-central) is throwing this exception when I quit:
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'[JavaScript Error: "this._marionetteServer is undefined" {file:
"file:///d:/mozilla-central/obj/dist/bin/components/marionettecomponent.js" line
: 140}]' when calling method: [nsIObserver::observe]" nsresult: "0x80570021 (NS
_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "native frame :: <unknown
filename> :: <TOP_LEVEL> :: line 0" data: yes]
************************************************************
Line 140 is the closeListener call:
uninit: function mc_uninit() {
this._marionetteServer.closeListener();
this._loaded = false;
},
[Aside, MXR seems busted at the moment, it's view of https://mxr.mozilla.org/mozilla-central/source/testing/marionette/components/marionettecomponent.js is months and 4 changesets out-of-date. Whuck.]
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jgriffin
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #762039 -
Flags: review?(wlachance)
Comment 2•11 years ago
|
||
Comment on attachment 762039 [details] [diff] [review]
Don't close the listener if it was never opened,
lgtm
Attachment #762039 -
Flags: review?(wlachance) → review+
Comment 3•11 years ago
|
||
(In reply to Justin Dolske [:Dolske] from comment #0)
> [Aside, MXR seems busted at the moment, it's view of
> https://mxr.mozilla.org/mozilla-central/source/testing/marionette/components/
> marionettecomponent.js is months and 4 changesets out-of-date. Whuck.]
DXR seems to be up-to-date, and is faster to boot:
http://dxr.mozilla.org
:)
Assignee | ||
Comment 4•11 years ago
|
||
Target Milestone: --- → mozilla24
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•