[Issue 4358] Potential Memory Leaks in std.file.read() ?
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 8 22:18:15 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=4358
Mathias LANG <pro.mathias.lang at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |pro.mathias.lang at gmail.com
Resolution|--- |WORKSFORME
--- Comment #9 from Mathias LANG <pro.mathias.lang at gmail.com> ---
Since it's a GC problem (hence Druntime, not DMD) and well known, I don't think
there's something actionable in this bug report. Additionally, the guidelines
provided in this bug report (don't allocate very large arrays with the GC),
switching to 64 bits, and the improvements that have been made to the GC should
greatly mitigate the problem.
--
More information about the Digitalmars-d-bugs
mailing list