Closed
Bug 156147
Opened 23 years ago
Closed 22 years ago
Regxpcom segv during build under FreeBSD 5.0
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: toasty, Assigned: dougt)
Details
Most recent FreeBSD 5.0-CURRENT kernel and userland from 07-07-2002. During
build of Mozilla 1.0 it crashes here:
gmake[2]: Entering directory
`/usr/ports/www/mozilla/work/mozilla/xpfe/bootstrap'
../../config/nsinstall -R -m 755 mozilla-bin ../../dist/bin
../../config/nsinstall -R mozilla.1 ../../dist/man/man1
../../config/nsinstall -R mozilla ../../dist/bin
gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/xpfe/bootstrap'
gmake[2]: Entering directory
`/usr/ports/www/mozilla/work/mozilla/embedding/browser/gtk/tests'
../../../../config/nsinstall -R -m 755 TestGtkEmbed TestGtkEmbedNotebook
TestGtkEmbedSocket TestGtkEmbedChild ../../../../dist/bin
gmake[2]: Leaving directory
`/usr/ports/www/mozilla/work/mozilla/embedding/browser/gtk/tests'
gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla'
/usr/bin/sed -
e "s;@PREFIX@;/usr/X11R6;g" /usr/ports/www/mozilla/files/mozilla.sh
>/usr/ports/www/mozilla/work/mozilla/mozilla
(cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env
LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; echo
skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; echo
locale,install,select,en-US >> chrome/installed-chrome.txt; /usr/bin/env
LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
[1] 92732 Segmentation fault (core dumped)
GDB shows:
Core was generated by `regxpcom'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from ./libxpcom.so...(no debugging symbols found)...done.
Loaded symbols for ./libxpcom.so
Reading symbols from ./libplds4.so...(no debugging symbols found)...done.
Loaded symbols for ./libplds4.so
Reading symbols from ./libplc4.so...(no debugging symbols found)...done.
Loaded symbols for ./libplc4.so
Reading symbols from ./libnspr4.so...(no debugging symbols found)...done.
Loaded symbols for ./libnspr4.so
Reading symbols from /usr/lib/libstdc++.so.4...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libstdc++.so.4
Reading symbols from /usr/lib/libm.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libm.so.2
Reading symbols from /usr/lib/libc_r.so.5...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libc_r.so.5
Reading symbols from /usr/lib/libc.so.5...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libc.so.5
Reading symbols
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libjsloader.so...
(no debugging symbols found)...done.
Loaded symbols
for /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libjsloader.so
Reading symbols from ./libmozjs.so...(no debugging symbols found)...done.
Loaded symbols for ./libmozjs.so
Reading symbols
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libxpconnect.so...
(no debugging symbols found)...done.
Loaded symbols
for /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libxpconnect.so
Reading symbols
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libcaps.so...(no
debugging symbols found)...done.
Loaded symbols
for /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libcaps.so
Reading symbols from ./libmozz.so...(no debugging symbols found)...done.
Loaded symbols for ./libmozz.so
Reading symbols
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libpref.so...(no
debugging symbols found)...done.
Loaded symbols
for /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libpref.so
Reading symbols
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libnecko.so...(no
debugging symbols found)...done.
Loaded symbols
for /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libnecko.so
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols
found)...done.
Loaded symbols for /usr/libexec/ld-elf.so.1
#0 0x2839e610 in nsXPCException::CanGetProperty(nsID const*, unsigned short
const*, char**) ()
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libxpconnect.so
(gdb) bt
#0 0x2839e610 in nsXPCException::CanGetProperty(nsID const*, unsigned short
const*, char**) ()
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libxpconnect.so
#1 0x281295b1 in XPTC_InvokeByIndex () from ./libxpcom.so
#2 0x283b147a in XPCWrappedNative::CallMethod(XPCCallContext&,
XPCWrappedNative::CallMode) ()
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libxpconnect.so
#3 0x283b72a5 in XPC_WN_CallMethod(JSContext*, JSObject*, unsigned, long*,
long*) ()
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libxpconnect.so
#4 0x28326f9a in js_Invoke () from ./libmozjs.so
#5 0x28327204 in js_InternalInvoke () from ./libmozjs.so
#6 0x2833b0e9 in js_TryMethod () from ./libmozjs.so
#7 0x2833a12f in js_DefaultValue () from ./libmozjs.so
#8 0x2835576c in js_ValueToString () from ./libmozjs.so
#9 0x283215f5 in js_ReportUncaughtException () from ./libmozjs.so
#10 0x28308131 in JS_ExecuteScript () from ./libmozjs.so
#11 0x282f086a in mozJSComponentLoader::GlobalForLocation(char const*,
nsIFile*) ()
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libjsloader.so
#12 0x282efeaf in mozJSComponentLoader::ModuleForLocation(char const*,
nsIFile*) ()
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libjsloader.so
#13 0x282ef6d4 in mozJSComponentLoader::AttemptRegistration(nsIFile*, int) ()
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libjsloader.so
#14 0x282ef49c in mozJSComponentLoader::AutoRegisterComponent(int, nsIFile*,
int*) ()
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libjsloader.so
#15 0x282ef01f in mozJSComponentLoader::RegisterComponentsInDir(int, nsIFile*)
()
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libjsloader.so
#16 0x282eeef8 in mozJSComponentLoader::AutoRegisterComponents(int, nsIFile*) ()
from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libjsloader.so
#17 0x28107d9e in nsComponentManagerImpl::AutoRegisterImpl(int, nsIFile*, int)
() from ./libxpcom.so
#18 0x281081f0 in nsComponentManagerImpl::AutoRegister(nsIFile*) ()
from ./libxpcom.so
#19 0x080498c0 in ?? ()
#20 0x08049251 in ?? ()
I'm willing to try anything requested to narrow this down further if this is an
unknown problem.
Comment 1•23 years ago
|
||
stack there - why not 'NEW'?
Comment 2•22 years ago
|
||
Kevin, are you still experiencing this problem? Can you reproduce it with a
current copy of mozilla?
Comment 3•22 years ago
|
||
There has been no response from the reporter. I've searched for similar reports
and haven't been able to find anything. I'm going to go ahead and resolve this.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•