From owner-freebsd-questions@FreeBSD.ORG Sat Feb 28 03:01:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E03151065670 for ; Sat, 28 Feb 2009 03:01:41 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C2918FC18 for ; Sat, 28 Feb 2009 03:01:41 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so941167yxl.13 for ; Fri, 27 Feb 2009 19:01:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=BvNWuTDps8s6LLPWxCBrQafxy+JnCy/et1CPlq6FwQQ=; b=G8Q7VeaUClpyX7JnF8SRAsxklKkq03bY98VpQz+dyYbNUvVcdTbUHqldTXzai954N5 9EzaBf7ukWz9YycaZM5u8KLUz4R5K+GB4rwBAGR8HmefEnhSRGRBEoz591EpNvF0/3o0 bbTEyZI3NCNZKIllVm1RdaMFnTRvsiZF0SVZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=crBOVwMDR46dAmea5yG1dX1RDIRMgGovm+PPXmpXXaeHq+kkkD8W31f68SeTwDY7Kn 9YY/u7RnM0Fq7rFCGNZNHQ+QyEqY73UL/PiAydoJTfZET62TpEF1w3Vt5Hiu+pziikwc lngtOB73wkm/vP2DpaxsOt7IpzE1Z8rKYJ9A4= MIME-Version: 1.0 Received: by 10.220.84.20 with SMTP id h20mr1218314vcl.60.1235788308839; Fri, 27 Feb 2009 18:31:48 -0800 (PST) Date: Fri, 27 Feb 2009 20:31:48 -0600 Message-ID: <3b47caa90902271831o1b1791cfvb6a3730380c878be@mail.gmail.com> From: Novembre To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Flash 9 crash problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2009 03:01:42 -0000 I have upgraded my 7.0-RELEASE system to RELENG_7 as of 02/19/2009. I had Firefox 2.0.0.12 installed before the upgrade. Then, I installed Adobe Flash 9 following the instructions here http://docs.freebsd.org/cgi/getmsg.cgi?fetch=51075+0+archive/2008/freebsd-emulation/20081102.freebsd-emulation So I have linux_enable="YES" in /etc/rc.conf, compat.linux.osrelease=2.6.16 in /etc/sysctl.conf, and OVERRIDE_LINUX_BASE_PORT=f8 in /etc/make.conf, and the following line in /etc/fstab: linproc /compat/linux/proc linprocfs rw 0 0 I then installed www/nspluginwrapper and www/linux-flashplugin9. The plugins showed up in Firefox when I type about:pugins as ---------- Shockwave Flash File name: npwrapper.libflashplayer.so Shockwave Flash 9.0 r152 MIME Type Description Suffixes Enabled application/x-shockwave-flash Shockwave Flash swf Yes application/futuresplash FutureSplash Player spl Yes ---------- After that, I can see flash videos on youtube and other websites. The problem is that when I close the tabs containing a flash video (most of the times when it is playing, but sometimes even when it is paused), npviewer.bin crashes with a core dump (npviewer.bin.core) in my home directory and it leaves a lot of zombie npviewer.bin processes running. Note that Firefox does not crash and is stable. At this stage, if I want to view another video, a gray box appears and nothing plays. If I kill all the zombie processes, the videos load and play just fine. Does anybody know what I should do to fix this? Thanks a lot :)