From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 99EAE385DC33; Wed, 14 Feb 2024 13:51:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 99EAE385DC33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707918707; bh=A/udpxAf2xDcKQTvY0bN0otSykfoiN6tW0Q/rnkm65I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NXL7830MoQ1m6jvCpT1uNMLrqXb0xjdSJDgPPVqxjfnyuQ6xpNPZF6GcJW7KpqmbR xVNgC+0n2wmCdzzICCAdo8zVN3GpwXtRjfKGK2ejK7+suuS2yGtvWwWwTvPehfSsjW d5CfghrvwsCdl2VfAmBTJCh1a4UrkcKwKPZ6Dcsg= From: "dodji at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/31313] infinitish run for abidw on libgs-9.27-1.el8.x86_64.rpm /usr/lib64/libgs.so.9.27 Date: Wed, 14 Feb 2024 13:51:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dodji at redhat dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31313 dodji at redhat dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from dodji at redhat dot com --- Hello, I could reproduce the issue, thanks for reporting the issue. This appears to be one these embarrassing quadratic behaviour that the curr= ent type canonicalization process has :-( I tried the work-in-progress type-hashing branch on the binary and here is = what I am getting: $ time ~/git/libabigail/hash-types/build/tools/abidw -d usr/lib/debug usr/lib64/libgs.so.9.27 > libgs.so.9.27.hashed.abi real 0m45,004s user 0m44,734s sys 0m0,142s $=20 In other words, the current type-hashing work on the branch https://sourceware.org/git/?p=3Dlibabigail.git;a=3Dshortlog;h=3Drefs/heads/= users/dodji/hash-types seems to address precisely this kind of issues. I'll look into this a bit more to see if I can find a work-around before I = am done with the type-hashing work. But we might as well wait for type-hashing work to land. --=20 You are receiving this mail because: You are on the CC list for the bug.=