From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C8853890412; Tue, 6 Apr 2021 06:40:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C8853890412 From: "szhorvat at gmail dot com" To: libabigail@sourceware.org Subject: [Bug default/27699] New: Assertion failure on armv7l Date: Tue, 06 Apr 2021 06:40:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: szhorvat at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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: Tue, 06 Apr 2021 06:40:52 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27699 Bug ID: 27699 Summary: Assertion failure on armv7l Product: libabigail Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: szhorvat at gmail dot com CC: libabigail at sourceware dot org Target Milestone: --- I am using abidw on a Raspberry Pi 4, Raspbian Buster. When I compile the igraph project (https://github.com/igraph/igraph/) in debug mode, with link-time optimization, into a shared library, and call abidw src/libigraph.so it crashes with the following: abidw: abg-dwarf-reader.cc:13241: void abigail::dwarf_reader::finish_member_function_reading(Dwarf_Die*, const function_decl_sptr&, const class_or_union_sptr&, abigail::dwarf_reader::read_context&): Assertion `__abg_cond__' failed. This is libabigail 1.8.0 that I compiled myself from sources. However, the = same crash happens also with libabigail 1.5.0 which is included in Raspbian Bust= er. It only happens when I compile this project with link-time optimization. Compiler is: gcc (Raspbian 8.3.0-6+rpi1) 8.3.0=20 I cannot reproduce the same issue on Ubuntu 20.04 on x86_64. I am happy to provide the .so file, or more specific information about how I compiled igraph to obtain the offending .so file. --=20 You are receiving this mail because: You are on the CC list for the bug.=