Created
December 3, 2018 15:45
-
-
Save ligi/8bacb1b8ad2fe90601c3877a38677401 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⋊> ~/g/s/g/e/go-ethereum on pr/18079 ⨯ ./build/bin/geth --dev -signer http://localhost:5000 16:45:13 | |
INFO [12-03|16:45:13.492] Maximum peer count ETH=25 LES=0 total=25 | |
panic: runtime error: invalid memory address or nil pointer dereference | |
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x7049b2] | |
goroutine 1 [running]: | |
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Accounts(0x0, 0xf84464, 0x9, 0xf7e400) | |
/home/ligi/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:228 +0x22 | |
github.com/ethereum/go-ethereum/cmd/utils.SetEthConfig(0xc420242dc0, 0xc42026a780, 0xc4200b6d80) | |
/home/ligi/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/flags.go:1257 +0xcd8 | |
main.makeConfigNode(0xc420242dc0, 0xc4200b6900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/ligi/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/config.go:132 +0x41a | |
main.makeFullNode(0xc420242dc0, 0x0) | |
/home/ligi/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/config.go:154 +0x72 | |
main.geth(0xc420242dc0, 0x0, 0x0) | |
/home/ligi/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:266 +0xcb | |
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.HandleAction(0xdf4900, 0x1011638, 0xc420242dc0, 0xc420242dc0, 0xc420551f48) | |
/home/ligi/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:490 +0xc8 | |
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.(*App).Run(0xc4202721a0, 0xc4200c8040, 0x4, 0x4, 0x0, 0x0) | |
/home/ligi/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:264 +0x5ee | |
main.main() | |
/home/ligi/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:253 +0x55 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment