From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::225]) by sourceware.org (Postfix) with ESMTPS id 028C23858C83 for ; Sun, 25 Sep 2022 07:05:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 028C23858C83 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org Received: (Authenticated sender: dodji@seketeli.org) by mail.gandi.net (Postfix) with ESMTPSA id E05E41C0007; Sun, 25 Sep 2022 07:05:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seketeli.org; s=gm1; t=1664089505; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bDlH7vTpPkZ31Xh7cEKjpBjg6I5rIYT3BcAxLfRfKmI=; b=d4H2Pc4kUyIo7Zmerh5gFL/b4ZLZL/aEmLKzJFklNpEVYsH58uDWrYjE2rAo4g9KcdeYjd dXGACj0SE4EwUtW3GRtoO1vtKMDKXvCAnhanLo0Rm1kZgIBbqFwxHU7LImBKoVJGwxjsPi APwSqBpwb/HPjlKPZXjWSCb4n21kTH85k9A7E5bYHCYmEzZHtSHWHcIE6BRKfKZ1Hwxyve atwK7ulPg8qmoJs1Y8iOlYaN0v3JeCQswVIrCRvEJSJTTFcVJlJMxNuCRDQ59BETVlM3JR 08rcUseD42V5kd+BeoS/DO8AgtikGdaUA+9Ve3MCAzVVenPrJY0N5KHk2PUz8w== Received: by localhost (Postfix, from userid 1000) id 40E99581C2F; Sun, 25 Sep 2022 09:05:04 +0200 (CEST) From: Dodji Seketeli To: Ben Woodard via Libabigail Cc: Ben Woodard Subject: Re: Where are we? (Sept 22 edition) Organization: Me, myself and I References: <22b479ce-09a5-52c6-24f9-d959310ce8f2@redhat.com> <16c39076-2d42-0583-a013-7c9c0005f841@redhat.com> X-Operating-System: Fedora 38 X-URL: http://www.seketeli.net/~dodji Date: Sun, 25 Sep 2022 09:05:04 +0200 In-Reply-To: <16c39076-2d42-0583-a013-7c9c0005f841@redhat.com> (Ben Woodard via Libabigail's message of "Thu, 22 Sep 2022 18:52:49 -0700") Message-ID: <875yhc3pen.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello Ben, Many thanks for running these very very important tests! Ben Woodard via Libabigail a =C3=A9crit: > Progress! With Dodji's latest patches I took the fails from the > previous test and reran with the latest code. 80 packages which > previously failed now pass. Good to hear. There are still issues, though, but I have a sense that we are in a much better place than we were previously, when you first started to run these monster tests. > The class of "wrongly compared" seems to have continued to > improve. Cool. These were one of the area I focused the most on for this 2.1 release. > There seem to be two classes of problems. One is just unspecified > filtered symbols. The other class of problems are related to some kind > of type confusion in C++. > > 1. crash > 2. enlightenmentd > 3. freefem++ > 4. gimp > 5. harfbuzz > 6. kdepim-addons > 7. kf5-libktorrent > 8. kf5-mailcommon > 9. kscope > 10. ldc > 11. libcouchbase > 12. nest > 13. pocl > 14. qt6-qtbase > 15. smesh > 16. tdlib > 17. vsomeip3 > > The asserts appear to be about the same but some of the line numbers > have changed slightly but that is it. This affects 72 packages. I have addressed some of the asserts in some latest patches that went in today. > The segv's are all gone yea! One interesting thing though is a few of > the programs that were segv'ing are now returning 68. I have yet to=20 > figure out what exit code 68 means: > > AusweisApp2 - Unknown 68 > kcov - Unknown 68 > bettercap - Unknown 68 > singularity - Unknown 68 > stargz-snapshotter - Unknown 68 > llvm11 - Unknown 68 > qt6-qtwayland - Unknown 68 > flang - Unknown 68 Several of these should now be gone, I think. I'll go ahead and release 2.1. I'll address the remaining issue later unless someone beats me to it. Thanks again. [...] Cheers, --=20 Dodji