diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-09-27 00:05:48 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-09-27 00:05:48 +0800 |
commit | a153dae1d8f3be7ad287fb4ebe816e8aaac5d6c6 (patch) | |
tree | f09bb27fcb39f5eda94ba335bc80e4eab4c6e2ad | |
parent | cfe904bb535a50db93c4b97f0364af28565725ce (diff) | |
download | freebsd-ports-gnome-a153dae1d8f3be7ad287fb4ebe816e8aaac5d6c6.tar.gz freebsd-ports-gnome-a153dae1d8f3be7ad287fb4ebe816e8aaac5d6c6.tar.zst freebsd-ports-gnome-a153dae1d8f3be7ad287fb4ebe816e8aaac5d6c6.zip |
www/firefox: document e10s instability
PR: 225233 228855
-rw-r--r-- | www/firefox-esr/pkg-message | 7 | ||||
-rw-r--r-- | www/firefox/pkg-message | 7 | ||||
-rw-r--r-- | www/waterfox/pkg-message | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/www/firefox-esr/pkg-message b/www/firefox-esr/pkg-message index 2fa59fe33eee..350197ac33d4 100644 --- a/www/firefox-esr/pkg-message +++ b/www/firefox-esr/pkg-message @@ -13,6 +13,13 @@ Some features available on other platforms are not implemented: ====================================================================== +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 diff --git a/www/firefox/pkg-message b/www/firefox/pkg-message index d48bb3391f8b..1210f5390de8 100644 --- a/www/firefox/pkg-message +++ b/www/firefox/pkg-message @@ -14,6 +14,13 @@ Some features available on other platforms are not implemented: ====================================================================== +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 diff --git a/www/waterfox/pkg-message b/www/waterfox/pkg-message index 4772943ebfd4..8c9a791e8092 100644 --- a/www/waterfox/pkg-message +++ b/www/waterfox/pkg-message @@ -12,6 +12,13 @@ Some features available on other platforms are not implemented: ====================================================================== +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 |