windb

No matching binary found error

I am trying to debug a crash minidump. have the release debug symbols and release binaries same as crash. While debugging that crash and pointing to symbols still I am getting "No matching binary found" error . I am using the right symbols, binaries and pointing to right location. So why this can happen? I can see a slight difference...

Information about object that thread is waiting for

If I have following stack trace where I see that a thread is waiting on certain lock. How can I get information about the object this thread is waiting for? I was thinking that I should be able to SyncBlk command but seem like it can only give information about the locks and its owner threads. 0:000> !CLRStack OS Thread Id: 0x25a8 (0)...