Closed
Bug 810935
Opened 13 years ago
Closed 13 years ago
sandbox is null after a switch to frame in B2G
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdas, Assigned: mdas)
Details
We're getting this error in the logcat:
E/GeckoConsole( 110): [JavaScript Error: "TypeError: sandbox is null" {file: "chrome://marionette/content/marionette-listener.js" line: 464}]
E/GeckoConsole( 110): [JavaScript Error: "TypeError: sandbox is null" {file: "chrome://marionette/content/marionette-listener.js" line: 464}]
E/GeckoConsole( 110): [JavaScript Error: "TypeError: listenerWindow is null" {file: "chrome://marionette/content/marionette-actors.js" line: 1658}]
After running https://github.com/zacc/gaia-ui-tests/blob/5ec00d5508990475cad0ad94afa936d909f2a97c/gaiatest/tests/test_sms.py. Marionette is supposed to switch into the Messages frame context, but something goes wrong here. This appeared after Bug 801703's patch landed.
The Messages app does refresh itself, so that may be the culprit here.
Comment 1•13 years ago
|
||
This sounds suspiciously similar to bug 810517.
Comment 2•13 years ago
|
||
Was this in fact a duplicate of bug 810517?
Comment 3•13 years ago
|
||
I'll re-test this today.
Comment 4•13 years ago
|
||
Ran the scenario a few times on most recent eng build and it was fine - no suspicious traces in the logcat either.
Closing.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•