Code Monkey home page Code Monkey logo

Comments (3)

mundaym avatar mundaym commented on August 11, 2024

Hi, can you give us a bit more detail about your system? The following information would be very useful:

  • Full Ubuntu version (lsb_release -a)
  • Output of go env
  • Output of go version
  • Version of etcd you are trying to build

From the stack trace it looks like a pointer has been corrupted. Is the error message always the same or does it vary from run to run?

I just tried to build etcd from the current master branch on Ubuntu 16.04 with Go 1.9.2 and it built without issues using the ./build script. Here are the commands I used:

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04.3 LTS
Release:	16.04
Codename:	xenial
$ go version
go version go1.9.2 linux/s390x
$ git clone https://github.com/coreos/etcd.git
Cloning into 'etcd'...
remote: Counting objects: 70736, done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 70736 (delta 15), reused 19 (delta 8), pack-reused 70695
Receiving objects: 100% (70736/70736), 33.96 MiB | 13.39 MiB/s, done.
Resolving deltas: 100% (44599/44599), done.
Checking connectivity... done.
$ cd etcd/
$ ./build
$ ETCD_UNSUPPORTED_ARCH=s390x ./bin/etcd
2018-01-09 09:34:55.211675 W | etcdmain: running etcd on unsupported architecture "s390x" since ETCD_UNSUPPORTED_ARCH is set
2018-01-09 09:34:55.211925 I | etcdmain: etcd Version: 3.3.0+git
2018-01-09 09:34:55.211931 I | etcdmain: Git SHA: 9bd9d20
2018-01-09 09:34:55.211934 I | etcdmain: Go Version: go1.9.2
2018-01-09 09:34:55.211937 I | etcdmain: Go OS/Arch: linux/s390x
2018-01-09 09:34:55.211940 I | etcdmain: setting maximum number of CPUs to 8, total number of available CPUs is 8
2018-01-09 09:34:55.211951 W | etcdmain: no data-dir provided, using default data-dir ./default.etcd
2018-01-09 09:34:55.212231 I | embed: listening for peers on http://localhost:2380
...

from docs.

nobody4t avatar nobody4t commented on August 11, 2024

I reinstalled the OS. And it worked. I saw some env errors when I tried. So I guess some internal errors just happened. I am working in VM. It is not so stable.

from docs.

nobody4t avatar nobody4t commented on August 11, 2024

Thanks for your reply. I will close this issue.

from docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.