public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/24764] New: dwz internal error: dwz.c:9253: recompute_abbrevs: Assertion `off == cu_size' failed
@ 2019-01-01  0:00 vries at gcc dot gnu.org
  2019-01-01  0:00 ` [Bug default/24764] " vries at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

https://sourceware.org/bugzilla/show_bug.cgi?id=24764

            Bug ID: 24764
           Summary: dwz internal error: dwz.c:9253: recompute_abbrevs:
                    Assertion `off == cu_size' 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: ---

There are two distro bug reports that mention this assert:
- #892828 [i|M|  ] [dwz] dwz internal error: dwz.c:9253: recompute_abbrevs:
  Assertion `off == cu_size' failed
  ( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892828 )
- Bug 1456261 - debuginfo files for Gtk2 plugin process are very large 
  ( https://bugzilla.redhat.com/show_bug.cgi?id=1456261 )

Unfortunately neither of them has a usable reproducer.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug default/24764] dwz internal error: dwz.c:9253: recompute_abbrevs: Assertion `off == cu_size' failed
  2019-01-01  0:00 [Bug default/24764] New: dwz internal error: dwz.c:9253: recompute_abbrevs: Assertion `off == cu_size' failed vries at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2019-01-01  0:00 ` vries at gcc dot gnu.org
@ 2019-01-01  0:00 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

https://sourceware.org/bugzilla/show_bug.cgi?id=24764

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |doko at debian dot org,
                   |                            |jakub at redhat dot com,
                   |                            |mark at klomp dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug default/24764] dwz internal error: dwz.c:9253: recompute_abbrevs: Assertion `off == cu_size' failed
  2019-01-01  0:00 [Bug default/24764] New: dwz internal error: dwz.c:9253: recompute_abbrevs: Assertion `off == cu_size' failed vries at gcc dot gnu.org
@ 2019-01-01  0:00 ` vries at gcc dot gnu.org
  2019-01-01  0:00 ` vries at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

https://sourceware.org/bugzilla/show_bug.cgi?id=24764

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Tom de Vries <vries at gcc dot gnu.org> ---
https://sourceware.org/git/?p=dwz.git;a=commit;h=331eabd4da21349f1f72224efa22bbea01614914

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug default/24764] dwz internal error: dwz.c:9253: recompute_abbrevs: Assertion `off == cu_size' failed
  2019-01-01  0:00 [Bug default/24764] New: dwz internal error: dwz.c:9253: recompute_abbrevs: Assertion `off == cu_size' failed vries at gcc dot gnu.org
  2019-01-01  0:00 ` [Bug default/24764] " vries at gcc dot gnu.org
@ 2019-01-01  0:00 ` vries at gcc dot gnu.org
  2019-01-01  0:00 ` vries at gcc dot gnu.org
  2019-01-01  0:00 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

https://sourceware.org/bugzilla/show_bug.cgi?id=24764

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
I can reproduce with two of the executables from PR25024:
...
$ time.sh dwz
CheckerOptionHandlingAnalyzerPlugin.so-10.0.0-0.20190817snap5.fc30.x86_64.debug
-o 1 -Lnone -l0
dwz: dwz.c:9937: recompute_abbrevs: Assertion `off == cu_size' failed.
Command terminated by signal 6
maxmem: 2183648
real: 62.65
user: 61.50
system: 1.13
...
and:
...
$ time.sh dwz clang-10-10.0.0-0.20190817snap5.fc30.x86_64.debug -o 1 -Lnone -l0
dwz: dwz.c:9937: recompute_abbrevs: Assertion `off == cu_size' failed.
Command terminated by signal 6
maxmem: 5627516
real: 155.69
user: 148.60
system: 3.66
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug default/24764] dwz internal error: dwz.c:9253: recompute_abbrevs: Assertion `off == cu_size' failed
  2019-01-01  0:00 [Bug default/24764] New: dwz internal error: dwz.c:9253: recompute_abbrevs: Assertion `off == cu_size' failed vries at gcc dot gnu.org
  2019-01-01  0:00 ` [Bug default/24764] " vries at gcc dot gnu.org
  2019-01-01  0:00 ` vries at gcc dot gnu.org
@ 2019-01-01  0:00 ` vries at gcc dot gnu.org
  2019-01-01  0:00 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz

https://sourceware.org/bugzilla/show_bug.cgi?id=24764

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
And finally, a fast reproducer (binary from the same PR as in the previous
comment):
...
$ time.sh dwz clang-offload-bundler-10.0.0-0.20190817snap5.fc30.x86_64.debug -o
1 -Lnone -l0
dwz: dwz.c:9920: recompute_abbrevs: Assertion `off == cu_size' failed.
Command terminated by signal 6
maxmem: 327576
real: 5.49
user: 5.29
system: 0.18
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-27 18:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [Bug default/24764] New: dwz internal error: dwz.c:9253: recompute_abbrevs: Assertion `off == cu_size' failed vries at gcc dot gnu.org
2019-01-01  0:00 ` [Bug default/24764] " vries at gcc dot gnu.org
2019-01-01  0:00 ` vries at gcc dot gnu.org
2019-01-01  0:00 ` vries at gcc dot gnu.org
2019-01-01  0:00 ` vries at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).