GC deadlocks on linux

Martin Nowak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Feb 20 06:14:00 PST 2015


On Wednesday, 18 February 2015 at 20:27:08 UTC, Byron Heads wrote:
> Adding core.memory.GC.disable; to main causes the application to
> work correctly (and quickly till it runs out of memory :D )

GC.disable shouldn't run OOM, BTW.
http://dlang.org/phobos/core_memory.html#.GC.disable


More information about the Digitalmars-d-learn mailing list