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

[Bug default/24274] low-mem files processed in multifile mode



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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
AFAIU, there is code intended to prevent this scenario from happening at the
end of dwz:
...
  free (dso);
  if (ret == 0 && !low_mem)
    res->res = 0;
  return ret;
...

But the low_mem condition is never true here, because cleanup is run before
arriving there, which sets multifile_mode to 0.

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