Open
Bug 1234794
Opened 9 years ago
TypeError: this.webapps[id] is undefined
Categories
(Web Apps :: General, defect)
Web Apps
General
Tracking
(Not tracked)
NEW
People
(Reporter: alwu, Unassigned)
Details
Got exception when I ran some tests on the try-server.
This issue only happened on the try-server, it can't be reproduced on my local environment.
STR.
1. Apply the changeset of bug1223297.
2. Try it to the try-server [1]
3. See the log [2]
[1] https://treeherder.mozilla.org/#/jobs?repo=try&revision=3994fba713fd
[2] http://archive.mozilla.org/pub/b2g/try-builds/alwu@mozilla.com-3994fba713fd7238e098a843a4c5b33bb64c9c6d/try-emulator/try_ubuntu64_vm-b2g-emulator_test-mochitest-chrome-bm52-tests1-linux64-build350.txt.gz
---
** Error message **
09:09:09 INFO - 12-11 16:56:07.821 I/Gecko ( 794): *************************
09:09:09 INFO - 12-11 16:56:07.851 I/Gecko ( 794): A coding exception was thrown and uncaught in a Task.
09:09:09 INFO - 12-11 16:56:07.851 I/Gecko ( 794):
09:09:09 INFO - 12-11 16:56:07.851 I/Gecko ( 794): Full message: TypeError: this.webapps[id] is undefined
09:09:09 INFO - 12-11 16:56:07.861 I/Gecko ( 794): Full stack: this.DOMApplicationRegistry._readManifests/<@resource://gre/modules/Webapps.jsm:3302:15
09:09:09 INFO - 12-11 16:56:07.861 I/Gecko ( 794): TaskImpl_run@resource://gre/modules/Task.jsm:315:40
09:09:09 INFO - 12-11 16:56:07.861 I/Gecko ( 794): Handler.prototype.process@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:933:23
09:09:09 INFO - 12-11 16:56:07.861 I/Gecko ( 794): this.PromiseWalker.walkerLoop@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:812:7
09:09:09 INFO - 12-11 16:56:07.861 I/Gecko ( 794): this.PromiseWalker.scheduleWalkerLoop/<@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:746:1
09:09:09 INFO - 12-11 16:56:07.861 I/Gecko ( 794): this.DOMApplicationRegistry.doGetList@resource://gre/modules/Webapps.jsm:1538:7
09:09:09 INFO - 12-11 16:56:07.861 I/Gecko ( 794): this.DOMApplicationRegistry.receiveMessage@resource://gre/modules/Webapps.jsm:1345:1
09:09:09 INFO - 12-11 16:56:07.861 I/Gecko ( 794):
09:09:09 INFO - 12-11 16:56:07.891 I/Gecko ( 794): *************************
09:09:09 WARNING - 12-11 16:56:07.911 E/GeckoConsole( 794): [JavaScript Error: "this.webapps[id] is undefined" {file: "resource://gre/modules/Webapps.jsm" line: 3302}]
09:09:09 INFO - 12-11 16:56:07.931 I/Gecko ( 794): *************************
09:09:09 INFO - 12-11 16:56:07.941 I/Gecko ( 794): A coding exception was thrown in a Promise resolution callback.
09:09:09 INFO - 12-11 16:56:07.941 I/Gecko ( 794): See https://developer.mozilla.org/Mozilla/JavaScript_code_modules/Promise.jsm/Promise
09:09:09 INFO - 12-11 16:56:07.941 I/Gecko ( 794):
09:09:09 INFO - 12-11 16:56:07.951 I/Gecko ( 794): Full message: TypeError: manifests is undefined
09:09:09 INFO - 12-11 16:56:07.962 I/Gecko ( 794): Full stack: this.DOMApplicationRegistry.doGetList/</<@resource://gre/modules/Webapps.jsm:1528:11
09:09:09 INFO - 12-11 16:56:07.962 I/Gecko ( 794): Handler.prototype.process@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:933:23
09:09:09 INFO - 12-11 16:56:07.962 I/Gecko ( 794): this.PromiseWalker.walkerLoop@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:812:7
09:09:09 INFO - 12-11 16:56:07.962 I/Gecko ( 794): this.PromiseWalker.scheduleWalkerLoop/<@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:746:1
09:09:09 INFO - 12-11 16:56:07.962 I/Gecko ( 794): this.DOMApplicationRegistry.doGetList@resource://gre/modules/Webapps.jsm:1538:7
09:09:09 INFO - 12-11 16:56:07.962 I/Gecko ( 794): this.DOMApplicationRegistry.receiveMessage@resource://gre/modules/Webapps.jsm:1345:1
09:09:09 INFO - 12-11 16:56:07.962 I/Gecko ( 794):
09:09:09 INFO - 12-11 16:56:07.973 I/Gecko ( 794): *************************
You need to log in
before you can comment on or make changes to this bug.
Description
•