[Bug 38272] binaries produced by Go compiler hang when using time.Sleep() and time.Now() is not updated

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 23 16:55:43 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38272

--- Comment #6 from Nikolay Sivov <bunglehead at gmail.com> ---
(In reply to Brad Fitzpatrick from comment #4)
> FWIW, the Go runtime changed from using GetSystemTimeAsFileTime to reading
> the time from memory directly on Windows for Go 1.4 via this change:
> 
> https://codereview.appspot.com/108700045
> 
> to address this monotonic clock issue:
> 
> https://github.com/golang/go/issues/6007 (which used to be about several
> OSes, not just NetBSD)

Hi, Brad.

Do you happen to know why
QueryPerformanceCounter/QueryPerformanceFrequency/NtQueryPerformanceCounter
wasn't  used for that?

(In reply to Sebastian Lackner from comment #5)
> That means its a duplicate of https://bugs.winehq.org/show_bug.cgi?id=29168
> 

Looks like it, yes.

-- 
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