http://bugs.winehq.org/show_bug.cgi?id=4729
------- Additional Comments From mikolaj.zalewski@gmail.com 2007-03-08 18:18 ------- The bug is easy to reproduce. Use File > New, draw a shape with a brush and change the width of the history palette. After the first or second change Wine will lock. Locking of other apps ocures maybe because when resizing we grab the mouse. After one minute there is a timeout on the critical section and Pohtoshop is killed.
The other thread is executing XQueryPointer in X11DRV_GetCursorPos. Adding timestamps show that this is one call that doesn't return. On the stack traces of other threads I haven't notived any X11 activity.