From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by sourceware.org (Postfix) with ESMTPS id 09C56385782A; Fri, 20 Nov 2020 17:49:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 09C56385782A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dodji@seketeli.org X-Originating-IP: 91.166.131.65 Received: from localhost (91-166-131-65.subs.proxad.net [91.166.131.65]) (Authenticated sender: dodji@seketeli.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 0070920007; Fri, 20 Nov 2020 17:49:36 +0000 (UTC) Received: by localhost (Postfix, from userid 1000) id 7DBE4581F02; Thu, 19 Nov 2020 11:13:58 +0100 (CET) From: Dodji Seketeli To: woodard at redhat dot com via Libabigail Cc: woodard at redhat dot com Subject: Re: [Bug default/26769] assert when comparing libstdc++ to itself Organization: Me, myself and I References: X-Operating-System: Fedora 34 X-URL: http://www.seketeli.net/~dodji Date: Thu, 19 Nov 2020 11:13:58 +0100 In-Reply-To: (woodard at redhat dot com via Libabigail's message of "Mon, 16 Nov 2020 20:33:44 +0000") Message-ID: <87blft8xi1.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=-1.8 required=5.0 tests=BAYES_00, DATE_IN_PAST_24_48, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2020 17:49:41 -0000 woodard at redhat dot com via Libabigail a =C3=A9crit: > https://sourceware.org/bugzilla/show_bug.cgi?id=3D26769 > > --- Comment #6 from Ben Woodard --- > This latest patch 9ab30d86bd853b4561a9490898b65fc1fd5a203e seems to have > greatly improved the situation. I'm down to 56 failures rather than over = 300. > However the majority of the remaining problems still seem to hit this pro= blem > just in a different way. 51/56 of the remaining failures look like this: > > $ cat libabigail.so.0.0.0.bt > Reading symbols from abidw... > Starting program: /home/ben/Scratch/Work/test/libabigail-x86_64/bin/abidw > --abidiff /lib64/libabigail.so.0.0.0 > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib64/libthread_db.so.1". > abidw: ../../../libabigail/src/abg-reader.cc:1287: abigail::ir::type_base= _sptr > abigail::xml_reader::read_context::build_or_get_type_decl(const string&, = bool): > Assertion `__abg_cond__' failed. So, I have updated the patch on branch https://sourceware.org/git/?p=3Dlibabigail.git;a=3Dshortlog;h=3Drefs/heads/= dodji/PR26769. The commit hash is now: d35b656da75130b. It seems to address this additional issue, hopefully. --=20 Dodji