[Issue 19947] OutOfMemoryError with GC-allocs
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 8 17:40:28 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19947
Gregor Mückl <gregormueckl at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gregormueckl at gmx.de
--- Comment #4 from Gregor Mückl <gregormueckl at gmx.de> ---
I don't think that it can be false positives. Adding a GC.collect() call will
clean up the allocations; so the issue must rather be that collection is not
started for some reason.
See also original forum discussion:
https://forum.dlang.org/thread/obkpctudtnnfojrbrwiv@forum.dlang.org
--
More information about the Digitalmars-d-bugs
mailing list