[Bug 30807] New: Thread IDs are &~3 (multiples of 4) on Windows. Application presumes this behavior and fails
http://bugs.winehq.org/show_bug.cgi?id=30807 Bug #: 30807 Summary: Thread IDs are &~3 (multiples of 4) on Windows. Application presumes this behavior and fails Product: Wine Version: unspecified Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: kernel32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: aj664(a)hotmail.com Classification: Unclassified On Win7-64(and i suspect -32 on NT,2k,XP,Vista) the Thread ID's are all multiples of 4. This "feature" is used within an application. Wine currently produces thread ID values multiples of 1. Here is some Microsoft Insider chatter about it: http://blogs.msdn.com/b/oldnewthing/archive/2008/02/28/7925962.aspx I would like to see Wine changed to only issue Thread ID values as multiples of 4, in line with how Windows works. Granted there are no official reasons why thread IDs should be multiples of 4, but given this has been the behavior of the NT kernel from as far back as, well, NT! it seems like something that should be done for maximum compatibility. Without this, applications that have presumed this multiple will have very subtle bugs, something not easily detected. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30807 --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> 2012-05-31 04:06:51 CDT --- Actually the bugs should be fairly obvious. What application actually depends on this? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30807 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #2 from Jerome Leclanche <adys.wh(a)gmail.com> 2013-07-28 15:43:11 CDT --- Boris: Which apps fail because of this? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=30807 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- (In reply to Jerome Leclanche from comment #2)
Boris: Which apps fail because of this?
Abandoned. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=30807 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org