http://bugs.winehq.org/show_bug.cgi?id=2127
------- Additional Comments From david.guembel@gmx.de 2005-03-10 05:39 ------- Comment 3 refers to a SMP system. On a uniprocessor machine, the 10 threads are created first, then the WriteFile errors occur.
Under Windows (XP Prof), the program runs without problems as expected. Console output is nothing but "Created 10 threads". The log file written to C:\TESTLOG.LOG contains lines like ---------------------------------------------- This is some stuff from thread 9 This is some stuff from thread 1 This is some stuff from thread 7 This is some stuff from thread 4 This is some stuff from thread 6 This is some stuff from thread 3 This is some stuff from thread 2 This is some stuff from thread 8 This is some stuff from thread 0 This is some stuff from thread 5 This is some stuff from thread 9 This is some stuff from thread 1 This is some stuff from thread 7 This is some stuff from thread 4 This is some stuff from thread 6 This is some stuff from thread 3 This is some stuff from thread 2 This is some stuff from thread 8 This is some stuff from thread 0 This is some stuff from thread 5 ----------------------------------------------