Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Any thoughts on how I might have mis-setup golang & gox? #36

Closed
dcallao opened this issue Mar 25, 2015 · 1 comment
Closed

Any thoughts on how I might have mis-setup golang & gox? #36

dcallao opened this issue Mar 25, 2015 · 1 comment

Comments

@dcallao
Copy link

dcallao commented Mar 25, 2015

I've just setup golang on my OS X 10.9 machine; and have a blank $GOPATH folder.

$ go get github.com/mitchellh/gox
$ gox -h
fatal error: runtime: bsdthread_register error

runtime stack:
runtime.throw(0x235555)
    /usr/local/go/src/runtime/panic.go:491 +0xad fp=0x7fff5fbff740 sp=0x7fff5fbff710
runtime.goenvs()
    /usr/local/go/src/runtime/os_darwin.c:104 +0x70 fp=0x7fff5fbff758 sp=0x7fff5fbff740
runtime.schedinit()
    /usr/local/go/src/runtime/proc.c:141 +0x5f fp=0x7fff5fbff780 sp=0x7fff5fbff758
runtime.rt0_go(0x7fff5fbff7b0, 0x2, 0x7fff5fbff7b0, 0x0, 0x2, 0x7fff5fbff8f8, 0x7fff5fbff8fc, 0x0, 0x7fff5fbff937, 0x7fff5fbff953, ...)
    /usr/local/go/src/runtime/asm_amd64.s:95 +0x116 fp=0x7fff5fbff788 sp=0x7fff5fbff780

go get-ting other projects with binaries does not have this issue. I'm new to golang; any ideas on how to debug/resolve this? Thanks!

@mitchellh
Copy link
Owner

This is an upstream error: golang/go#8801

Probably due to how your Go environment is setup or your env vars. Please see the above issue for more info.

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

No branches or pull requests

2 participants