DMD Deadlocks
Benjamin Thaut
code at benjamin-thaut.de
Mon Mar 19 10:58:35 PDT 2012
Hi,
I somehow hit a bug where dmd deadlocks within Mem::Free if I use
-inline. With previous bugs I was able to reduce my code using DustMite
but with this one it is hard because dmd gives no output and just
freezes. Any ideas how I could reduce my code?
Callstack:
kernel32.dll!_WaitForSingleObject at 8() + 0x12 Bytes
dmd.exe!__WaitSemaphore() + 0x1c Bytes C++
dmd.exe!Mem::free(void *)() Zeile 95 + 0x8 Bytes C++
dmd.exe!Array::~Array()() Zeile 59 + 0x10 Bytes C++
dmd.exe!main() Zeile 1431 + 0x26 Bytes C++
Kind Regards
Benjamin Thaut
More information about the Digitalmars-d
mailing list