From owner-freebsd-stable@freebsd.org Wed Mar 31 07:55:12 2021 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC15A5BE0DD for ; Wed, 31 Mar 2021 07:55:12 +0000 (UTC) (envelope-from chris@cretaforce.gr) Received: from relay3.cretaforce.gr (relay3.cretaforce.gr [195.201.253.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.cretaforce.gr", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F9JWh4CYTz4jm8 for ; Wed, 31 Mar 2021 07:55:12 +0000 (UTC) (envelope-from chris@cretaforce.gr) Received: from server1.cretaforce.gr (server1.cretaforce.gr [138.201.248.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.cretaforce.gr", Issuer "RapidSSL RSA CA 2018" (verified OK)) by smtp1.cretaforce.gr (Postfix) with ESMTPS id 2A4A91FAED for ; Wed, 31 Mar 2021 10:55:10 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cretaforce.gr; s=cretaforce; t=1617177310; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=YTLWy2DxYvYQ7KPtyebY4ObAuSgKkavyOnz0+vr4qD8=; b=CH/OmysdMoZZjguLOjEEQa5d2DmmeFV4ouXjpK6DEJWJVCwI7WhR6lkH9lkA7x45tG2orz gKhGaQ9kBcYbJjSF5t2LexJnpaV0mwo4rzOtoZVYxB8TUgunlI2VllChUkLBwFfcaUpo+G m+oETh44T8y24zcKjoLexhHcoOQEwVI= Received: from macbook-air.fritz.box (athedsl-126859.home.otenet.gr [85.75.71.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: chris@cretaforce.gr) by server1.cretaforce.gr (Postfix) with ESMTPSA id C3E4227332; Wed, 31 Mar 2021 10:55:09 +0300 (EEST) From: Christos Chatzaras Message-Id: <3897EFC4-C19F-4604-A5DD-5D04845EFE2A@cretaforce.gr> Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: FreeBSD 13.0-RC4 and Nginx process "stuck" during restart Date: Wed, 31 Mar 2021 10:55:08 +0300 In-Reply-To: Cc: FreeBSD-STABLE Mailing List , "gjb@freebsd.org" To: "Jonathan T. Looney" References: <94CCFC59-B381-40B1-8F85-F86D87A16B53@cretaforce.gr> X-Mailer: Apple Mail (2.3654.60.0.2.21) X-Rspamd-Queue-Id: 4F9JWh4CYTz4jm8 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2021 07:55:12 -0000 > On 31 Mar 2021, at 02:31, Jonathan T. Looney wrote: >=20 > On Tue, Mar 30, 2021 at 12:01 PM Christos Chatzaras = > wrote: >=20 > Did you notice it with nginx too or something else? I also run monit, = bind, dovecot, postfix, mysql, php-fpm and pure-ftpd and didn't notice = any restart of these services to "stuck". >=20 > Yes, we noticed it in Nginx; however, we only saw it on a very small = percentage of servers. I think we might have seen one other instance = with a different process, but I can't remember for sure. >=20 > Jonathan Hello, With the patch I can't reproduce the issue. Can you please MFC it to = 13.0-STABLE and 13.0 ?=