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/cgo: cgo is broken on freebsd/arm #10119

Closed
davecheney opened this issue Mar 8, 2015 · 4 comments
Closed

runtime/cgo: cgo is broken on freebsd/arm #10119

davecheney opened this issue Mar 8, 2015 · 4 comments

Comments

@davecheney
Copy link
Contributor

root@pandaboard:~/go/src # ../bin/go env
ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/rtld_lock.c:233
^C^C^C^C^C^C^Z
Abort (core dumped)
@davecheney davecheney added this to the Go1.5Maybe milestone Mar 8, 2015
davecheney added a commit that referenced this issue Mar 9, 2015
Updates #10119

Temporarily disable cgo by default to get the freebsd/arm
builder running again.

Change-Id: I4de1f896fcac650184df77c692b102ea6fb73bba
Reviewed-on: https://go-review.googlesource.com/7125
Reviewed-by: Andrew Gerrand <adg@golang.org>
@rsc rsc added OS-FreeBSD and removed os-freebsd labels Apr 10, 2015
@rsc rsc modified the milestones: Go1.5, Go1.5Maybe Jul 21, 2015
@ianlancetaylor
Copy link
Contributor

Anybody have an SSH-accessible FreeBSD ARM system, or simple directions for how to run one in an emulator?

@rsc
Copy link
Contributor

rsc commented Jul 31, 2015

Dave got me access to one. I confirmed that cgo still breaks at tip. Trying to git bisect it to narrow down. ARM systems are so slow that even O(log n) takes a long time.

@gopherbot
Copy link

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

@rsc rsc closed this as completed in 2a60d77 Aug 5, 2015
@gopherbot
Copy link

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

rsc added a commit that referenced this issue Aug 5, 2015
Now that it works we need to turn it back on.

Fixes #10119.

Change-Id: I9c62d3026f7bb62c49a601ad73f33bf655372915
Reviewed-on: https://go-review.googlesource.com/13162
Reviewed-by: Ian Lance Taylor <iant@golang.org>
@golang golang locked and limited conversation to collaborators Aug 5, 2016
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

4 participants