Closed
Bug 9124
Opened 25 years ago
Closed 25 years ago
raptorhtml.so creating instance on NSGetFactory() that always fails
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dp, Assigned: dp)
Details
CID 45f27d10-987b-11d2-bd40-00105aa45e89 is being CreateInstanced for everytime
a factory is created from raptorhtml.so and since that aint registered by
anybody, this createinstance always fails.
I noticed this on windows and unix.
1024[804f780]: nsComponentManager: LoadFactory()
"/home/dp/build.debug/mozilla/dist/bin/components/libraptorhtml.so".
1024[804f780]: nsComponentManager:
CreateInstance({45f27d10-987b-11d2-bd40-00105aa45e89})
1024[804f780]: nsComponentManager:
FindFactory({45f27d10-987b-11d2-bd40-00105aa45e89})
1024[804f780]: not found in factory cache. Looking in registry
1024[804f780]: FindFactory() FAILED
1024[804f780]: CreateInstance() FAILED.
Adding kipp@netscape.com for a possible clue.
I believe this gets fixed by the change to nsIModule.
Reassiging to dp to verify.
Updated•25 years ago
|
Assignee: ramiro → dp
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
I dont see this anymore. Code fix.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
Based on the reporter's comments, marking as verified fix in the Oct 22 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•