From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5B1063857BBA; Wed, 8 Jun 2022 15:43:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B1063857BBA From: "gprocida at google dot com" To: libabigail@sourceware.org Subject: [Bug default/26646] unexpected declaration-only types Date: Wed, 08 Jun 2022 15:43:12 +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: gprocida at google 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: 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 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: Wed, 08 Jun 2022 15:43:12 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26646 --- Comment #35 from gprocida at google dot com --- I have bisected what I believe to be a (rare) exponential slowdown to this commit: https://sourceware.org/git/?p=3Dlibabigail.git;a=3Dcommit;h=3Dbfd557040376d= 4e82e4e684f3745f1e55bafdd9b The same pairs of DIEs get compared 100 000s of times (at least) and abidw = does not terminate in any reasonable amount of time. This behaviour is consistent across build environments and compilers and I = have verified it on vanilla upstream libabigail at commit ebf8f98f3dc7b6e4fe2af9c1ccbbfee55ace6c54. The test case is 200MB compressed, unfortunately, much of which is vmlinux.= The bad behaviour kicks in when processing reaches a certain kernel module, as = far as I could tell using strace. I'm looking into what I can do make the test case available to you. There m= ay be some complications here. --=20 You are receiving this mail because: You are on the CC list for the bug.=