syncblk in SOS 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've been trying to get my hands around the version of SOS that ships with
framework 2.0. I wrote a sample app to create the classic deadlock
situation. When I run syncblk, I get told which locks a threads is holding,
but nothing about which lock they're waiting on. The help for syncblk says
unassemble some code to determine which lock is being waited on, but the
details are lacking. I would expect to see the address of the lock being
waited on, or the sync block address, in the unassembled code, but I don't.

So, for the classic deadlock and the 2.0 SOS, how can you tell which lock a
thread is waiting on?

Thanks,
 
Back
Top