Hey all,

When running a D program that i wrote (32bit mode, windows10), an OutOfMemory exception being thrown when executing the program:

core.exception.OutOfMemoryError@src\core\exception.d(702): Memory allocation failed

However there is no stack trace being generated (due to the program being out of memory).

How do I figure out where in the user code the out of memory error is coming from/occurring ?

Thanks in advance,
Danny

ps. Using Linux 64bit, this error does not occur

Reply via email to