Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: if we make a 1.6.3 release, backport the macOS Sierra patch #16354

Closed
ianlancetaylor opened this issue Jul 13, 2016 · 5 comments
Closed

Comments

@ianlancetaylor
Copy link
Contributor

If we make a 1.6.3 release, it should include the fix for issue #16272 , so that 1.6.3 will work correctly on Sierra.

@gopherbot
Copy link

CL https://golang.org/cl/24967 mentions this issue.

gopherbot pushed a commit that referenced this issue Jul 18, 2016
In the beta version of the macOS Sierra (10.12) release, the
gettimeofday system call changed on x86. Previously it always returned
the time in the AX/DX registers. Now, if AX is returned as 0, it means
that the system call has stored the values into the memory pointed to by
the first argument, just as the libc gettimeofday function does. The
libc function handles both cases, and we need to do so as well.

Fixes #16272.
Fixes #16354.

Change-Id: Ibe5ad50a2c5b125e92b5a4e787db4b5179f6b723
Reviewed-on: https://go-review.googlesource.com/24812
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-on: https://go-review.googlesource.com/24967
gopherbot pushed a commit that referenced this issue Jul 18, 2016
Updates #16354
Updates #16272

Change-Id: I73e8df40621a0a17a1990f3b10ea996f4fa738aa
Reviewed-on: https://go-review.googlesource.com/25014
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
@broady broady closed this as completed Jul 18, 2016
@geoff-nixon
Copy link

geoff-nixon commented Aug 2, 2016

Not fixed. #16570 (comment)

@bradfitz
Copy link
Contributor

bradfitz commented Aug 2, 2016

It was fixed. But Beta 4 broke it again.

We'll open a new bug rather than repurpose this one, though.

@liggitt
Copy link
Contributor

liggitt commented Sep 26, 2016

did a bug to track backporting the ultimate sierra fix to 1.6.x ever get opened?

@liggitt
Copy link
Contributor

liggitt commented Sep 26, 2016

not seeing it in https://github.com/golang/go/milestone/45, opened #17234 to track

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants