[Bug 23509] SetThreadAffinityMask() doesn't work correctly anymore

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 5 04:19:17 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23509





--- Comment #9 from Austin English <austinenglish at gmail.com>  2010-07-05 04:19:16 ---
(In reply to comment #0)
> SetThreadAffinityMask() regression spotted in Wine 1.2-rc6. The bug 19982 was
> fixed one day, but it returned back in RC6.
> Test utility can be downloaded here: http://rh-software.com/downloads/siv.zip
> Normally the command:
> $ wine siv -save=[processors]=stdout -nodriver 2> /dev/null | egrep "(CPU-|IC 
> G)"
> returns output:
>                        MPS  MCP  HTT  APIC  G  N  Affinity       Speed
> Processors  |P| CPU-0  0    0    0    0000  0  0  0x00000001   3.17GHz
>             |C| CPU-1  0    1    0    0001  0  1  0x00000002   3.17GHz
> but sometimes it returns:
>                        MPS  MCP  HTT  APIC  G  N  Affinity       Speed
> Processors  |P| CPU-0  0    0    0    0000  0  0  0x00000001   3.17GHz
>             |P| CPU-1  0    0    0    0000  0  1  0x00000002   3.17GHz
> which is incorrect.

It would be helpful to konw which part of it is wrong...When I run it under rc5
or rc5, I get different results each time.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list