11 Dec
2018
11 Dec
'18
7:19 p.m.
https://bugs.winehq.org/show_bug.cgi?id=46273 --- Comment #2 from winebz(a)pengaru.com --- Created attachment 62984 --> https://bugs.winehq.org/attachment.cgi?id=62984 rand() from fibers test program This program creates 100 fibers and waits for their exit. The fibers all execute the same function, in pseudo-code: { print(rand()) sleep_schedule_others(1s) print(rand()) } In WINE 1.8.7, I observe all the fibers printing random numbers. In Win7, I observe 100 of the same random number, a delay, then 100 of another uniform random number. -- 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.