Closed
Bug 866342
Opened 13 years ago
Closed 13 years ago
NS_ERROR_FAILURE in xpcIJSWeakReference.get
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox23 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
mozilla23
People
(Reporter: jgriffin, Assigned: jgriffin)
References
Details
Attachments
(1 file)
|
1.34 KB,
patch
|
mdas
:
review+
|
Details | Diff | Splinter Review |
On running a gaia-ui-test, I once got this stack trace:
File "/home/jgriffin/mozilla-inbound/src/testing/marionette/client/marionette/marionette.py", line 623, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/home/jgriffin/mozilla-inbound/src/testing/marionette/client/marionette/marionette.py", line 342, in _send_message
self._handle_error(response)
File "/home/jgriffin/mozilla-inbound/src/testing/marionette/client/marionette/marionette.py", line 403, in _handle_error
raise MarionetteException(message=message, status=status, stacktrace=stacktrace)
TEST-UNEXPECTED-FAIL | test_marketplace_login.py TestMarketplaceLogin.test_login_marketplace | MarionetteException: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [xpcIJSWeakReference.get]
We probably need to wrap all of our xpcIJSWeakReference.get() calls in try/catch blocks.
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #743175 -
Flags: review?(mdas)
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jgriffin
| Assignee | ||
Comment 2•13 years ago
|
||
| Assignee | ||
Comment 3•13 years ago
|
||
try is green
Comment 4•13 years ago
|
||
Comment on attachment 743175 [details] [diff] [review]
Use try/catch around weakref.get(),
Review of attachment 743175 [details] [diff] [review]:
-----------------------------------------------------------------
Good catch
Attachment #743175 -
Flags: review?(mdas) → review+
| Assignee | ||
Comment 5•13 years ago
|
||
Target Milestone: --- → mozilla23
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•13 years ago
|
||
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-firefox23:
--- → fixed
| Assignee | ||
Comment 8•13 years ago
|
||
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•