From owner-svn-ports-all@freebsd.org Wed Apr 15 23:24:32 2020 Return-Path: Delivered-To: svn-ports-all@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 4E4162C4E5D; Wed, 15 Apr 2020 23:24:32 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [88.198.69.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 492djV2Y7jz4YZW; Wed, 15 Apr 2020 23:24:30 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (not verified)) by smtp.burggraben.net (Postfix) with ESMTPS id 5E58AC0030B; Thu, 16 Apr 2020 01:24:28 +0200 (CEST) Received: by elch.exwg.net (Postfix, from userid 1000) id 10C50139849; Thu, 16 Apr 2020 01:24:28 +0200 (CEST) Date: Thu, 16 Apr 2020 01:24:28 +0200 From: Christoph Moench-Tegeder To: Thierry Thomas Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r531786 - head/devel/libuv Message-ID: <20200415232428.GA25096@elch.exwg.net> References: <202004151946.03FJksxX070461@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202004151946.03FJksxX070461@repo.freebsd.org> User-Agent: Mutt/1.13.5 (2020-03-28) X-Rspamd-Queue-Id: 492djV2Y7jz4YZW X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of cmt@burggraben.net designates 88.198.69.140 as permitted sender) smtp.mailfrom=cmt@burggraben.net X-Spamd-Result: default: False [-3.85 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:88.198.69.140]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[burggraben.net]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; IP_SCORE(-1.55)[ip: (-9.71), ipnet: 88.198.0.0/16(3.58), asn: 24940(-1.59), country: DE(-0.02)]; RCVD_IN_DNSWL_NONE(0.00)[140.69.198.88.list.dnswl.org : 127.0.6.0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2020 23:24:32 -0000 ## Thierry Thomas (thierry@FreeBSD.org): > Log: > Upgrade to v1.36.0. It seems that this broke runtime of dns/bind916 (at least for me). Symptom: named crashes on an assert at the first query, sometimes even directly on start. Assert message is critical: netmgr.c:1000: REQUIRE(worker->recvbuf_inuse) failed, back trace plus a somewhat useless backtrace (no symbols in my build) and critical: exiting (due to assertion failure). This took me a while to debug as I updated libuv and bind916 at the same time and didn't realize bind was using libuv. Just in case: my build should be clean, I use poudriere. Can someone confirm or deny? Regards, Christoph -- Spare Space