Closed
Bug 173022
Opened 22 years ago
Closed 22 years ago
Mozilla crash on startup
Categories
(Core :: XPConnect, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 149461
People
(Reporter: ptr, Assigned: dbradley)
Details
Crash of mozilla 1.1, 1.2a on start (Solaris 8_x86)
./configure --prefix=/opt/mozilla --disable-debug --enable-optimize="-O2
-pthreads -fPIC" --disable-logging --enable-crypto --disable-tests
--disable-accessibility --disable-jsd --disable-dtd-debug
--disable-cpp-exceptions --disable-cpp-rtti
(but -pthreads -fPIC in options, and --disable-accessibility --disable-jsd
--disable-dtd-debug --disable-cpp-exceptions --disable-cpp-rtti not play any role,
I had the same effect without ones.
Trace of core:
(gdb) bt
#0 0xdf201990 in _Z19xpc_CheckAccessListPKtPPKc ()
from /opt/mozilla/lib/mozilla-1.1/components/libxpconnect.so
#1 0xdf20b0ea in _ZN14nsXPCException14CanGetPropertyEPK4nsIDPKtPPc ()
from /opt/mozilla/lib/mozilla-1.1/components/libxpconnect.so
#2 0xdfa402b5 in XPTC_InvokeByIndex () from
/opt/mozilla/lib/mozilla-1.1/libxpcom.so
#3 0xdf21d31f in
_ZN16XPCWrappedNative10CallMethodER14XPCCallContextNS_8CallModeE ()
from /opt/mozilla/lib/mozilla-1.1/components/libxpconnect.so
#4 0xdf22307e in _Z17XPC_WN_CallMethodP9JSContextP8JSObjectjPlS3_ ()
from /opt/mozilla/lib/mozilla-1.1/components/libxpconnect.so
#5 0xdfad281e in js_Invoke () from /opt/mozilla/lib/mozilla-1.1/libmozjs.so
#6 0xdfad2c76 in js_InternalInvoke () from /opt/mozilla/lib/mozilla-1.1/libmozjs.so
#7 0xdfae903b in js_TryMethod () from /opt/mozilla/lib/mozilla-1.1/libmozjs.so
#8 0xdfae82b5 in js_DefaultValue () from /opt/mozilla/lib/mozilla-1.1/libmozjs.so
#9 0xdfb032ae in js_ValueToString () from /opt/mozilla/lib/mozilla-1.1/libmozjs.so
#10 0xdfacce68 in js_ReportUncaughtException ()
from /opt/mozilla/lib/mozilla-1.1/libmozjs.so
#11 0xdfab38c5 in JS_ExecuteScript () from /opt/mozilla/lib/mozilla-1.1/libmozjs.so
#12 0xdf1c679e in _ZN20mozJSComponentLoader17GlobalForLocationEPKcP7nsIFile ()
from /opt/mozilla/lib/mozilla-1.1/components/libjsloader.so
#13 0xdf1c5f30 in _ZN20mozJSComponentLoader17ModuleForLocationEPKcP7nsIFile ()
from /opt/mozilla/lib/mozilla-1.1/components/libjsloader.so
#14 0xdf1c5622 in _ZN20mozJSComponentLoader19AttemptRegistrationEP7nsIFilei ()
from /opt/mozilla/lib/mozilla-1.1/components/libjsloader.so
#15 0xdf1c53dd in _ZN20mozJSComponentLoader21AutoRegisterComponentEiP7nsIFilePi ()
from /opt/mozilla/lib/mozilla-1.1/components/libjsloader.so
#16 0xdf1c5206 in _ZN20mozJSComponentLoader23RegisterComponentsInDirEiP7nsIFile ()
from /opt/mozilla/lib/mozilla-1.1/components/libjsloader.so
#17 0xdf1c50c9 in _ZN20mozJSComponentLoader22AutoRegisterComponentsEiP7nsIFile ()
from /opt/mozilla/lib/mozilla-1.1/components/libjsloader.so
#18 0xdfa2034e in _ZN22nsComponentManagerImpl16AutoRegisterImplEiP7nsIFilei ()
from /opt/mozilla/lib/mozilla-1.1/libxpcom.so
#19 0xdfa207d4 in _ZN22nsComponentManagerImpl12AutoRegisterEP7nsIFile ()
from /opt/mozilla/lib/mozilla-1.1/libxpcom.so
#20 0xdf9de458 in NS_InitXPCOM2 () from /opt/mozilla/lib/mozilla-1.1/libxpcom.so
#21 0x8059ed4 in main ()
#22 0x8054e41 in _start ()
(gdb)
Comment 1•22 years ago
|
||
---> XPConnect
Assignee: rogerl → dbradley
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → XPConnect
Ever confirmed: true
Assignee | ||
Comment 2•22 years ago
|
||
This smells very much like bug 153034. What compiler and version are you using?
Reporter | ||
Comment 3•22 years ago
|
||
gcc 3.1.1 (-O2 -pthreads -fPIC)
Comment 4•22 years ago
|
||
Compare bug 184260, also filed on Solaris:
"Crash & core dump on Solaris/Intel"
Assignee | ||
Comment 5•22 years ago
|
||
Can you run TestXPTCInvoke and does it succeed?
*** This bug has been marked as a duplicate of 149461 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 7•22 years ago
|
||
Verified Duplicate.
Petr: thank you for this report; you have been cc'ed on the other
bug so you can follow progress on this -
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•