[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 14:21:02 CDT 2015


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

Brad Fitzpatrick <bradfitz at golang.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bradfitz at golang.org

--- Comment #4 from Brad Fitzpatrick <bradfitz at golang.org> ---
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)

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