Closed
Bug 972932
Opened 11 years ago
Closed 8 months ago
Non-informative "Couldn't load XPCOM" message box
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: redodostuff, Unassigned)
Details
Attachments
(1 file)
875 bytes,
text/x-csrc
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release)
Build ID: 20100101
Steps to reproduce:
Running browser Firefox
Actual results:
Message box "Couldn't load XPCOM"
Expected results:
Message box with more accurate report about problem with one of loaded library. Name that library, report what happened.
Reporter | ||
Comment 3•11 years ago
|
||
Reporter | ||
Comment 4•11 years ago
|
||
Run attached code by "fun.exe Z:\path\to\xul.dll" then launch browser. That is step to reproduce non-informative message box.
Comment 5•11 years ago
|
||
Maybe some details for this bug.
main()
InitXPCOMGlue()
XPCOMGlueStartup()
XPCOMGlueLoad()
In this function you should have file "dependentlibs.list" with list of dependenced libs.
If you have no this file or have no one of files (which can be in this file),
in this case you can see error message "Couldn't load XPCOM"
Comment 6•9 years ago
|
||
Please take a look at this, maybe related to Bug 855881?
Component: Untriaged → XPCOM
Product: Firefox → Core
Updated•2 years ago
|
Severity: normal → S3
Comment 8•8 months ago
|
||
no activity for a while, closing
Status: UNCONFIRMED → RESOLVED
Closed: 8 months ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•