[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/24778] 0.12: dwz is core dumping



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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |vries at gcc dot gnu.org
         Resolution|---                         |DUPLICATE

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to kloczek from comment #0)
> #4  0x00005639c8b43b9d in adjust_exprloc (cu=0x5639cab626c8,
> die=0x5639cab62720, refcu=0x5639cab626c8, ref=0x5639cab62720,
> ptr=0x7fdf46f730bb "\237", 
>     len=<optimized out>) at dwz.c:8561

This is assert:
...
          assert (refd != NULL && !refd->die_remove);
...

Duplicate of PR24195.

*** This bug has been marked as a duplicate of bug 24195 ***

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