From owner-dev-commits-src-main@freebsd.org Fri Feb 19 17:14:00 2021 Return-Path: Delivered-To: dev-commits-src-main@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 02FA5533C19; Fri, 19 Feb 2021 17:14:00 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dhypv6nZfz4kZp; Fri, 19 Feb 2021 17:13:59 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "R3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id C1DF623469; Fri, 19 Feb 2021 17:13:59 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id E78D14E6AB; Fri, 19 Feb 2021 18:13:57 +0100 (CET) From: "Kristof Provost" To: "Dimitry Andric" Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 0ee0dbfb0d26 - main - Merge libcxxrt master 8049924686b8414d8e652cbd2a52c763b48e8456 Date: Fri, 19 Feb 2021 18:13:56 +0100 X-Mailer: MailMate (1.13.2r5673) Message-ID: <8D9C1169-24C3-4CF8-A074-59F3B7F5EF74@FreeBSD.org> In-Reply-To: <202102182130.11ILUpXB020063@gitrepo.freebsd.org> References: <202102182130.11ILUpXB020063@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 17:14:00 -0000 On 18 Feb 2021, at 22:30, Dimitry Andric wrote: > The branch main has been updated by dim: > > URL: = > https://cgit.FreeBSD.org/src/commit/?id=3D0ee0dbfb0d26cf4bc37f24f12e76c= 7f532b0f368 > > commit 0ee0dbfb0d26cf4bc37f24f12e76c7f532b0f368 > Merge: 04d2d2d7fd22 3f8a54b20893 > Author: Dimitry Andric > AuthorDate: 2021-02-18 21:30:27 +0000 > Commit: Dimitry Andric > CommitDate: 2021-02-18 21:30:27 +0000 > > Merge libcxxrt master 8049924686b8414d8e652cbd2a52c763b48e8456 > > Interesting fixes: > b3c73ba libelftc_dem_gnu3: Sync with elftoolchain r3877 > 7b2335c Mostly fix __cxa_demangle after #3 > > Reported by: arichardson > PR: 253226 > MFC after: 3 days > With this commit I see kyua crashing with a bus error on amd64. Best regards, Kristof