From owner-freebsd-mozilla@FreeBSD.ORG Fri Sep 30 21:49:59 2005 Return-Path: X-Original-To: freebsd-mozilla@freebsd.org Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5693116A41F for ; Fri, 30 Sep 2005 21:49:59 +0000 (GMT) (envelope-from philip.tellis@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ACD943D48 for ; Fri, 30 Sep 2005 21:49:58 +0000 (GMT) (envelope-from philip.tellis@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so11788wxc for ; Fri, 30 Sep 2005 14:49:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=twuHJxBamvF2CQNcM/rSMeCy08UwUtNSJwGdbULQBsDNdZtmQMXlo62zcy8KoqN8+U2WnfoMfPc+51rYNLu4RV6vc4ID486nX2MGWbwN0YgRICti2sifZ7T/FIacAgl1t0huv32Do38MAAjfIuYtz5JwnjlblF4MoVAwrx+hq6I= Received: by 10.70.111.16 with SMTP id j16mr1082054wxc; Fri, 30 Sep 2005 14:49:58 -0700 (PDT) Received: by 10.70.61.14 with HTTP; Fri, 30 Sep 2005 14:49:58 -0700 (PDT) Message-ID: <2e95f9b80509301449l3444e557s@mail.gmail.com> Date: Sat, 1 Oct 2005 03:19:58 +0530 From: Philip Tellis To: freebsd-mozilla@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: firefox/mozilla crash with linuxpluginwrapper on freebsd 4.11 X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philip Tellis List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 21:49:59 -0000 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 flash= 6 I modified the /etc/libmap.conf file slightly because firefox was looking for /home/usr.X11R6/lib/linux-flashplugin6/libflashplayer.so=20 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?=20 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, Philip