Skip to content

Instantly share code, notes, and snippets.

@christopherdro
Created December 7, 2017 19:27
Show Gist options
  • Save christopherdro/1945590be2fd2489ca6b992336426d7a to your computer and use it in GitHub Desktop.
Save christopherdro/1945590be2fd2489ca6b992336426d7a to your computer and use it in GitHub Desktop.
INFO [12-07|11:21:24] Starting peer-to-peer node instance=swarm/v1.7.3-stable/darwin-amd64/go1.8.3
INFO [12-07|11:21:24] connecting to SWAP API url=./geth.ipc
INFO [12-07|11:21:24] connecting to ENS API url=./geth.ipc
WARN [12-07|11:21:24] could not determine ENS contract address, using default "4E\:2?#
B??J?? err="unknown version and genesis hash: 322 U��ע��Pg�\\h�:�ͤ�+ʢY񘋐���"
INFO [12-07|11:21:25] Starting P2P networking
INFO [12-07|11:21:27] UDP listener up self=enode://80954fa3f711b97d455aa1b8621f49551b313874fd3b434d415bd0d841e6999fe0de3f8281a64475b2f1484db7a12b8d2e5b59d5058ffef46e80d94a686c6943@192.168.0.5:30399
INFO [12-07|11:21:27] RLPx listener up self=enode://80954fa3f711b97d455aa1b8621f49551b313874fd3b434d415bd0d841e6999fe0de3f8281a64475b2f1484db7a12b8d2e5b59d5058ffef46e80d94a686c6943@192.168.0.5:30399
INFO [12-07|11:21:27] Deploying new chequebook (owner: 0x81fab1807c13CB8fc6DBA99EB6df92dEd6da4454)
INFO [12-07|11:21:29] Mapped network port proto=udp extport=30399 intport=30399 interface="UPNP IGDv1-PPP1"
INFO [12-07|11:21:31] Mapped network port proto=tcp extport=30399 intport=30399 interface="UPNP IGDv1-PPP1"
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x47257e5]
goroutine 7443 [running]:
github.com/ethereum/go-ethereum/swarm/network.(*bzz).selfAddr(0xc4214d0a50, 0x13c6dd2801a9c4a9)
/Users/christopherdro/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:433 +0x75
github.com/ethereum/go-ethereum/swarm/network.(*bzz).handleStatus(0xc4214d0a50, 0xc4214d0a50, 0xc4211eb0b0)
/Users/christopherdro/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:311 +0x43
github.com/ethereum/go-ethereum/swarm/network.run(0xc420246620, 0x4e9f3e0, 0xc42001b920, 0x4ea30c0, 0xc420196048, 0xc4201a0000, 0xc420246680, 0xc4200143f0, 0xc4200ba1c0, 0x3, ...)
/Users/christopherdro/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:150 +0x1b3
github.com/ethereum/go-ethereum/swarm/network.Bzz.func1(0xc421ff1a40, 0x4e96760, 0xc4212abf10, 0x8e47d9e2560083f4, 0xdfadc992b7a1f347)
/Users/christopherdro/go/src/github.com/ethereum/go-ethereum/swarm/network/protocol.go:115 +0xa9
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4212abf10, 0xc421ff1a40, 0x4e96760, 0xc4212abf10)
/Users/christopherdro/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x66
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/christopherdro/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:353 +0x2be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment