From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34403 invoked by alias); 5 Feb 2019 15:25:34 -0000 Mailing-List: contact dwz-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: dwz-owner@sourceware.org Received: (qmail 33857 invoked by uid 48); 5 Feb 2019 15:25:29 -0000 From: "vries at gcc dot gnu.org" To: dwz@sourceware.org Subject: [Bug default/24170] New: dwz: dwz.c:1985: checksum_die: Assertion `((!op_multifile && !rd_multifile && !fi_multifile) || cu != die_cu (ref)) && (!op_multifile || cu->cu_chunk == die_cu (ref)->cu_chunk)' failed. Date: Tue, 01 Jan 2019 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org 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: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q1/txt/msg00004.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24170 Bug ID: 24170 Summary: dwz: dwz.c:1985: checksum_die: Assertion `((!op_multifile && !rd_multifile && !fi_multifile) || cu !=3D die_cu (ref)) && (!op_multifile || cu->cu_chunk =3D=3D die_cu (ref)->cu_chunk)' failed. Product: dwz Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: nobody at sourceware dot org Reporter: vries at gcc dot gnu.org CC: dwz at sourceware dot org Target Milestone: --- Created attachment 11588 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D11588&action=3Ded= it 0.debug.gz [ See also "brc#995136 - dwz assertion on -m for golang-produced binaries" = at https://bugzilla.redhat.com/show_bug.cgi?id=3D995136 ] On master + https://build.opensuse.org/package/view_file/openSUSE:Factory/dwz/dwz-0.12-= ignore-nobits.patch, we get this assert for 0.debug: ... $ cp 0.debug 1=20 $ cp 0.debug 2 $ dwz -m 3 1 2 dwz: dwz.c:1985: checksum_die: Assertion `((!op_multifile && !rd_multifile = && !fi_multifile) || cu !=3D die_cu (ref)) && (!op_multifile || cu->cu_chunk = =3D=3D die_cu (ref)->cu_chunk)' failed. Aborted (core dumped) ... --=20 You are receiving this mail because: You are on the CC list for the bug.