From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122444 invoked by alias); 29 Sep 2015 21:06:46 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 122396 invoked by uid 48); 29 Sep 2015 21:06:42 -0000 From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/19026] New: ABI symmetry problems and an assert with libparseAPI.so Date: Thu, 01 Jan 2015 00:00:00 -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: 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q3/txt/msg00065.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=19026 Bug ID: 19026 Summary: ABI symmetry problems and an assert with libparseAPI.so Product: libabigail Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: woodard at redhat dot com CC: libabigail at sourceware dot org Target Milestone: --- Created attachment 8648 --> https://sourceware.org/bugzilla/attachment.cgi?id=8648&action=edit reproducing ELF file. hype356@ben:~/bin/abidw --abidiff /collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/dyninst@8.1.2-b04 ^M0c20e/lib/libparseAPI.so Functions changes summary: 0 Removed, 19 Changed, 0 Added functions Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 19 functions with some indirect sub-type change: [C]'method virtual Dyninst::ASTVisitor::ASTPtr Dyninst::ASTVisitor::visit(Dyninst::DataflowAPI::ConstantAST*)' has some indirect sub-type changes: return type changed: typedef name changed from Dyninst::ASTVisitor::ASTPtr to Dyninst::DataflowAPI::BooleanVisitor::ASTPtr [C]'method virtual const std::string Dyninst::DataflowAPI::RoseAST::format()' has some indirect sub-type changes: return type changed: in unqualified underlying type 'typedef std::string': underlying type 'struct std::basic_string, std::allocator >' changed: 1 data member change: abidw: ../../src/abg-comparison.cc:10185: abigail::comparison::base_diff_sptr abigail::comparison::compute_diff(abigail::ir::class_decl::base_spec_sptr, abigail::ir::class_decl::base_spec_sptr, abigail::comparison::diff_context_sptr): Assertion `first->get_environment() == second->get_environment()' failed. Aborted (core dumped) This looks like a different assert than the other one. Also some ABI information must not be being properly stored due to the fact that there are a lot of ABI symmetry problems. -- You are receiving this mail because: You are on the CC list for the bug.