From owner-freebsd-gnome@FreeBSD.ORG Fri Oct 22 23:59:29 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 6581216A4CE for ; Fri, 22 Oct 2004 23:59:29 +0000 (GMT) Received: from zircon.seattle.wa.us (dsl231-043-165.sea1.dsl.speakeasy.net [216.231.43.165]) by mx1.FreeBSD.org (Postfix) with SMTP id E6F2943D2D for ; Fri, 22 Oct 2004 23:59:28 +0000 (GMT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 84078 invoked from network); 22 Oct 2004 23:59:28 -0000 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 22 Oct 2004 23:59:28 -0000 From: Joe Kelsey To: Joe Marcus Clarke In-Reply-To: <1098486882.61052.6.camel@shumai.marcuscom.com> References: <1098482171.66788.665.camel@scotth.emsphone.com> <1098486882.61052.6.camel@shumai.marcuscom.com> Content-Type: text/plain Message-Id: <1098489568.97730.14.camel@zircon> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 22 Oct 2004 16:59:28 -0700 Content-Transfer-Encoding: 7bit cc: FreeBSD GNOME Users Subject: Re: FireFox & linuxpluginwrapper 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: Fri, 22 Oct 2004 23:59:29 -0000 On Fri, 2004-10-22 at 16:14, Joe Marcus Clarke wrote: > On Fri, 2004-10-22 at 17:56, Scott T. Hildreth wrote: > > I installed the linuxpluginwrapper, and created the libmap.conf > > as directed. I restarted firefox, went to sbc.yahoo.com where I > > know there is flash, and the browser disappears. I had this problem > > before, but I was having other Galeon/Mozilla problems. So I deleted > > everything and started over. I haven't installed flash till today. Are > > users able to use linuxpluginwrapper with the latest firefox? > > Works for me: > > linuxpluginwrapper-20041017 > firefox-1.0.1.p_4 > > However, the key is not using Flash 7. As mentioned in the latest > commit message for lpw, Flash 7 is broken on Firefox. Flash 6 will work > just fine, though. Note: lpw and Firefox don't tend to behave as well > together as Mozilla and lpw or Galeon and lpw. For the most > problem-free Firefox experience, don't use lpw. Here is a partial stack dump after visiting my.yahoo.com with flash-6 installed: Program received signal SIGSEGV, Segmentation fault. 0x48976ace in strcmp () from /usr/lib/libc_r.so.4 (gdb) bt #0 0x48976ace in strcmp () from /usr/lib/libc_r.so.4 #1 0x4977ad63 in SecurityContextTable::GetContextForURLCore () from /usr/local/lib/linux-flashplugin6/libflashplayer.so #2 0x4977ad2a in SecurityContextTable::GetContextForURL () from /usr/local/lib/linux-flashplugin6/libflashplayer.so #3 0x497b454e in EnterSecurityContext_NS::EnterSecurityContext_NS () from /usr/local/lib/linux-flashplugin6/libflashplayer.so #4 0x497b49e8 in nsScriptablePeer::StopPlay () from /usr/local/lib/linux-flashplugin6/libflashplayer.so So, obviously, flash-6 does not work all the time. (This is on a relatively recent 4.10) /Joe