From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 13 17:53:23 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B4AE16A4D0 for ; Sat, 13 Mar 2004 17:53:23 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB8143D31 for ; Sat, 13 Mar 2004 17:53:20 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i2E1pspI064155; Sat, 13 Mar 2004 20:51:54 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Ed Ryan In-Reply-To: References: <1078893616.40160.17.camel@shumai.marcuscom.com> <1079202499.86705.10.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-JU+OBYWCQUp0mueEiEKb" Organization: MarcusCom, Inc. Message-Id: <1079229181.13553.66.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 13 Mar 2004 20:53:01 -0500 cc: FreeBSD GNOME Users Subject: Re: FireFox port freezes X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 01:53:23 -0000 --=-JU+OBYWCQUp0mueEiEKb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2004-03-13 at 20:45, Ed Ryan wrote: > On Sat, 13 Mar 2004, Joe Marcus Clarke wrote: >=20 > > When was firefox last built? Try rebuilding it with -DWITH_DEBUG, then > > run firefox -g, and try to capture a backtrace when it hangs. That > > should give us a little more to go on. >=20 > Okay, those changes to /etc/libmap.conf made it finish compiling properly= . > FireFox now crashes. In firefox -g, it dies with >=20 > Program received signal SIGBUS, Bus error. > 0x2806be2c in memset () from /libexec/ld-elf.so.1 >=20 > When I then run backtrace, I get this: Try moving your ~/.phoenix directory out of the way, and see if the crash still occurs. Also, a "bt full" will provide more information. Joe >=20 > (gdb) backtrace > #0 0x2806be2c in memset () from /libexec/ld-elf.so.1 > #1 0x29c1cd01 in ?? () > #2 0x280628a0 in find_symdef () from /libexec/ld-elf.so.1 > #3 0x2806317d in dlopen () from /libexec/ld-elf.so.1 > #4 0x2834175b in PR_LoadLibrary () > from /usr/X11R6/lib/firefox/lib/mozilla-1.6/libnspr4.so > #5 0x28341664 in PR_LoadLibraryWithFlags () > from /usr/X11R6/lib/firefox/lib/mozilla-1.6/libnspr4.so > #6 0x283416a9 in PR_LoadLibrary () > from /usr/X11R6/lib/firefox/lib/mozilla-1.6/libnspr4.so > #7 0x281bfcd4 in nsLocalFile::Load(PRLibrary**) (this=3D0x80d3180, > _retval=3D0x80b8b20) > at ../../dist/include/string/nsString.h:72 > #8 0x281d291c in nsDll::Load() (this=3D0x80b8ac0) > at ../../dist/include/xpcom/nsCOMPtr.h:669 > #9 0x281ceef5 in nsNativeComponentLoader::SelfRegisterDll(nsDll*, char > const*, int) > (this=3D0x8071e00, dll=3D0x80b8ac0, registryLocation=3D0x80b8a60 > "rel:libdocshell.so", > deferred=3D0) at nsNativeComponentLoader.cpp:373 > #10 0x281d0a63 in nsNativeComponentLoader::AutoRegisterComponent(int, > nsIFile*, int*) > (this=3D0x8071e00, when=3D0, component=3D0x80d3180, registered=3D0xbf= bfe404) > at ../../dist/include/string/nsXPIDLString.h:327 > #11 0x281ce922 in nsNativeComponentLoader::RegisterComponentsInDir(int, > nsIFile*) ( > this=3D0x8071e00, when=3D0, dir=3D0x0) at nsNativeComponentLoader.cpp= :222 > #12 0x281ce752 in nsNativeComponentLoader::AutoRegisterComponents(int, > nsIFile*) ( > ---Type to continue, or q to quit--- > this=3D0x8071e00, aWhen=3D0, aDirectory=3D0x8093300) at > nsNativeComponentLoader.cpp:171 > #13 0x281cb14d in nsComponentManagerImpl::AutoRegisterImpl(int, nsIFile*, > int) ( > this=3D0x8071c00, when=3D0, inDirSpec=3D0x0, fileIsCompDir=3D1) > at ../../dist/include/xpcom/nsCOMPtr.h:663 > #14 0x281cbd08 in nsComponentManagerImpl::AutoRegister(nsIFile*) > (this=3D0x8071c00, > aSpec=3D0x0) at nsComponentManager.cpp:3417 > #15 0x28177143 in NS_InitXPCOM2 (result=3D0x0, binDirectory=3D0x282369a0, > appFileLocationProvider=3D0x807aac0) at nsXPComInit.cpp:569 > #16 0x08055a85 in xre_main(int, char**, nsXREAppData const&) (argc=3D1, > argv=3D0xbfbfe924, aAppData=3D@0xbfbfe8a4) at > ../../dist/include/xpcom/nsCOMPtr.h:663 > #17 0x0804f727 in main (argc=3D1, argv=3D0xbfbfe924) at nsBrowserApp.cpp:= 51 > #18 0x0804f5f2 in _start () >=20 > Is that more helpful? >=20 > Ed Ryan > ~epr/PublicWrite >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-JU+OBYWCQUp0mueEiEKb Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAU7r9b2iPiv4Uz4cRAqyZAJ44Jrz0Ngj/uQmRTuNF1JRaibL/+gCfYsnk NxU7gqXDEp/qucaPHSN4+tA= =vA2n -----END PGP SIGNATURE----- --=-JU+OBYWCQUp0mueEiEKb--