Date: Wed, 25 Oct 2006 15:54:20 -0400 From: "Indigo 23" <indigo23@gmail.com> To: "Michael Johnson" <ahze@freebsd.org> Cc: freebsd-gnome@freebsd.org Subject: Re: RE: Firefox 2.0 ready for FreeBSD Message-ID: <6f50eac40610251254r4f864b29j157ada45025055eb@mail.gmail.com> In-Reply-To: <b2203fed0610251245q43c1d385v4c2f8eb09e627106@mail.gmail.com> References: <6f50eac40610242123y1e887b9cr907d102e2fc37433@mail.gmail.com> <b2203fed0610251245q43c1d385v4c2f8eb09e627106@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Here you go: % uname -a FreeBSD bsdbox 6.1-STABLE FreeBSD 6.1-STABLE #4: Tue Sep 5 06:54:26 EDT 2006 root@bsdbox:/usr/src/sys/i386/compile/BSDBOX-DUALCORE i386 On 10/25/06, Michael Johnson <ahze@freebsd.org> wrote: > On 10/25/06, Indigo 23 <indigo23@gmail.com> wrote: > > I got some more debugging output by uncommenting "set -x" in the > > /usr/local/bin/firefox script and by using gdb. Hope this helps: > > > > First is the output after uncomment set -x and running it normally on > > the command line. Please see my other message for the stuff above the > > line "Segmentation fault (core dumped)" because its the same thing up > > until that point. > > > > % firefox > > ... > > Segmentation fault (core dumped) > > + exitcode=139 > > + moz_pis_startstop_scripts stop > > + MOZ_PIS_API=2 > > + MOZ_PIS_MOZBINDIR=/usr/local/lib/firefox > > + MOZ_PIS_SESSION_PID=53176 > > + MOZ_PIS_USER_DIR=.mozilla/firefox > > + export MOZ_PIS_API MOZ_PIS_MOZBINDIR MOZ_PIS_SESSION_PID MOZ_PIS_USER_DIR > > + [ -x /usr/local/lib/firefox/init.d/K* ] > > + [ -x /home/indigo23/.mozilla/firefox/init.d/K* ] > > + exit 139 > > > > Here's the output from gdb: > > > > % gdb /usr/local/lib/firefox/firefox-bin > > GNU gdb 6.1.1 [FreeBSD] > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you are > > welcome to change it and/or distribute copies of it under certain conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > This GDB was configured as "i386-marcel-freebsd"... > > (gdb) run > > Starting program: /usr/local/lib/firefox/firefox-bin > > warning: Unable to get location for thread creation breakpoint: generic error > > [New LWP 100241] > > [New Thread 0x8078000 (LWP 100241)] > > Type Manifest File: /home/indigo23/.mozilla/firefox/0qvutgpv.default/xpti.dat > > *** Registering Apprunner components (all right -- a generic module!) > > nsNativeComponentLoader: autoregistering begins. > > nsNativeComponentLoader: autoregistering succeeded > > nsNativeComponentLoader: registering deferred (0) > > pldhash: for the table at address 0x80a4620, the given entrySize of 44 > > probably favors chaining over double hashing. > > WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file > > nsChromeRegistry.cpp, line 1252 > > GFX: dpi=96 t2p=0.0666667 p2t=15 depth=24 > > ++WEBSHELL == 1 > > WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file > > nsPermissionManager.cpp, line 632 > > ++DOMWINDOW == 1 > > WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file > > nsStringBundle.cpp, line 273 > > ++DOMWINDOW == 2 > > Note: styleverifytree is disabled > > Note: frameverifytree is disabled > > Note: verifyreflow is disabled > > ++WEBSHELL == 2 > > ++DOMWINDOW == 3 > > ++DOMWINDOW == 4 > > ++WEBSHELL == 3 > > ++DOMWINDOW == 5 > > ++DOMWINDOW == 6 > > [New Thread 0x8c07e00 (LWP 100321)] > > > > Program received signal SIGSEGV, Segmentation fault. > > [Switching to Thread 0x8c07e00 (LWP 100321)] > > 0x28cecaf2 in __error () from /usr/lib/libpthread.so.2 > > (gdb) > > give me your uname -a please =) > > > > > Thanks. > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6f50eac40610251254r4f864b29j157ada45025055eb>