D - Concat strings in destructor causes deadlock - TestAuto.d
- Clay Lenhart <Clay_member pathlink.com> Dec 11 2003
If you concat a string in a destructor, a deadlock can occur. I imagine that there is something with allocating while deallocating, but I'm not sure. Attached is sample code that exposes this condition.
Dec 11 2003








Clay Lenhart <Clay_member pathlink.com>