Closed
Bug 772673
Opened 13 years ago
Closed 12 years ago
TypeError: container is undefined
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: KWierso, Unassigned)
Details
I've seen this occasionally since Sunday.
https://tbpl.mozilla.org/php/getParsedLog.php?id=13400851&tree=Jetpack&full=1
https://tbpl.mozilla.org/php/getParsedLog.php?id=13401489&tree=Jetpack&full=1
https://tbpl.mozilla.org/php/getParsedLog.php?id=13366158&tree=Jetpack&full=1
https://tbpl.mozilla.org/php/getParsedLog.php?id=13322543&tree=Jetpack&full=1
error: An exception occurred.
Traceback (most recent call last):
File "resource://834e1cab-6533-48bd-b3ae-a442ead95b0e-at-jetpack/api-utils/lib/windows/observer.js", line 33, in handleEvent
this._emit(event.type, event.target, event);
File "resource://834e1cab-6533-48bd-b3ae-a442ead95b0e-at-jetpack/api-utils/lib/events.js", line 119, in _emit
return this._emitOnObject.apply(this, args);
File "resource://834e1cab-6533-48bd-b3ae-a442ead95b0e-at-jetpack/api-utils/lib/events.js", line 149, in _emitOnObject
listener.apply(targetObj, params);
File "resource://834e1cab-6533-48bd-b3ae-a442ead95b0e-at-jetpack/addon-kit/lib/windows.js", line 152, in onWindowActivation
window = BrowserWindowTrait({ window: chromeWindow });
File "resource://834e1cab-6533-48bd-b3ae-a442ead95b0e-at-jetpack/api-utils/lib/traits.js", line 110, in Trait
return self.constructor.apply(self, arguments) || self._public;
File "resource://834e1cab-6533-48bd-b3ae-a442ead95b0e-at-jetpack/addon-kit/lib/windows.js", line 66, in BrowserWindow
this._window = options.window;
File "resource://834e1cab-6533-48bd-b3ae-a442ead95b0e-at-jetpack/api-utils/lib/windows/loader.js", line 85, in
this._onLoad(window)
File "resource://834e1cab-6533-48bd-b3ae-a442ead95b0e-at-jetpack/addon-kit/lib/windows.js", line 82, in
this._initWindowTabTracker();
File "resource://834e1cab-6533-48bd-b3ae-a442ead95b0e-at-jetpack/api-utils/lib/windows/tabs.js", line 55, in _initWindowTabTracker
for each (let tab in getTabs(this._window)) {
File "resource://834e1cab-6533-48bd-b3ae-a442ead95b0e-at-jetpack/api-utils/lib/tabs/utils.js", line 27, in getTabs
}, []);
File "resource://834e1cab-6533-48bd-b3ae-a442ead95b0e-at-jetpack/api-utils/lib/tabs/utils.js", line 25, in
tabs.push.apply(tabs, container.children);
TypeError: container is undefined
Traceback (most recent call last):
File "bin/cfx", line 33, in <module>
cuddlefish.run()
File "/home/cltbld/talos-slave/test/addonsdk-poller/addon-sdk-8302e924be24/python-lib/cuddlefish/__init__.py", line 528, in run
test_all(env_root, defaults=options.__dict__)
File "/home/cltbld/talos-slave/test/addonsdk-poller/addon-sdk-8302e924be24/python-lib/cuddlefish/__init__.py", line 345, in test_all
test_all_packages(env_root, defaults)
File "/home/cltbld/talos-slave/test/addonsdk-poller/addon-sdk-8302e924be24/python-lib/cuddlefish/__init__.py", line 408, in test_all_packages
env_root=env_root)
File "/home/cltbld/talos-slave/test/addonsdk-poller/addon-sdk-8302e924be24/python-lib/cuddlefish/__init__.py", line 797, in run
mobile_app_name=options.mobile_app_name)
File "/home/cltbld/talos-slave/test/addonsdk-poller/addon-sdk-8302e924be24/python-lib/cuddlefish/runner.py", line 675, in run_app
OUTPUT_TIMEOUT)
Exception: Test output exceeded timeout (60s).
| Reporter | ||
Comment 1•13 years ago
|
||
Alex, you wouldn't happen to know anything about this?
Priority: -- → P1
Comment 2•13 years ago
|
||
Looks like another race condition during our tests, but it is not really clear why this code is failing. I'm not able to reproduce this issue, so it is really hard to guess what's wrong here.
Are you able to reproduce it somehow? It seems to be only failing on fedora?
| Reporter | ||
Comment 3•13 years ago
|
||
| Reporter | ||
Comment 4•13 years ago
|
||
| Reporter | ||
Comment 5•13 years ago
|
||
| Reporter | ||
Comment 6•12 years ago
|
||
Things seem pretty quiet here lately. Reopen or refile if it pops up again.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•