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

syscall: Gettimeofday broken on macOS Sierra #16606

Closed
quentinmit opened this issue Aug 4, 2016 · 2 comments
Closed

syscall: Gettimeofday broken on macOS Sierra #16606

quentinmit opened this issue Aug 4, 2016 · 2 comments

Comments

@quentinmit
Copy link
Contributor

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
    go version devel +8e56f18 Mon Aug 1 21:56:45 2016 -0700 darwin/386
  2. What operating system and processor architecture are you using (go env)?
    GOARCH="386"
    GOBIN=""
    GOEXE=""
    GOHOSTARCH="386"
    GOHOSTOS="darwin"
    GOOS="darwin"
    GOPATH="/Users/quentin/gocode"
    GORACE=""
    GOROOT="/Users/quentin/go1.7rc4"
    GOTOOLDIR="/Users/quentin/go1.7rc4/pkg/tool/darwin_386"
    CC="clang"
    GOGCCFLAGS="-fPIC -m32 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/zv/14_g5r112m55hp2g4l7tyhyh0000gn/T/go-build093105459=/tmp/go-build -gno-record-gcc-switches -fno-common"
    CXX="clang++"
    CGO_ENABLED="1"
  3. What did you do?
    https://play.golang.org/p/OcbqZSAQbH
  4. What did you expect to see?
    got time: &{1470337918 100}
  5. What did you see instead?
    got time: &{0 0}
@quentinmit quentinmit added this to the Go1.7 milestone Aug 4, 2016
@gopherbot
Copy link

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

madeye pushed a commit to shadowsocks/go that referenced this issue Aug 10, 2016
Fixes golang#16606

Change-Id: I57465061b90e901293cd8b6ef756d6aa84ebd4a3
Reviewed-on: https://go-review.googlesource.com/25495
Reviewed-by: Quentin Smith <quentin@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Quentin Smith <quentin@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
@gopherbot
Copy link

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

gopherbot pushed a commit that referenced this issue Oct 23, 2016
This is a cherry-pick of https://go-review.googlesource.com/25495
to the release-branch-go1.4

Fixes #16606

Change-Id: I7b7fc8677153065ee608eb94c4c72be0b273b28d
Reviewed-on: https://go-review.googlesource.com/31751
Reviewed-by: Rob Pike <r@golang.org>
@golang golang locked and limited conversation to collaborators Oct 23, 2017
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jun 25, 2018
This is a cherry-pick of https://go-review.googlesource.com/25495
to the release-branch-go1.4

Fixes golang#16606

Change-Id: I7b7fc8677153065ee608eb94c4c72be0b273b28d
Reviewed-on: https://go-review.googlesource.com/31751
Reviewed-by: Rob Pike <r@golang.org>
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jun 26, 2018
This is a cherry-pick of https://go-review.googlesource.com/25495
to the release-branch-go1.4

Fixes golang#16606

Change-Id: I7b7fc8677153065ee608eb94c4c72be0b273b28d
Reviewed-on: https://go-review.googlesource.com/31751
Reviewed-by: Rob Pike <r@golang.org>
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jul 9, 2018
This is a cherry-pick of https://go-review.googlesource.com/25495
to the release-branch-go1.4

Fixes golang#16606

Change-Id: I7b7fc8677153065ee608eb94c4c72be0b273b28d
Reviewed-on: https://go-review.googlesource.com/31751
Reviewed-by: Rob Pike <r@golang.org>
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jul 20, 2018
This is a cherry-pick of https://go-review.googlesource.com/25495
to the release-branch-go1.4

Fixes golang#16606

Change-Id: I7b7fc8677153065ee608eb94c4c72be0b273b28d
Reviewed-on: https://go-review.googlesource.com/31751
Reviewed-by: Rob Pike <r@golang.org>
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jul 30, 2018
This is a cherry-pick of https://go-review.googlesource.com/25495
to the release-branch-go1.4

Fixes golang#16606

Change-Id: I7b7fc8677153065ee608eb94c4c72be0b273b28d
Reviewed-on: https://go-review.googlesource.com/31751
Reviewed-by: Rob Pike <r@golang.org>
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

2 participants