From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 3 04:25:01 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 209B79DF for ; Tue, 3 Jun 2014 04:25:01 +0000 (UTC) Received: from lena.kiev.ua (lena.kiev.ua [82.146.51.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E15752819 for ; Tue, 3 Jun 2014 04:25:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lena.kiev.ua; s=3; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:Mime-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=vJj1dzblT/xyjPVjD4Na0UuN9FF+GSRSB+EkzTWSg18=; b=cz5J1Gtm/6Rhnx3a2w0XjCI5BlOX7/1ugwc+PNcftxhNDI3QhxJg8MYvPAoxF7HajiOYdwl9XC8SDtNtNjWfoVxweW9EqOgD+wRRs9b3LtjjK+WB9b5x5ERIzpQYFvuMoXpuLgXDM5A8zh8MOP/8qI/pv1gBvWRjm/W0sUMOCTg=; Received: from ip-384c.rusanovka-net.kiev.ua ([94.244.56.76] helo=bedside.lena.kiev.ua) by lena.kiev.ua with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WrgIy-000LMt-GE; Tue, 03 Jun 2014 07:26:33 +0300 Received: from bedside.lena.kiev.ua (localhost.lena.kiev.ua [127.0.0.1]) by bedside.lena.kiev.ua (8.14.9/8.14.8) with ESMTP id s534OhXT001343; Tue, 3 Jun 2014 07:24:43 +0300 (EEST) (envelope-from Lena@lena.kiev.ua) Received: (from lena@localhost) by bedside.lena.kiev.ua (8.14.9/8.14.8/Submit) id s534Ogrr001342; Tue, 3 Jun 2014 07:24:42 +0300 (EEST) (envelope-from Lena@lena.kiev.ua) Date: Tue, 3 Jun 2014 07:24:42 +0300 From: Lena@lena.kiev.ua To: freebsd-gecko@freebsd.org Subject: Re: Firefox chokes up for several seconds... frequently Message-ID: <20140603042442.GE787@lena.kiev> References: Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <34171.1401763100@server1.tristatelogic.com> User-Agent: Mutt/1.4.2.3i Cc: "Ronald F. Guilmette" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 04:25:01 -0000 > From: "Ronald F. Guilmette" > Since I last updated my ports a couple of weeks ago, the problem > has gotten DRAMATICALLY worse. Now Firefox is choking up frequently, > and for perhaps 10-20 second each time, on virutally every web site > that I visit. Instead of update to 29, I switched to www/firefox-esr. I also use the Flashblock extension https://addons.mozilla.org/en-US/firefox/addon/flashblock/ > here are some things that seem to be present on my > system at the present time, and I do believe there is something > that just isn't right here: > > % cd /usr/local/lib > % find . -name libflashplayer.so | xargs ls -l I have -r--r--r-- 1 root wheel 17422820 27 อมส 08:24 ./browser_plugins/linux-f10-flashplugin/libflashplayer.so All the rest are obsolete and unused links I think. ~ # nspluginwrapper -l /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so Original plugin: /usr/local/lib/browser_plugins/linux-f10-flashplugin/libflashplayer.so Plugin viewer: /usr/local/lib/nspluginwrapper/i386/linux/npviewer Wrapper version string: 1.4.4-1 ... > In section 7.2.1.2. (Firefox and Adobe?? Flash?? Plugin) of > the above Handbook page, Step #3 says: > > # ln -s /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so \ > /usr/local/lib/browser_plugins/ Apparently obsolete. > *** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC client connection In about:config I have user-set (nonstandard) boolean variable dom.ipc.plugins.enabled.npwrapper.libflashplayer.so with value "true".