[Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 5 10:17:57 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20562

moonlightsentinel at disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel at disroot.o
                   |                            |rg

--- Comment #1 from moonlightsentinel at disroot.org ---
That linker parameter was already present in win32.mak, the PR just moved it to
build.d. That bisection seems like a false positive.

An OutOfMemoryError usually signals a failure when allocating <dynamic memory>
- not stack memory. Did you try to compile your project using -lowmem (which
enables the GC for DMD)?

--


More information about the Digitalmars-d-bugs mailing list