I have a multi threaded app that seems to have a thread locking issue.
Are there any tutorials and tools that describe how to go about tracking
this ? I looked at the CLR profiler but that seems to be focussed more
on the heap and memory usage.
Any pointers ?
=sam
Use Windbg and SOS to detect deadlocks. There are quite few resources
on teh web for SOS and Windbg.
>I have a multi threaded app that seems to have a thread locking issue.
> Are there any tutorials and tools that describe how to go about tracking
[quoted text clipped - 4 lines]
>
> =sam
Hi Sam,
You may want to try using the deadlock detection tool that Joe Duffy
attached to his article on deadlock detection and prevention in managed code
in the April 2006 issue of MSDN magazine.
You can find it online at
http://msdn.microsoft.com/msdnmag/issues/06/04/Deadlocks/default.aspx
Hope this helps
--Alessandro Catorcini
Lead PM - CLR
This posting is provided "AS IS" with no warranties, and confers no rights.