From owner-svn-src-head@freebsd.org Fri May 11 05:26:27 2018 Return-Path: Delivered-To: svn-src-head@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 33C14FB73C1; Fri, 11 May 2018 05:26:27 +0000 (UTC) (envelope-from danfe@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 D945773D59; Fri, 11 May 2018 05:26:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B8B3E220B0; Fri, 11 May 2018 05:26:26 +0000 (UTC) Date: Fri, 11 May 2018 05:26:26 +0000 From: Alexey Dokuchaev To: Jason Evans Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r333477 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src lib/libc/stdlib/jemalloc Message-ID: <20180511052626.GA17584@FreeBSD.org> References: <201805110032.w4B0WWbf036006@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201805110032.w4B0WWbf036006@repo.freebsd.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 05:26:27 -0000 On Fri, May 11, 2018 at 12:32:32AM +0000, Jason Evans wrote: > New Revision: 333477 > URL: https://svnweb.freebsd.org/changeset/base/333477 > > Log: > Update jemalloc to version 5.1.0. > > [...] > + Bug fixes (most of the issues are only relevant to jemalloc 5.0): > + - Fix a few background thread initialization and shutdown issues. > + - Fix a FreeBSD bootstrap assertion. > + - Handle 32 bit mutex counters. > + - Fix a indexing bug when creating background threads. Interesting. May I remind you of PR 220767 which describes a hang that exhibited by some programs after jemalloc 5.0.0 update? (I've tried to reach out for you before but never got any reply.) https://lists.freebsd.org/pipermail/svn-src-head/2018-January/108351.html https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220767 ./danfe