Summary: | low-mem files processed in multifile mode | ||
---|---|---|---|
Product: | dwz | Reporter: | Tom de Vries <vries> |
Component: | default | Assignee: | Nobody <nobody> |
Status: | NEW --- | ||
Severity: | enhancement | CC: | dwz, jakub, mark |
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Tom de Vries
2019-02-27 09:09:32 UTC
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. posted patch: https://sourceware.org/ml/dwz/2019-q1/msg00058.html Reclassifying as enhancement. Has an unreviewed patch, see Comment #2 |