Closed
Bug 395947
Opened 17 years ago
Closed 17 years ago
XPCOMUtils.jsm misplaced /w libxul ?
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: fta+bugzilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a8pre) Gecko/2007091120 Minefield/3.0a8pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a8pre) Gecko/2007091120 Minefield/3.0a8pre
I have firefox compiled with libxul installed. It works fine as far as I can see but in the console, I get an error about missing XPCOMUtils.jsm.
Error is:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIXPCComponents_Utils.import]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: file:///usr/lib/firefox-3.0a8pre/components/nsBrowserGlue.js :: <TOP_LEVEL> :: line 8" data: no]
while this file is located in /usr/lib/xulrunner-1.9a8pre/modules/XPCOMUtils.jsm
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•17 years ago
|
||
Forgot to mention that nsBrowserGlue.js line 8 says:
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
Version: unspecified → Trunk
Comment 2•17 years ago
|
||
The code looks correct so far. Can you provide more details:
1) Where is Firefox installed
2) Where is XULRunner installed
3) How are you launching Firefox?
Reporter | ||
Comment 3•17 years ago
|
||
hm. I straced it, problem (error message) is gone. Strange.
Maybe it was a transient error (like during an upgrade of xulrunner)
At the moment, I just see two errors related to safebrowsing but that's not the topic here.
I'm sure I've seen this nsBrowserGlue error several times before. I'll keep an eye on this. I've closed the bug as Invalid and reopen it if necessary.
Sorry for the troubles.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•