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

docker-compose up -d errors #656

Open
wade-liwei opened this issue Apr 3, 2021 · 3 comments
Open

docker-compose up -d errors #656

wade-liwei opened this issue Apr 3, 2021 · 3 comments

Comments

@wade-liwei
Copy link

fatal: morestack on g0

SIGTRAP: trace trap

PC=0x80aa4d2 m=1 sigcode=128

goroutine 0 [idle]:

runtime.abort()

/usr/local/go/src/runtime/asm_386.s:861 +0x2

runtime.morestack()

/usr/local/go/src/runtime/asm_386.s:437 +0x24

goroutine 1 [running, locked to thread]:

goroutine running on other thread; stack unavailable

eax 0x17

ebx 0x2

ecx 0x8d8b55e

edx 0x17

edi 0x0

esi 0x98002a0

ebp 0x98347bc

esp 0x9834788

eip 0x80aa4d2


eflags 0x206

cs 0x23

fs 0x0

gs 0x33

@shazbert
Copy link
Collaborator

shazbert commented Apr 4, 2021

Thanks for bringing this to our attention. Just a little more information would be helpful as I can't recreate it on my machine; What os are you running, what's your go env output, what branch are you on, etc? Have you made any additional commits diverging from master in relation to front-end mechanics? Also if you do find out the issue, PR's are a very welcome addition to the code base.

@wade-liwei
Copy link
Author

What os are you running: MAC
what's your go env output:

go env
GO111MODULE="on"
GOARCH="amd64"
GOBIN="/Users/superatom/go/bin"
GOCACHE="/Users/superatom/Library/Caches/go-build"
GOENV="/Users/superatom/Library/Application Support/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GOMODCACHE="/Users/superatom/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/superatom/go"
GOPRIVATE=""
GOPROXY="direct"
GOROOT="/usr/local/Cellar/go/1.15.3/libexec"
GOSUMDB="off"
GOTMPDIR=""
GOTOOLDIR="/usr/local/Cellar/go/1.15.3/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/dev/null"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/4g/4w3_352n6xs91d0f0fkp9g100000gn/T/go-build577043384=/tmp/go-build -gno-record-gcc-switches -fno-common"

what branch are you on
$git branch -a

  • master
    remotes/origin/HEAD -> origin/master
    remotes/origin/master
    remotes/origin/react-web

Have you made any additional commits diverging from master in relation to front-end mechanics?

no

do you hire go developer ?
I am a blockchain and wallet engineer. know some digit exchange works.

@wade-liwei
Copy link
Author

I like your project.

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

No branches or pull requests

2 participants