From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32651 invoked by alias); 20 Oct 2015 22:17:25 -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 32617 invoked by uid 48); 20 Oct 2015 22:17:21 -0000 From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/19138] Assertion failure ../../src/abg-dwarf-reader.cc:3629 Date: Thu, 01 Jan 2015 00:00:00 -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: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q4/txt/msg00123.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=19138 --- Comment #2 from Ben Woodard --- Of all the asserts that I'm still hitting, this is by far the most common one: ipa15@ben:grep abidw collected-target.files 9 abidw: ../../src/abg-comparison.cc:8252: void abigail::comparison::class_diff::ensure_lookup_tables_populated() const: Assertion `priv_->deleted_bases_.find(qname) == priv_->deleted_bases_.end()' failed. 261 abidw: ../../src/abg-dwarf-reader.cc:3629: Dwarf_Addr abigail::dwarf_reader::read_context::maybe_adjust_var_sym_address(Dwarf_Addr) const: Assertion `data_section' failed. 1 abidw: ../../src/abg-ir.cc:1080: void abigail::ir::elf_symbol::add_alias(abigail::ir::elf_symbol_sptr): Assertion `last_alias' failed. 3 abidw: ../../src/abg-reader.cc:2271: abigail::ir::string_elf_symbols_map_sptr abigail::xml_reader::build_elf_symbol_db(abigail::xml_reader::read_context&, xmlNode*, bool): Assertion `i->second->is_main_symbol()' failed. So I would prioritize it most highly. This is happening with dodji/fixes up to and including: 806a6a610f02e4d27d5b1c9c167c69e388465746 -- You are receiving this mail because: You are on the CC list for the bug.