From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B5ADA3982E03; Fri, 4 Dec 2020 18:36:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B5ADA3982E03 From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/27011] abort in abg-comparison.cc:9004 Date: Fri, 04 Dec 2020 18:36:32 +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: woodard at redhat dot com X-Bugzilla-Status: NEW 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: Fri, 04 Dec 2020 18:36:32 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27011 --- Comment #2 from Ben Woodard --- The converse test seems to fail in the same way. So while using x86_64 to examine aarch64 ELF files works just fine. Using aarch64 to examine both aarch64 and x86_64 versions of the same library fails. In other words on x86_64: $ for i in testfiles/*/*;do echo $i; abidw --abidiff $i;done testfiles/aarch64/libHalf.so.24.0.0 testfiles/aarch64/libicutest.so.67.1 testfiles/aarch64/libraw.so.20.0.0 testfiles/aarch64/libtbb.so.2 testfiles/x86_64/libHalf.so.24.0.0 testfiles/x86_64/libicutest.so.67.1 testfiles/x86_64/libraw.so.20.0.0 testfiles/x86_64/libtbb.so.2 but on aarch64: for i in testfiles/*/*;do echo $i;abidw --abidiff $i;done testfiles/aarch64/libHalf.so.24.0.0 Segmentation fault (core dumped) testfiles/aarch64/libicutest.so.67.1 abidw: ../../../libabigail/src/abg-comparison.cc:9004: void abigail::comparison::corpus_diff::priv::ensure_lookup_tables_populated(): Assertion `__abg_cond__' failed. Aborted (core dumped) testfiles/aarch64/libraw.so.20.0.0 Segmentation fault (core dumped) testfiles/aarch64/libtbb.so.2 abidw: ../../../libabigail/src/abg-reader.cc:1287: abigail::ir::type_base_s= ptr abigail::xml_reader::read_context::build_or_get_type_decl(const string&, bo= ol): Assertion `__abg_cond__' failed. Aborted (core dumped) testfiles/x86_64/libHalf.so.24.0.0 Segmentation fault (core dumped) testfiles/x86_64/libicutest.so.67.1 abidw: ../../../libabigail/src/abg-comparison.cc:9004: void abigail::comparison::corpus_diff::priv::ensure_lookup_tables_populated(): Assertion `__abg_cond__' failed. Aborted (core dumped) testfiles/x86_64/libraw.so.20.0.0 Segmentation fault (core dumped) testfiles/x86_64/libtbb.so.2 abidw: ../../../libabigail/src/abg-reader.cc:1287: abigail::ir::type_base_s= ptr abigail::xml_reader::read_context::build_or_get_type_decl(const string&, bo= ol): Assertion `__abg_cond__' failed. Aborted (core dumped) --=20 You are receiving this mail because: You are on the CC list for the bug.=