Date: Sat, 1 Oct 2005 03:19:58 +0530 From: Philip Tellis <philip.tellis@gmail.com> To: freebsd-mozilla@freebsd.org Subject: firefox/mozilla crash with linuxpluginwrapper on freebsd 4.11 Message-ID: <2e95f9b80509301449l3444e557s@mail.gmail.com>
index | next in thread | raw e-mail
Hi, I'm running the following: FreeBSD 4.11 Firefox 1.0.7 Mozilla 1.7.12 I installed linuxpluginwrapper-20050910 and I'm trying to use it with flash6 I modified the /etc/libmap.conf file slightly because firefox was looking for /home/usr.X11R6/lib/linux-flashplugin6/libflashplayer.so To fix this, I made the map match any file named libflashplayer.so (since there is only one it does not matter). My /etc/libmap.conf file looks like this: # Flash6 (temporary setting) [libflashplayer.so] libpthread.so.0 pluginwrapper/flash6.so libdl.so.2 pluginwrapper/flash6.so libz.so.1 libz.so.2 libstdc++-libc6.2-2.so.3 libstdc++.so.3 libm.so.6 libm.so.2 libc.so.6 pluginwrapper/flash6.so (that is the entire file) I noticed that libstdc++.so.3 does not exist on my system, but libstdc++.so.2.95, so I changed the above line to that. It did not make a difference. both firefox and mozilla segfault on startup. For firefox, this is the backtrace that I get: #0 0x216cb1a4 in kill () from /usr/lib/libc_r.so.4 #1 0x216c24c8 in raise () from /usr/lib/libc_r.so.4 #2 0x100d53d in nsProfileLock::FatalSignalHandler () #3 0x216ddfd4 in _thread_sig_handler () from /usr/lib/libc_r.so.4 #4 0x216dde37 in _thread_sig_handler () from /usr/lib/libc_r.so.4 #5 0x9fbfffac in ?? () #6 0x22dc5db4 in MPCriticalSection::MPCriticalSection () from /home/usr.X11R6/lib/linux-flashplugin6/libflashplayer.so #7 0x22dc26d9 in PlatformGlobals::PlatformGlobals () from /home/usr.X11R6/lib/linux-flashplugin6/libflashplayer.so #8 0x22e00ee2 in NPP_GetValue () from /home/usr.X11R6/lib/linux-flashplugin6/libflashplayer.so #9 0x22e00f1e in NPP_GetValue () from /home/usr.X11R6/lib/linux-flashplugin6/libflashplayer.so #10 0x22e23055 in __pure_virtual () from /home/usr.X11R6/lib/linux-flashplugin6/libflashplayer.so #11 0x22d25036 in _init () from /home/usr.X11R6/lib/linux-flashplugin6/libflashplayer.so #12 0x21014ecf in find_symdef () from /usr/libexec/ld-elf.so.1 #13 0x21015840 in dlopen () from /usr/libexec/ld-elf.so.1 #14 0x2128444f in PR_LoadLibrary () from /usr/X11R6/lib/firefox/libnspr4.so ... Is this enough info to tell me what's wrong or do you need more info? I've searched the web for many weeks, and looked through the archives of this list too. I've tried everything that I could find online but nothing solves my problem. Thanks, Philiphelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2e95f9b80509301449l3444e557s>
