Tracing down core.exception.InvalidMemoryOperationError

Martin Drasar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jul 28 02:21:48 PDT 2014


Hi,

at the end of my program it throws InvalidMemoryOperationError. Looking
at the documentation and past forum questions I learned that it is
probably because of allocations in destructors. However, I have no such
thing in my code (at least not intentionally). I am suspecting the
std.logger package, because it throwed on me a memory error on
occasions. But regardless of the source, I would like to trace it and
deal with it. But I do not have much of an idea where to start. Could
you give me an advice?

Thanks,
Drasha


More information about the Digitalmars-d-learn mailing list