Closed
Bug 107338
Opened 24 years ago
Closed 24 years ago
assertion on startup in xpc_map_end.h line 143
Categories
(Core :: XPConnect, defect)
Tracking
()
People
(Reporter: uros, Assigned: dbradley)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; SunOS 5.5.1 sun4m)
BuildID: 20011029
I'm trying to start mozilla, freshly compiled from current (29. Oct. 2001) CVS
with gcc 3.0.2 on Solaris 2.8, I got an assertion in xpc_map_end.h line 143:
*** Registering nsTestDynamicModule components (all right -- a generic module!)
*** Registering MyService components (all right -- a generic module!)
nsNativeComponentLoader: autoregistering succeeded
###!!! ASSERTION: never called: 'Error', file
../../../../dist/include/xpconnect/xpc_map_end.h, line 143
###!!! Break: at file ../../../../dist/include/xpconnect/xpc_map_end.h, line 143
Segmentation Fault
I had to remove #ifdef SOLARIS as it is suggested in bug 103499 to
successfully compile mozilla.
Reproducible: Always
Steps to Reproduce:
1. compile with gmake -f client.mk with gcc 3.0.2 on Soalris 2.8
2.
3.
| Assignee | ||
Comment 1•24 years ago
|
||
There are known issues with gcc 3.0x on non-intel platforms. See Bug 71627, Bug
102118, and Bug 102492.
Comment 2•24 years ago
|
||
xptcall for that platform and compiler is not yet right. Nothing to do with
xpc_map_end.h specifically - just calling the wrong method in xptcall vtbl
dispatch.
*** This bug has been marked as a duplicate of 71627 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•