-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Daemon Crash: Unexpected Fault #1803
Comments
looks like a data race |
@stephen304 could we get some system information? 64 or 32 bit, x86* or arm? Which version of go do you have installed? |
HP Chromebook 14 (x86), arch linux 64-bit go version devel +510f1db Mon Jul 20 16:31:37 2015 +0000 linux/amd64 |
So this is interesting: The prebuilt binary works fine, but the prebuilt is the same version as the one from go get. The binaries are different though:
|
@whyrusleeping this was likley introduced recently? wonder if it's still in master. |
This was a go bug (the ipfs daemon in question was built with a development version) |
Log is here: https://gist.github.com/Stephen304/0f393e85e9af3401a53b
I installed via the go-ipfs-git arch package from the AUR.
This issue seems very very consistent as it always crashes after 1 minute.
Edit: I also tried uninstalling the package, ensuring it wasn't installed with which, and installing via go get. That also produced the exact same behavior.
The text was updated successfully, but these errors were encountered: