Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

panic: user: Current not implemented on linux/amd64 #61

Closed
wkentaro opened this issue Aug 31, 2015 · 4 comments
Closed

panic: user: Current not implemented on linux/amd64 #61

wkentaro opened this issue Aug 31, 2015 · 4 comments
Assignees
Milestone

Comments

@wkentaro
Copy link
Contributor

On Linux 14.04::
I have this error:

% ./antibody/bin/antibody
panic: user: Current not implemented on linux/amd64

goroutine 1 [running]:
github.com/caarlos0/gohome.home(0x0, 0x0)
    /Users/carlos/Code/Go/src/github.com/caarlos0/gohome/main.go:67 +0x9f
github.com/caarlos0/gohome.xdgCache(0x0, 0x0)
    /Users/carlos/Code/Go/src/github.com/caarlos0/gohome/main.go:55 +0x72
github.com/caarlos0/gohome.cacheFor(0x510610, 0x8, 0x509cd0, 0x5, 0x0, 0x0)
    /Users/carlos/Code/Go/src/github.com/caarlos0/gohome/main.go:29 +0x1f8
github.com/caarlos0/gohome.Cache(0x510610, 0x8, 0x0, 0x0)
    /Users/carlos/Code/Go/src/github.com/caarlos0/gohome/main.go:13 +0x57
github.com/caarlos0/antibody.Home(0x0, 0x0)
    /Users/carlos/Code/Go/src/github.com/caarlos0/antibody/api.go:70 +0x7a
main.main()
    /Users/carlos/Code/Go/src/github.com/caarlos0/antibody/cmd/antibody/main.go:15 +0xbe

goroutine 2 [runnable]:
runtime.forcegchelper()
    /usr/local/Cellar/go/1.4.2/libexec/src/runtime/proc.go:90
runtime.goexit()
    /usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_amd64.s:2232 +0x1

goroutine 3 [runnable]:
runtime.bgsweep()
    /usr/local/Cellar/go/1.4.2/libexec/src/runtime/mgc0.go:82
runtime.goexit()
    /usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_amd64.s:2232 +0x1

goroutine 4 [runnable]:
runtime.runfinq()
    /usr/local/Cellar/go/1.4.2/libexec/src/runtime/malloc.go:712
runtime.goexit()
    /usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_amd64.s:2232 +0x1
@wkentaro
Copy link
Contributor Author

related to golang/go#6376 ?
I'm using antibody v0.2.2.

@wkentaro
Copy link
Contributor Author

wkentaro commented Sep 1, 2015

worked with v0.2.0.
did not v0.2.2.

@caarlos0
Copy link
Member

caarlos0 commented Sep 4, 2015

@wkentaro yeah, the problem is in https://github.com/caarlos0/gohome/ .

I fixed it there in caarlos0-graveyard/gohome#3, but forgot to re-release here.

Releasing v0.2.3 right now...

@caarlos0 caarlos0 added the bug label Sep 4, 2015
@caarlos0 caarlos0 self-assigned this Sep 4, 2015
@caarlos0 caarlos0 added this to the First stable milestone Sep 4, 2015
@caarlos0
Copy link
Member

caarlos0 commented Sep 4, 2015

@wkentaro done.

Let me know if there still any issue.

Thanks

@caarlos0 caarlos0 closed this as completed Sep 4, 2015
@caarlos0 caarlos0 assigned caarlos0 and unassigned caarlos0 Aug 3, 2016
@caarlos0 caarlos0 modified the milestone: First stable Aug 3, 2016
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