We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from https://discordapp.com/channels/687972960811745322/738982866670714901/741945718020898868
turbo-geth_1 | INFO [08-08|21:54:24.192] Sync stage 2/10. Download block bodies... turbo-geth_1 | INFO [08-08|21:54:24.196] Sync stage 2/10. Download block bodies... DONE! turbo-geth_1 | INFO [08-08|21:54:24.196] Sync stage 3/10. Recover senders from tx signatures... turbo-geth_1 | INFO [08-08|21:54:24.196] Senders recovery from=0 to=10621713 turbo-geth_1 | INFO [08-08|22:13:57.713] Sync (Senders): Reading canonical hashes complete hashes=10621713 turbo-geth_1 | INFO [08-08|22:13:57.713] Sync (Senders): Started recoverer goroutines numOfGoroutines=6 turbo-geth_1 | fatal: morestack on g0 turbo-geth_1 | fatal: morestack on g0 turbo-geth_1 | SIGTRAP: trace trap turbo-geth_1 | PC=0x485cc2 m=3 sigcode=128 turbo-geth_1 | turbo-geth_1 | goroutine 0 [idle]: turbo-geth_1 | runtime.abort() turbo-geth_1 | runtime/asm_amd64.s:859 +0x2 turbo-geth_1 | runtime.morestack() turbo-geth_1 | runtime/asm_amd64.s:416 +0x25 turbo-geth_1 | turbo-geth_1 | goroutine 29881 [syscall]: turbo-geth_1 | runtime.cgocall(0x1123770, 0xc0006e9740, 0x1) turbo-geth_1 | runtime/cgocall.go:133 +0x5b fp=0xc0006e9710 sp=0xc0006e96d8 pc=0x42158b turbo-geth_1 | github.com/ledgerwatch/turbo-geth/crypto/secp256k1._Cfunc_secp256k1_context_create_sign_verify(0x0) turbo-geth_1 | _cgo_gotypes.go:156 +0x4a fp=0xc0006e9740 sp=0xc0006e9710 pc=0x60aaba turbo-geth_1 | github.com/ledgerwatch/turbo-geth/crypto/secp256k1.initContext(0x0) turbo-geth_1 | github.com/ledgerwatch/turbo-geth/crypto/secp256k1/secp256.go:56 +0x22 fp=0xc0006e9760 sp=0xc0006e9740 pc=0x60d902
Linux imub100odbax001 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Docker version 19.03.12, build 48a66213fe CPUinfo: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz (x6)
docker-compose (FROM golang:1.14-alpine as builder)
The text was updated successfully, but these errors were encountered:
Found few related things:
Sorry, something went wrong.
There is an interesting comment:
Bug only with alpine images. If I use golang:latest to build and debian to start binary - it works
golang/go#34363 (comment)
trackers up (#892)
6b3b7ab
mandrigin
Successfully merging a pull request may close this issue.
from https://discordapp.com/channels/687972960811745322/738982866670714901/741945718020898868
System information
Linux imub100odbax001 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Docker version 19.03.12, build 48a66213fe
CPUinfo: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz (x6)
docker-compose (FROM golang:1.14-alpine as builder)
The text was updated successfully, but these errors were encountered: