Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Sep 2005 12:20:43 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        gnome@freebsd.org
Subject:   Firefox problems
Message-ID:  <20050904.122043.18149584.imp@bsdimp.com>

next in thread | raw e-mail | index | archive | help
I've done a build from source of all my libraries after the great base
system version bump.  I've also installed everything from a package
(both forced builds/installs).  Sadly, I can't get firefox to work.  I
always get the following error:

(firefox-bin:7534): Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG?)
Segmentation fault (core dumped)

gdb says:

[New Thread 0x8216600 (runnable)]
[New Thread 0x80dfa00 (runnable)]
[New Thread 0x80df800 (LWP 100113)]
[New Thread 0x8067000 (LWP 100142)]
(gdb) where
#0  0x2806c5fc in memset () from /libexec/ld-elf.so.1
#1  0x2a14f745 in ?? ()
#2  0x28064c64 in map_object () from /libexec/ld-elf.so.1
#3  0x280620df in find_symdef () from /libexec/ld-elf.so.1
#4  0x280629d1 in dlopen () from /libexec/ld-elf.so.1
#5  0x282d5a9a in PR_LoadLibrary () from /usr/X11R6/lib/firefox/libnspr4.so
#6  0x282d59a2 in PR_LoadLibraryWithFlags ()
   from /usr/X11R6/lib/firefox/libnspr4.so
#7  0x2968cde6 in nsPluginFile::LoadPlugin ()
   from /dell/X11R6/lib/firefox/components/libgkplugin.so
#8  0x2967c2d6 in nsPluginHostImpl::ScanPluginsDirectory ()
   from /dell/X11R6/lib/firefox/components/libgkplugin.so
#9  0x2967c69a in nsPluginHostImpl::ScanPluginsDirectoryList ()
   from /dell/X11R6/lib/firefox/components/libgkplugin.so
#10 0x2967c9ba in nsPluginHostImpl::FindPlugins ()
   from /dell/X11R6/lib/firefox/components/libgkplugin.so
#11 0x2967c751 in nsPluginHostImpl::ScanPluginsDirectoryList ()
   from /dell/X11R6/lib/firefox/components/libgkplugin.so
#12 0x2967b3a8 in nsPluginHostImpl::FindPluginEnabledForType ()
   from /dell/X11R6/lib/firefox/components/libgkplugin.so
#13 0x299f42e8 in nsJVMManager::StartupJVM ()
   from /dell/X11R6/lib/firefox/components/liboji.so
#14 0x299f4b6d in nsJVMManager::MaybeStartupLiveConnect ()
   from /dell/X11R6/lib/firefox/components/liboji.so
#15 0x299f5e73 in nsCOMPtr<nsISignatureVerifier>::get ()
   from /dell/X11R6/lib/firefox/components/liboji.so
#16 0x29524200 in nsJSEnvironment::Init ()
   from /dell/X11R6/lib/firefox/components/libgklayout.so
#17 0x295244ca in NS_CreateScriptContext ()
   from /dell/X11R6/lib/firefox/components/libgklayout.so
#18 0x29563b7e in nsDOMScriptObjectFactory::nsDOMScriptObjectFactory ()
   from /dell/X11R6/lib/firefox/components/libgklayout.so
#19 0x28d4e68d in nsDocShell::GetLoadCookie ()
   from /dell/X11R6/lib/firefox/components/libdocshell.so
#20 0x28d57223 in nsWebShell::EnsureCommandHandler ()
   from /dell/X11R6/lib/firefox/components/libdocshell.so
#21 0x281c03b3 in nsGetInterface::operator() ()
   from /usr/X11R6/lib/firefox/libxpcom.so
#22 0x281bea21 in nsCOMPtr_base::assign_from_helper ()
   from /usr/X11R6/lib/firefox/libxpcom.so
#23 0x299c68f3 in nsCOMPtr<nsIDOMWindowInternal>::nsCOMPtr ()
   from /dell/X11R6/lib/firefox/components/libnsappshell.so
#24 0x299d1d9f in nsAppShellService::CalculateWindowZLevel ()
   from /dell/X11R6/lib/firefox/components/libnsappshell.so
#25 0x299d0b89 in nsAppShellService::SetXPConnectSafeContext ()
   from /dell/X11R6/lib/firefox/components/libnsappshell.so
#26 0x299d0f2c in nsAppShellService::AttemptingQuit ()
   from /dell/X11R6/lib/firefox/components/libnsappshell.so
#27 0x08051780 in ?? ()
#28 0x080a0640 in ?? ()
#29 0xbfbfe050 in ?? ()
#30 0x0805ac1d in ?? ()
#31 0x00000000 in ?? ()
#32 0x287748f0 in ?? () from /lib/libc.so.6
#33 0x28082c00 in ?? ()
#34 0x280637a6 in symlook_obj () from /libexec/ld-elf.so.1
#35 0x0804c9bf in ?? ()
#36 0x00000001 in ?? ()
#37 0xbfbfe564 in ?? ()
#38 0x0805c00c in __progname ()
#39 0x0804c969 in ?? ()
#40 0x0805c850 in nsProfileLock::mPidLockList ()
#41 0x0805cc84 in ?? ()
#42 0x280603e9 in _rtld_bind_start () from /libexec/ld-elf.so.1
#43 0x0804c9a0 in ?? ()
#44 0x0805c850 in nsProfileLock::mPidLockList ()
#45 0x00000001 in ?? ()
#46 0xbfbfe55c in ?? ()
#47 0x0804c8de in ?? ()
#48 0x00000001 in ?? ()
#49 0xbfbfe564 in ?? ()
#50 0xbfbfe56c in ?? ()
#51 0x0805c850 in nsProfileLock::mPidLockList ()
#52 0x0805a198 in nsGetterAddRefs<nsILocalFile>::operator void** ()
Previous frame inner to this frame (corrupt stack?)

Any ideas?

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050904.122043.18149584.imp>