From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A58973858D35; Fri, 5 Nov 2021 08:23:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A58973858D35 From: "tangmeng at uniontech dot com" To: libabigail@sourceware.org Subject: [Bug default/28547] New: abicompat abnormal aborted Date: Fri, 05 Nov 2021 08:23:15 +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: tangmeng at uniontech 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: Fri, 05 Nov 2021 08:23:15 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28547 Bug ID: 28547 Summary: abicompat abnormal aborted Product: libabigail Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: tangmeng at uniontech dot com CC: libabigail at sourceware dot org Target Milestone: --- When I install libabigail and execute the following command, the program wi= ll aborted. # abicompat /usr/local/bin/abicompat /usr/local/lib/libabigail.so.0.0.0=20 abicompat: abg-ir.cc:13392: abigail::ir::function_type_sptr abigail::ir::synthesize_function_type_from_translation_unit(const abigail::ir::function_type&, abigail::ir::translation_unit&): Assertion `__abg_cond__' failed. aborted in src/abg-ir.cc: 13347:function_type_sptr 13348:synthesize_function_type_from_translation_unit(const function_type& fn_type, 13349: translation_unit& tu) ... 13388: if (method) 13389: { 13390: class_type =3D is_class_or_union_type 13391: (synthesize_type_from_translation_unit(method->get_class_type(), tu= )); 13392: ABG_ASSERT(class_type); 13393: } Before ABG_ASSERT(class_type); is executed, whether some exceptions need to= be treated separately=E3=80=82 --=20 You are receiving this mail because: You are on the CC list for the bug.=