http://bugs.winehq.org/show_bug.cgi?id=6547
------- Additional Comments From julliard@winehq.com 2006-01-11 06:36 ------- That's very possible, there's a bug in Xlib where XFilterEvent calls the filters with the display lock held, so if an IM filter gets the lock it deadlocks. I added a workaround for the standard XIM lib, but others input methods probably need the same treatment. If we know exactly what causes the deadlock we may be able to find a way around it too.