Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2018 16:05:48 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480744 - in head/www: firefox firefox-esr waterfox
Message-ID:  <201809261605.w8QG5mHv058349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Sep 26 16:05:48 2018
New Revision: 480744
URL: https://svnweb.freebsd.org/changeset/ports/480744

Log:
  www/firefox: document e10s instability
  
  PR:		225233 228855

Modified:
  head/www/firefox-esr/pkg-message   (contents, props changed)
  head/www/firefox/pkg-message   (contents, props changed)
  head/www/waterfox/pkg-message   (contents, props changed)

Modified: head/www/firefox-esr/pkg-message
==============================================================================
--- head/www/firefox-esr/pkg-message	Wed Sep 26 15:54:11 2018	(r480743)
+++ head/www/firefox-esr/pkg-message	Wed Sep 26 16:05:48 2018	(r480744)
@@ -13,6 +13,13 @@ Some features available on other platforms are not imp
 
 ======================================================================
 
+On FreeBSD < 11.3 Web Content process may frequently crash due to bug 181741.
+If you cannot upgrade try applying the following workaround:
+
+$ sysctl net.local.stream.recvspace=16384
+
+======================================================================
+
 To select non-default audio backend open about:config page and create
 media.cubeb.backend preference. Supported values are: alsa, jack,
 pulse, pulse-rust, oss, sndio. Currently used backend can be inspected

Modified: head/www/firefox/pkg-message
==============================================================================
--- head/www/firefox/pkg-message	Wed Sep 26 15:54:11 2018	(r480743)
+++ head/www/firefox/pkg-message	Wed Sep 26 16:05:48 2018	(r480744)
@@ -14,6 +14,13 @@ Some features available on other platforms are not imp
 
 ======================================================================
 
+On FreeBSD < 11.3 Web Content process may frequently crash due to bug 181741.
+If you cannot upgrade try applying the following workaround:
+
+$ sysctl net.local.stream.recvspace=16384
+
+======================================================================
+
 To select non-default audio backend open about:config page and create
 media.cubeb.backend preference. Supported values are: alsa, jack,
 pulse, pulse-rust, oss, sndio. Currently used backend can be inspected

Modified: head/www/waterfox/pkg-message
==============================================================================
--- head/www/waterfox/pkg-message	Wed Sep 26 15:54:11 2018	(r480743)
+++ head/www/waterfox/pkg-message	Wed Sep 26 16:05:48 2018	(r480744)
@@ -12,6 +12,13 @@ Some features available on other platforms are not imp
 
 ======================================================================
 
+On FreeBSD < 11.3 Web Content process may frequently crash due to bug 181741.
+If you cannot upgrade try applying the following workaround:
+
+$ sysctl net.local.stream.recvspace=16384
+
+======================================================================
+
 To select non-default audio backend open about:config page and create
 media.cubeb.backend preference. Supported values are: alsa, jack,
 pulse, pulse-rust, oss, sndio. Currently used backend can be inspected



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809261605.w8QG5mHv058349>