From nobody Wed Oct 18 20:04:19 2023 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S9hdL6fvlz4xSnc for ; Wed, 18 Oct 2023 20:04:22 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S9hdL3vXdz4tgl for ; Wed, 18 Oct 2023 20:04:22 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Authentication-Results: mx1.freebsd.org; none Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.17.1/8.17.1) with ESMTP id 39IK4Jle089428; Wed, 18 Oct 2023 13:04:19 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.17.1/8.17.1/Submit) id 39IK4JcA089427; Wed, 18 Oct 2023 13:04:19 -0700 (PDT) (envelope-from sgk) Date: Wed, 18 Oct 2023 13:04:19 -0700 From: Steve Kargl To: Paul Floyd Cc: "freebsd-hackers@FreeBSD.org" Subject: Re: Valgrind 3.22 RC1 announced Message-ID: Reply-To: sgk@troutmask.apl.washington.edu References: <01a7debc-bdc4-4aba-9f8d-1b78a00aac3c@gmail.com> <6509AC79-3080-42A8-8E34-87974C15491C@gmail.com> List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6509AC79-3080-42A8-8E34-87974C15491C@gmail.com> X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US] X-Rspamd-Queue-Id: 4S9hdL3vXdz4tgl On Wed, Oct 18, 2023 at 09:34:36PM +0200, Paul Floyd wrote: > > > > On 18 Oct 2023, at 19:56, Steve Kargl wrote: > > > > > > Is https://bugs.kde.org/show_bug.cgi?id=381819 fixed? > > If not, are there plans to include the patch attached > > to the bug report in the FreeBSD port? > > > No, that didn’t make it. I ran out of time to write a test > case, plus I don’t have anything to test it on. > > It’s likely to be one of the next things that I try to resolve. > Thanks for the info. That issues has been a thorn in my side while working on gcci/gfortran patches for a long time. I typically use the -mno-tbm option, but how to insure that is in effect everywhere is pain. -- Steve