Closed
Bug 1055108
Opened 11 years ago
Closed 11 years ago
XPCOMUtils throwing in logcat
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gerard-majax, Unassigned)
References
Details
Reproduced since a couple of days on my Flame running master:
> System JS : ERROR resource://gre/modules/XPCOMUtils.jsm:136 - TypeError: classInfo.interfaces is undefined
Comment 1•11 years ago
|
||
This is unlikely to be an XPCOM bug. Some component is calling XPCOMUtils.generateCI without an .interfaces property on the classInfo object. You'll need to collect a JS stacktrace from the error to debug further.
Component: XPCOM → General
Product: Core → Firefox OS
Version: Trunk → unspecified
| Reporter | ||
Comment 2•11 years ago
|
||
> 09-05 12:05:03.058 1828 1828 I Gecko : generateCI: classInfo:[object Object]
> 09-05 12:05:03.058 1828 1828 I Gecko : XPCU_generateCI@resource://gre/modules/XPCOMUtils.jsm:138:13
> 09-05 12:05:03.058 1828 1828 I Gecko : @file:///system/b2g/distribution/bundles/b2g_time/timeservice.js:3:46
> 09-05 12:05:03.058 1828 1828 E GeckoConsole: [JavaScript Error: "classInfo.interfaces is undefined" {file: "resource://gre/modules/XPCOMUtils.jsm" line: 140}]
Comment 3•11 years ago
|
||
That's an upstream issue. Partner is aware and has a fix.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•