[Issue 19947] OutOfMemoryError with GC-allocs
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jun 12 20:35:51 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19947
Rainer Schuetze <r.sagitario at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |r.sagitario at gmx.de
--- Comment #5 from Rainer Schuetze <r.sagitario at gmx.de> ---
To avoid false pointers in the heap and the data segment, use
--DRT-gcopt=gc:precise --DRT-scanDataSeg=precise
With these the program runs to completion.
--
More information about the Digitalmars-d-bugs
mailing list