Closed Bug 866342 Opened 13 years ago Closed 13 years ago

NS_ERROR_FAILURE in xpcIJSWeakReference.get

Categories

(Remote Protocol :: Marionette, defect)

defect
Not set
normal

Tracking

(firefox23 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)

RESOLVED FIXED
mozilla23
Tracking Status
firefox23 --- fixed
b2g18 --- fixed
b2g18-v1.0.0 --- wontfix
b2g18-v1.0.1 --- fixed

People

(Reporter: jgriffin, Assigned: jgriffin)

References

Details

Attachments

(1 file)

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.
Attachment #743175 - Flags: review?(mdas)
Assignee: nobody → jgriffin
try is green
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+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: