From owner-freebsd-ports@freebsd.org Fri Jun 10 20:01:44 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 538DBAEEA97 for ; Fri, 10 Jun 2016 20:01:44 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 195E52D74 for ; Fri, 10 Jun 2016 20:01:44 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-io0-x231.google.com with SMTP id o127so28700803iod.2 for ; Fri, 10 Jun 2016 13:01:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=tTOuBFuThiwVhLmjruWy72PlXb+zZfx73PKQN0ExxLY=; b=qAv64rMu9/1uzJN3bQIvSGgXxJ8cPfJ1n4FvHK/E9L4C2zvfNVQha78ziu1uXnTtEI Pqu2S2R9WxXB3WgUnHs6zZW4y8eKmVL7c8UWaCnmSjZlGYHBkoHsTeZrnM/V94GV3YE8 jo1a1CyZL1zstb+n2qQiWrFWGdPowPuHNRHIUu6MjrTOQaCGoFx+e9TV2YD07ii2RJoC SJJtwxd5vrmNU269WIJCAWVSiaP+2ZtSyT0RU692GkDYe8NNeYWNS2YRZih3zu7R+mW4 V9x071fWL7WFRCxyJRUEIQm9y7ltr9X5ZsXGnGqG2/eRzll9bpYFeV7iBUGXgCQtH//5 OKyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=tTOuBFuThiwVhLmjruWy72PlXb+zZfx73PKQN0ExxLY=; b=QmIhPEWdvRxabt49Wr6eE7bdkMYYW4tpjRWbCPwxyvtpUsuAv82dopu2/RjdIhsDAu SD4ZPsD5P9JaGoPuA80zht9IInow3hLXEprbMGmH3vKKo3MJ+rvqzqnSMemCEwBpRFPI GbtMsAJpoO/7l5w3EonagpWL483PAoTY+SxvfQ3IDClWsK8xLlQ3JVgrg9A6Aq0utB0C xhPlbXhUBcG0JU/DfdQZr2asgsNd01ls3QDIiV74bYDuzpNKOkJU91BQpJ3u1dTSXzDl qLJC+qvg2I5zUriTOLPXU9kQ+Cz234eTNB2CzUP9anSQj+PkSZlSL5pXN7yrIbifMn6J S3eA== X-Gm-Message-State: ALyK8tIheIxJT7xdXCkaaaPjisFWA6w4gXIA7l4mKe3B33jBzt2E0vBliebpvzy/uUnP0iKgz03VeIRbCcMJsA== X-Received: by 10.107.137.95 with SMTP id l92mr6691391iod.177.1465588903291; Fri, 10 Jun 2016 13:01:43 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.79.20.70 with HTTP; Fri, 10 Jun 2016 13:01:42 -0700 (PDT) In-Reply-To: <20160610193613.GC14153@rancor.immure.com> References: <673bea9d889d59900f4a145334b07ca7@cyberbotx.com> <20160608000701.GA944@rancor.immure.com> <20160608130741.GB944@rancor.immure.com> <20160608230452.GC944@rancor.immure.com> <20160609195222.GA10181@rancor.immure.com> <20160610193613.GC14153@rancor.immure.com> From: Kevin Oberman Date: Fri, 10 Jun 2016 13:01:42 -0700 X-Google-Sender-Auth: XY5c_4AvqgTTSRwUiSTzBKO8K_Q Message-ID: Subject: Re: Firefox 47.0 hangs when accessing cnn.com To: Bob Willcox Cc: Grzegorz Junka , FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2016 20:01:44 -0000 On Fri, Jun 10, 2016 at 12:36 PM, Bob Willcox wrote: > On Fri, Jun 10, 2016 at 03:42:00PM +0000, Grzegorz Junka wrote: > > > > On 09/06/2016 19:52, Bob Willcox wrote: > > > On Thu, Jun 09, 2016 at 01:21:06PM +0000, Grzegorz Junka wrote: > > >> On 09/06/2016 13:10, William A. Mahaffey III wrote: > > >>> On 06/09/16 00:10, Kevin Oberman wrote: > > >>>> On Wed, Jun 8, 2016 at 4:04 PM, Bob Willcox < > > >>>> bob@immure.com> wrote: > > >>>> > > >>>>> Ok, I finally figured out how to get portdowngrade to give me a > > >>>>> 46.0.1,1 > > >>>>> version of firefox and built & installed it. Unfortunately, that > didn't > > >>>>> solve > > >>>>> my hanging firefox scripts problem so apparently it's likely to be > > >>>>> caused > > >>>>> by > > >>>>> something else that got updated when I did the portupgrade on June > > >>>>> 4th. Not > > >>>>> sure where to go from here... > > >>>>> > > >>>>> Bob > > >>>>> > > >>>> No easy answers. I, also have no issues with 47.0 on my system and > there > > >>>> are no other reports of the problem you are having. So where to > look? > > >>>> > > >>>> What version of FreeBSD are you running? On what platform? i386 or > > >>>> amd64 or > > >>>> something else. Most people are running amd64. If ir is another > > >>>> platform, > > >>>> issues are less likely to have been seen. Is it 10.3 or something > else. > > >>>> > > >>>> Unless someone else has a better suggestion, I'd re-install all > > >>>> dependencies. Older versions are more likely to have issues.I use > > >>>> portmaster, but I know portupgrade can also do this. Or use > packages. > > >>>> It's > > >>>> a lot faster when you don't need any options on the ports. > > >>>> > > >>>> Other than that, I have no good ideas other than to re-install > > >>>> everything. > > >>>> And that may not fix it as it is possible that it's a memory or > other > > >>>> hardware issue. > > >>>> > > >>>> I hope someone else has a better idea than I. > > >>>> -- > > >>>> R. Kevin Oberman, Network Engineer, Retired > > >>>> E-mail: kob6558@gmail.com > > >>>> _______________________________________________ > > >>>> freebsd-ports@freebsd.org mailing list > > >>>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports > > >>>> To unsubscribe, send any mail to " > freebsd-ports-unsubscribe@freebsd.org" > > >>> > > >>> +1 on packages, *much* faster & same end result if you have no > special > > >>> compile options .... > > >>> > > >>> > > >> I second that and repeat what I said before. If you want to compile > your > > >> own packages with custom options then fine, but do it properly with > > >> either poudriere or synth. Otherwise, just use the FreeBSD generic > ones. > > >> Portupgrade and portmaster are fine but only as long as they work, and > > >> from my experience sooner or later they always stop working and from > > >> then there is going to be a path of misery, wasted time and broken > > >> applications. > > > Well, I've compiled and reinstalled all of the packages on the system > with > > > synth with the same result. BTW, from what I could tell, synth forced > me to > > > remove any local configuration files that I had for the half a dozen > or so > > > ports prior to allowing me to to the 'synth upgrade-system' run. > > > > > > I don't know what is going on/wrong with firefox, but it seems to be > getting > > > hung up with some scripts that it tries to run. Since I replaced the > version > > > 47 of firefox with the previous 46 version and the problem persisted, I > > > suspect that the issue may not be in firefox at all. It's just the > victim. > > > > > > > That sounds bad indeed. Have you tried to reinstall using the official > > pkg repository (not compiled on your machine)? > > > > BTW Firefox 47 just started crashing today for me. Nothing to do with > > scripts, some exception in one of the *.c files (according to the > > popup). I am now creating a new batch of packages with poudriere and > > will try to upgrade to a newer version. > > Ugh. Mine hasn't crashed, just hung to the point where I have to kill it. > Jan has suggested some things for me to try that I plan to do when I get > some time. I'll post how that went once I've tried them. > > Bob > > -- > Bob Willcox | Which is worse: ignorance or apathy? > bob@immure.com | Who knows? Who cares? > Austin, TX | > npviewer.bin is not part of firefox. It is a part of nspluginwrapper. If you uninstall it and restart firefox, does the problem go away? (Of course, you won't be able to view flash.) Have you followed Jan's suggestion to re-setup nspluginwrapper? NOTE: It must be installed by you with the UID you use to run firefox! Doing it as rot won't work. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683