Skip to content

Instantly share code, notes, and snippets.

@pzagor2
Created December 1, 2017 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pzagor2/4415030a4e142a6a0f48476e22369d5a to your computer and use it in GitHub Desktop.
Save pzagor2/4415030a4e142a6a0f48476e22369d5a to your computer and use it in GitHub Desktop.
goroutine 22896 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4604bbb60, 0xd7f2c0, 0xc45efec680, 0x0)
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201ecfc0, 0xc4604bbb60)
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:790 +0x122
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:570 +0x139c
goroutine 21089 [runnable]:
github.com/ethereum/go-ethereum/consensus/ethash.makeHasher.func1(0x7f7df2a4a448, 0xb6a980, 0xb6a980, 0xc47a435a40, 0x40, 0x40)
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:58 +0xb2
github.com/ethereum/go-ethereum/consensus/ethash.generateCache(0x7f7df2435008, 0x45ff70, 0x45ff70, 0xc, 0xc47ac96cc0, 0x20, 0x20)
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/consensus/ethash/algorithm.go:145 +0x570
github.com/ethereum/go-ethereum/consensus/ethash.(*cache).generate.func1.1(0x7f7df2435008, 0x45ff70, 0x45ff70)
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:194 +0x66
github.com/ethereum/go-ethereum/consensus/ethash.memoryMapAndGenerate(0xc4897110c0, 0x36, 0x117fdc0, 0xc440fb5e98, 0x2, 0x2, 0x0, 0x0, 0x0, 0x184e320, ...)
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:131 +0x249
github.com/ethereum/go-ethereum/consensus/ethash.(*cache).generate.func1()
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:194 +0x6fb
sync.(*Once).Do(0xc446b5d718, 0xc426bc3778)
/usr/lib/go-1.9/src/sync/once.go:44 +0xbe
github.com/ethereum/go-ethereum/consensus/ethash.(*cache).generate(0xc446b5d6c0, 0xc4201b20a0, 0x1b, 0x3, 0xc4764d2600)
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:160 +0x96
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).cache
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/consensus/ethash/ethash.go:484 +0x6fc
goroutine 24906 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc4200fed00, 0xfcd00efd08793701, 0x41bd45d803fc63bd, 0xd18d596e66743483, 0x2ef46edbbabcc20, 0x28359d103d
b8383f, 0x9ca4a4b308234f52, 0xcd0e176f0504b87, 0xb0d4241c83cd1577, 0xc42e40ee93, ...)
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:478 +0x486
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/build/ethereum-ZSPmrv/ethereum-1.7.3+build11486+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:569 +0x304
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment