http://bugs.winehq.org/show_bug.cgi?id=20380
--- Comment #75 from Michael Builov mbuilov@gmail.com 2010-02-13 17:27:44 --- may be i'm wrong, but threads in wine created via pthread_create() in wine-1.1.38/dlls/ntdll/thread.c:RtlCreateUserThread(), but signals sent via kill() in wine-1.1.38/server/ptrace.c:send_thread_signal(). This is incorrect, signals should be sent via pthread_kill().