From owner-svn-src-all@freebsd.org Sat Jan 13 17:04:31 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEDD9E736C2; Sat, 13 Jan 2018 17:04:31 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 AE2846D26D; Sat, 13 Jan 2018 17:04:31 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C3BB218A93; Sat, 13 Jan 2018 17:04:30 +0000 (UTC) Date: Sat, 13 Jan 2018 17:04:30 +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: r319971 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/stdlib/jemalloc Message-ID: <20180113170430.GA52597@FreeBSD.org> References: <201706150715.v5F7F6aT031218@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201706150715.v5F7F6aT031218@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jan 2018 17:04:31 -0000 On Thu, Jun 15, 2017 at 07:15:06AM +0000, Jason Evans wrote: > New Revision: 319971 > URL: https://svnweb.freebsd.org/changeset/base/319971 > > Log: > Update jemalloc to 5.0.0. I've finally bisected the problem of `games/quake2lnx' failing to start (hanging) in GLX mode down to this commit. Reverting it and making "all install" under `/usr/src/lib/libc' restores correct operation. If I run it as ``env LD_PRELOAD=/lib/libthr.so.3 quake2 ...'' it starts normally. Do you have any ideas what might have broken it? Is this a problem with how the Quake2 binary is linked, or with jemalloc? To reproduce: $ cd /usr/ports/games/quake2lnx && make all install $ quake2 +set vid_ref glx (I'd appreciate if you could build/install `games/quake2lnx', it is straightforward and fast, and does not require any commercial data files. Thanks.) ./danfe