Use the Lock Analysis workspace to find the thread holding the contended lock. If there are other
threads waiting for the same lock, this could indicate a deadlock condition. Find the thread holding
the lock and from the stack trace identify the code that leads to this condition.
|