https://issues.dlang.org/show_bug.cgi?id=14607 --- Comment #1 from Ketmar Dark <ketmar at ketmar.no-ip.org> --- can you try valgrind with debug build of DMD? valgrind log probably will show any incorrect memory operations, along with line numbers and some traces. --