Below is my program and I am trying to get the call stack when the process is blocked in WaitForSingleObject() call using windbg. The strange thing is when the process is blocking, windbg only prints
I am creating an application that implements inter process communication. For this purpose I have set up a shared buffer, which seems to work fine.