http://bugs.winehq.org/show_bug.cgi?id=11916
Summary: IE6 (installed by ie4linux) and wineserver consumes all cpu Product: Wine Version: 0.9.56. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: tomekc01@poczta.onet.pl
When i run ie6 (it was installed using newest ie4linux) and I open web site (for example http:\centrum24.pl/cbm ), the iexplorer.exe and wineserver starts to consume all available cpu). I do not need to do anything else to reproduce the problem. Next when i close program I need to kill all wine processes because they still consumes all cpu and they don't close themselves.
I do regression test and I find that the problem was introduced by:
628a515b83c317388ddb4fa9a7b29a42135acee0 is first bad commit commit 628a515b83c317388ddb4fa9a7b29a42135acee0 Author: Rob Shearman rob@codeweavers.com Date: Fri Jan 4 17:43:56 2008 +0000
kernel32: Implement RegisterWaitForSingleObjectEx.
When i removed this patch from newest sources, the problem doesn't exist.