http://bugs.winehq.org/show_bug.cgi?id=20380
--- Comment #91 from Wylda wylda@volny.cz 2010-03-06 09:01:31 --- Created an attachment (id=26640) --> (http://bugs.winehq.org/attachment.cgi?id=26640) patch for linux kernel 2.6.33
(In reply to comment #90)
There's a kernel fix from Linus at http://bugzilla.kernel.org/show_bug.cgi?id=15395#c34. Could someone please give it a try?
There is work around since linux kernel 2.6.33-git10 or you can use attached patch for stable kernel 2.6.33 (maybe even older).
But as i followed developer's discussion, the problem is, that wine (or the patch which caused regression??) relays on deterministic signals delivery, which never existed in linux (Linus: not a bug, but not all that well-defined behavior).
Big thank you goes to Michael Builov, who did the hard debugger job and discovered the signals relationship!