Displaying 1 result from an estimated 1 matches for "9274bb4b".
2011 Dec 06
1
[LLVMdev] Critical sections cleanup
Hello,
I have an application that uses Clang and LLVM wrapped in a DLL. Last week I was debugging reported issues with Microsoft Application Verifier<http://www.microsoft.com/download/en/details.aspx?id=20028> that were related to how critical sections are handled. The issues are caused by critical sections that are either still active when heap blocks are deleted or the DLL is unloaded.