From owner-freebsd-hackers@freebsd.org Thu Jul 19 13:18:47 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20D651035330 for ; Thu, 19 Jul 2018 13:18:47 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA9F990CD1; Thu, 19 Jul 2018 13:18:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id C32D81B20D; Thu, 19 Jul 2018 13:18:46 +0000 (UTC) From: Jan Beich To: Jan =?utf-8?Q?Kokem=C3=BCller?= Cc: freebsd-hackers@freebsd.org Subject: Re: Firefox 63 vs. sendmsg() References: <844b824e-4463-82f4-a01d-5d398c4351e4@gmail.com> Date: Thu, 19 Jul 2018 15:18:41 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2018 13:18:47 -0000 Jan Kokem=C3=BCller writes: >> Can someone help debug https://bugzilla.mozilla.org/show_bug.cgi?id=3D14= 75970#c7 ? >> I'm not familar with socket code. > > Could it be related to this bug[1]? > There is a demo program in another bug report[2] that still fails for me > (running a recent -current, r334337). > > [1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D181741 > [2]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215933 Indeed. Firefox 63 works fine after applying the patch in bug 181741. I wonder, if "packet loss" issue is also responsible for IPC instability in Firefox < 63 and Chromium.