How to find out locking problem

Dan Kegel dank at kegel.com
Sat Jan 1 20:10:06 CST 2011


Sometimes it helps to run winedbg from another window
and get the stacks of all running processes with the command
  bt all
With luck, you can then see which two code paths are
competing for the lock.




More information about the wine-devel mailing list