http://bugs.winehq.org/show_bug.cgi?id=19548
Summary: Image deblurring tool requires implemented SetThreadIdealProcessor when run on multi-core machines Product: Wine Version: 1.1.26 Platform: PC URL: http://www.cse.cuhk.edu.hk/~leojia/programs/deblurring /deblurring.htm OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=22773) --> (http://bugs.winehq.org/attachment.cgi?id=22773) SetThreadIdealProcessor hack
With wine-1.1.26-231-gfe9d360, when the image deblurring tool is used to execute a deblurring operation on a system with multiple processors, the tool eventually aborts with:
"system error(120): __kmp_launch_monitor: SetThreadIdealProcessor: Call not implemented"
for which a fixme is emitted:
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
Hacking the SetThreadIdealProcessor stub to return 0 works around the problem.
http://bugs.winehq.org/show_bug.cgi?id=19548
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=19548
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Status|UNCONFIRMED |NEW CC| |nerv@dawncrow.de Ever Confirmed|0 |1
--- Comment #1 from André H. nerv@dawncrow.de 2009-08-02 13:13:29 --- confirming. Patch is good i think. please send it to wine-patches
http://bugs.winehq.org/show_bug.cgi?id=19548
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2009-08-12 19:19:11 --- Your improved patch was committed in 20276d0b38c9cb466a63c9c296ead13c01a1641c, this is fixed.
http://bugs.winehq.org/show_bug.cgi?id=19548
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2009-08-21 12:55:38 --- Closing bugs fixed in 1.1.28.