Closed
Bug 886844
Opened 11 years ago
Closed 11 years ago
JavaScript Error NS_ERROR_FILE_NOT_FOUND for icc.js when starting b2g
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(blocking-b2g:leo+, b2g18 fixed, b2g-v1.1hd fixed)
RESOLVED
FIXED
blocking-b2g | leo+ |
People
(Reporter: bsilverberg, Assigned: rik)
References
Details
(Keywords: regression, Whiteboard: [fromAutomation])
Attachments
(1 file)
When restarting b2g via adb shell stop b2g & adb shell start b2g, a Javascript error is thrown as seen in the logcat:
E/GeckoConsole( 464): [JavaScript Error: "NS_ERROR_FILE_NOT_FOUND: File error: Not found" {file: "app://system.gaiamobile.org/js/icc.js" line: 44}]
This is preventing our automated test suites from running as they restart b2g between each test. Marionette is catching this Javascript error and then raising its own exception which prevents the test from running.
This is new on today's build:
Gecko http://hg.mozilla.org/mozilla-central/rev/bc569033125a
Gaia 4dbce25c5db4a9dd18c5ebe728a4bf434b933516
BuildID 20130625031414
Version 25.0a1
Reporter | ||
Updated•11 years ago
|
Comment 1•11 years ago
|
||
This looks to be broken by https://github.com/mozilla-b2g/gaia/pull/10559, bug 880352.
https://mxr.mozilla.org/gaia/source/build/applications-data.js#264 Does this mean that the build script has to change?
Assignee | ||
Comment 3•11 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•11 years ago
|
Attachment #767437 -
Flags: review?(kaze)
Assignee | ||
Comment 4•11 years ago
|
||
Requesting leo+ as it will need uplift like the bug that introduced this error.
Blocks: 880352
blocking-b2g: --- → leo?
Comment 5•11 years ago
|
||
Comment on attachment 767437 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/10618
<3
Attachment #767437 -
Flags: review?(kaze) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Assignee: nobody → anthony
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
blocking-b2g: leo? → leo+
Keywords: regression
Assignee | ||
Comment 7•11 years ago
|
||
Uplifted to v1-train: 4d20969e81460394f50e937f893db52f84e31f38
status-b2g18:
--- → fixed
Comment 8•11 years ago
|
||
v1.1.0hd: 4d20969e81460394f50e937f893db52f84e31f38
status-b2g-v1.1hd:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•