Skip to content

Instantly share code, notes, and snippets.

@bas-vk
Created April 15, 2015 12:02
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 bas-vk/f28b51f57828414840be to your computer and use it in GitHub Desktop.
Save bas-vk/f28b51f57828414840be to your computer and use it in GitHub Desktop.
stacktrace
goroutine 35766 [running]:
runtime/pprof.writeGoroutineStacks(0x9a43248, 0xc22b61f4a0, 0x0, 0x0)
/usr/local/go/src/runtime/pprof/pprof.go:511 +0x8d
runtime/pprof.writeGoroutine(0x9a43248, 0xc22b61f4a0, 0x2, 0x0, 0x0)
/usr/local/go/src/runtime/pprof/pprof.go:500 +0x4f
runtime/pprof.(*Profile).WriteTo(0x4cb40e0, 0x9a43248, 0xc22b61f4a0, 0x2, 0x0, 0x0)
/usr/local/go/src/runtime/pprof/pprof.go:229 +0xd5
net/http/pprof.handler.ServeHTTP(0xc22ad1f3f1, 0x9, 0x9a431e8, 0xc22b61f4a0, 0xc2255bfe10)
/usr/local/go/src/net/http/pprof/pprof.go:169 +0x35f
net/http/pprof.Index(0x9a431e8, 0xc22b61f4a0, 0xc2255bfe10)
/usr/local/go/src/net/http/pprof/pprof.go:181 +0x15e
net/http.HandlerFunc.ServeHTTP(0x4a7ab40, 0x9a431e8, 0xc22b61f4a0, 0xc2255bfe10)
/usr/local/go/src/net/http/server.go:1265 +0x41
net/http.(*ServeMux).ServeHTTP(0xc2080386c0, 0x9a431e8, 0xc22b61f4a0, 0xc2255bfe10)
/usr/local/go/src/net/http/server.go:1541 +0x17d
net/http.serverHandler.ServeHTTP(0xc2080be000, 0x9a431e8, 0xc22b61f4a0, 0xc2255bfe10)
/usr/local/go/src/net/http/server.go:1703 +0x19a
net/http.(*conn).serve(0xc209edbcc0)
/usr/local/go/src/net/http/server.go:1204 +0xb57
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:1751 +0x35e
goroutine 1 [select, 4 minutes]:
github.com/peterh/liner.(*State).readNext(0xc209b29040, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/peterh/liner/input.go:140 +0x2a1d
github.com/peterh/liner.(*State).Prompt(0xc209b29040, 0x47ecb90, 0x2, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/peterh/liner/line.go:494 +0x443
main.(*jsre).interactive(0xc209fb3940)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:172 +0x72
main.console(0xc2080782a0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:297 +0x1d1
github.com/codegangsta/cli.Command.Run(0x48008b0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4902490, 0x30, 0x4a86db0, ...)
/Users/bas/Development/go/src/github.com/codegangsta/cli/command.go:118 +0x104b
github.com/codegangsta/cli.(*App).Run(0xc2080f0000, 0xc20800a000, 0x7, 0x7, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/codegangsta/cli/app.go:177 +0xdf6
main.main()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:269 +0xc7
goroutine 6 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25
goroutine 7 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x4cc6760)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78
created by github.com/ethereum/go-ethereum/logger/glog.init·1
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77
goroutine 17 [syscall, 154 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 9 [syscall, 4 minutes]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/local/go/src/os/signal/signal_unix.go:27 +0x35
goroutine 10 [IO wait]:
net.(*pollDesc).Wait(0xc2081da060, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2081da060, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc2081da000, 0x0, 0x4e861c8, 0xc223763760)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc2081dc000, 0x422571e, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
net/http.tcpKeepAliveListener.Accept(0xc2081dc000, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1976 +0x4c
net/http.(*Server).Serve(0xc2080be000, 0x4e885e0, 0xc2081dc000, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1728 +0x92
net/http.(*Server).ListenAndServe(0xc2080be000, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1718 +0x154
net/http.ListenAndServe(0x4846130, 0xe, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1808 +0xba
main.func·006()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:263 +0x48
created by main.main
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:264 +0x31
goroutine 36 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc20b8ae0f0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0xb53
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:180 +0x4a8
goroutine 37 [IO wait]:
net.(*pollDesc).Wait(0xc20b48f410, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b48f410, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc20b48f3b0, 0xc20b8bc000, 0x1000, 0x1000, 0x0, 0x0, 0x0, 0x4e861c8, 0xc22a094b88)
/usr/local/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc20815e1f0, 0xc20b8bc000, 0x1000, 0x1000, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:67 +0x124
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc20b8ae0f0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:373 +0x116
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:181 +0x4c5
goroutine 66 [select, 154 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc20b65a080)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:57 +0x2f1
created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:32 +0x32
goroutine 34 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x4e86f48, 0xc20808c480, 0xc20815a000, 0xc20801d860)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176
goroutine 67 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc20b156000)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/miner/worker.go:158 +0x894
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/miner/worker.go:103 +0x2cb
goroutine 12 [select, 146 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20802db00)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 13 [select, 146 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20802db00)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 14 [select, 146 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20802db00)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 15 [select, 146 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20802db00)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 16 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc208186450)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 50 [select, 134 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20802dd40)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 51 [select, 134 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20802dd40)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 52 [select, 146 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20802dd40)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 53 [select, 144 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20802dd40)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 54 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc208184360)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 55 [select, 154 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20802d8c0)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 56 [select, 154 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20802d8c0)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 57 [select, 154 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20802d8c0)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 58 [select, 146 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20802d8c0)
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/bas/Development/go/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 59 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc2095aef60)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5
goroutine 35 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc2080fd520)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:592 +0x60d
created by github.com/ethereum/go-ethereum/core.NewChainManager
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:107 +0x343
goroutine 68 [chan receive, 154 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc20b156000)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/miner/worker.go:191 +0x6f
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/miner/worker.go:104 +0x2e5
goroutine 69 [select, 6 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4e86f08, 0xc2080c0210, 0xc20b8ac2a0, 0x481a610, 0x3, 0x765f, 0x765f, 0x4878c10, 0x12)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:172 +0x2ce
goroutine 38 [IO wait, 154 minutes]:
net.(*pollDesc).Wait(0xc20b8b2140, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b8b2140, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20b8b20e0, 0x0, 0x4e861c8, 0xc20b8d6020)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc208190320, 0x4e75770, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc208190320, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc208081d40)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:304 +0x32e
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:242 +0x226
goroutine 39 [select, 6 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4e86f08, 0xc2080c0210, 0xc20b8ac1e0, 0x4818b90, 0x3, 0x765f, 0x765f, 0x483f4d0, 0xc)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:246 +0x8f
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:248 +0x309
goroutine 40 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop(0xc208081d40)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:350 +0x686
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:223 +0xa3e
goroutine 41 [select]:
github.com/ethereum/go-ethereum/blockpool.func·001()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:248 +0x66a
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).Start
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:275 +0x7fd
goroutine 42 [select]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc20a57c070)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:209 +0x104
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:76 +0x110
goroutine 43 [chan receive, 56 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).txBroadcastLoop(0xc20818a300)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/backend.go:450 +0x99
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/backend.go:391 +0x2bd
goroutine 44 [chan receive, 146 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).blockBroadcastLoop(0xc20818a300)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/backend.go:473 +0x9f
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/backend.go:395 +0x3ff
goroutine 10656 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc20c0562c0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc20c0562c0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 12689 [semacquire, 137 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddBlockHashes(0xc2080f00f0, 0xc2290fdc20, 0xc227613e20, 0x10)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:521 +0xda7
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc227f20a10, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:231 +0x126c
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x6b75eb0, 0xc20b6541e0, 0x6b75ee0, 0xc2080fd520, 0x6b75f18, 0xc2080f00f0, 0xc225824cc0, 0x6bf5710, ...)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc225824cc0, 0x6bf5710, 0xc20be99720, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 174 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc209ccf500)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd
created by github.com/ethereum/go-ethereum/xeth.New
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x511
goroutine 35551 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22882f400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc2254ecbd0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x6b75eb0, 0xc20b6541e0, 0x6b75ee0, 0xc2080fd520, 0x6b75f18, 0xc2080f00f0, 0xc20b4aef60, 0x6bf5710, ...)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20b4aef60, 0x6bf5710, 0xc22882f400, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 10711 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc22adb4580)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc22adb4580)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 10721 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc2274b86e0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc2274b86e0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 27642 [semacquire, 78 minutes]:
sync.(*WaitGroup).Wait(0xc20b1f9b88)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b1f9b60, 0x6bf56e8)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x216
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208081d40, 0xc20b1f9b60)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 244 [select, 56 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc209fb3980)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7e1
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 10697 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc2274b8420)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc2274b8420)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 458 [chan send, 145 minutes]:
github.com/ethereum/go-ethereum/blockpool.(*section).deactivate(0xc22baf8420)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:631 +0x7b
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).splitSection(0xc2080f00f0, 0xc22baf8420, 0xc209caa8c0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:582 +0x149
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddBlockHashes(0xc2080f00f0, 0xc20c18d5c0, 0xc209a82f80, 0x10)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:531 +0x125e
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc21ca5a850, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:231 +0x126c
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x6b75eb0, 0xc20b6541e0, 0x6b75ee0, 0xc2080fd520, 0x6b75f18, 0xc2080f00f0, 0xc21dfebda0, 0x6bf5710, ...)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc21dfebda0, 0x6bf5710, 0xc21dfe9a90, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 35767 [IO wait]:
net.(*pollDesc).Wait(0xc226ce1a30, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc226ce1a30, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc226ce19d0, 0xc2281f4000, 0x1000, 0x1000, 0x0, 0x4e861c8, 0xc223763770)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc22408ed40, 0xc2281f4000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
net/http.(*liveSwitchReader).Read(0xc209edbda8, 0xc2281f4000, 0x1000, 0x1000, 0x2f28439d746876ed, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:214 +0xab
io.(*LimitedReader).Read(0xc21d43d660, 0xc2281f4000, 0x1000, 0x1000, 0xc2ada7ed3b3e5d26, 0x0, 0x0)
/usr/local/go/src/io/io.go:408 +0xce
bufio.(*Reader).fill(0xc2289d0a20)
/usr/local/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadSlice(0xc2289d0a20, 0x4032d0a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x257
bufio.(*Reader).ReadLine(0xc2289d0a20, 0x0, 0x0, 0x0, 0xc207efb700, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:324 +0x62
net/textproto.(*Reader).readLineSlice(0xc209048390, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/textproto/reader.go:55 +0x9e
net/textproto.(*Reader).ReadLine(0xc209048390, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/textproto/reader.go:36 +0x4f
net/http.ReadRequest(0xc2289d0a20, 0xc2217424e0, 0x0, 0x0)
/usr/local/go/src/net/http/request.go:598 +0xcb
net/http.(*conn).readRequest(0xc209edbd60, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:586 +0x26f
net/http.(*conn).serve(0xc209edbd60)
/usr/local/go/src/net/http/server.go:1162 +0x69e
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:1751 +0x35e
goroutine 35397 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc22783f020)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 10987 [semacquire, 144 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddBlockHashes(0xc2080f00f0, 0xc21f224f90, 0xc221d12210, 0x10)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:521 +0xda7
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc223238380, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:231 +0x126c
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x6b75eb0, 0xc20b6541e0, 0x6b75ee0, 0xc2080fd520, 0x6b75f18, 0xc2080f00f0, 0xc223c2a360, 0x6bf5710, ...)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc223c2a360, 0x6bf5710, 0xc227bf8140, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 10668 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc20a4e26e0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc20a4e26e0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 11321 [semacquire, 143 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddBlockHashes(0xc2080f00f0, 0xc20ac473b0, 0xc21d474940, 0x10)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:521 +0xda7
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc20a032d20, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:231 +0x126c
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x6b75eb0, 0xc20b6541e0, 0x6b75ee0, 0xc2080fd520, 0x6b75f18, 0xc2080f00f0, 0xc2283c4ae0, 0x6bf5710, ...)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc2283c4ae0, 0x6bf5710, 0xc2223135e0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 11318 [semacquire, 143 minutes]:
sync.(*WaitGroup).Wait(0xc2283c4b08)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2283c4ae0, 0x6bf56e8)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x216
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208081d40, 0xc2283c4ae0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 455 [semacquire, 6 minutes]:
sync.(*WaitGroup).Wait(0xc21dfebdc8)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21dfebda0, 0x6bf56e8)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x216
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208081d40, 0xc21dfebda0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 10716 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc2274b8580)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc2274b8580)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 10696 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc2274b82c0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc2274b82c0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 35536 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22386b180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20a57c070, 0xc2203ee8a0, 0x6bf5710, 0xc22386b180, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:159 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc2203ee8a0, 0x6bf5710, 0xc22386b180, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:64 +0x57
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 35550 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20b4aef60)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 10683 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc21db94000)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc21db94000)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 35552 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22882f450, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20a57c070, 0xc20b4aef60, 0x6bf5710, 0xc22882f450, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:159 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc20b4aef60, 0x6bf5710, 0xc22882f450, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:64 +0x57
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 35548 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b4aef60, 0x6bf56e8)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4d1
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208081d40, 0xc20b4aef60)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 35532 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2203ee8a0, 0x6bf56e8)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4d1
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208081d40, 0xc2203ee8a0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 35549 [IO wait]:
net.(*pollDesc).Wait(0xc20a5195d0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20a5195d0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20a519570, 0xc21f436f40, 0x20, 0x20, 0x0, 0x4e861c8, 0xc22a1af118)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc227d040a8, 0xc21f436f40, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6b7a210, 0xc227d040a8, 0xc21f436f40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x6b7a210, 0xc227d040a8, 0xc21f436f40, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc221f23920, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc2263ee1c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20b4aef60, 0xc20b4af020)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 12686 [semacquire, 137 minutes]:
sync.(*WaitGroup).Wait(0xc225824ce8)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc225824cc0, 0x6bf56e8)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x216
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208081d40, 0xc225824cc0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 35535 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22386b130, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc21d74bdc0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x6b75eb0, 0xc20b6541e0, 0x6b75ee0, 0xc2080fd520, 0x6b75f18, 0xc2080f00f0, 0xc2203ee8a0, 0x6bf5710, ...)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc2203ee8a0, 0x6bf5710, 0xc22386b130, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 10984 [semacquire, 144 minutes]:
sync.(*WaitGroup).Wait(0xc223c2a388)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc223c2a360, 0x6bf56e8)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x216
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208081d40, 0xc223c2a360)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 35762 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc22a1e63c0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 10684 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc21db94160)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc21db94160)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 35534 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2203ee8a0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 27614 [select]:
github.com/ethereum/go-ethereum/blockpool.(*peer).run(0xc226bb8240)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:580 +0x1055
github.com/ethereum/go-ethereum/blockpool.func·005()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:393 +0x38
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).switchPeer
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:398 +0x516
goroutine 35641 [IO wait]:
net.(*pollDesc).Wait(0xc20a2e2a00, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20a2e2a00, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20a2e29a0, 0xc208efe560, 0x20, 0x20, 0x0, 0x4e861c8, 0xc209df6d28)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc227d040d8, 0xc208efe560, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6b7a210, 0xc227d040d8, 0xc208efe560, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x6b7a210, 0xc227d040d8, 0xc208efe560, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc228fada40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc22b5d6080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22a4b06c0, 0xc22a4b0780)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 12068 [semacquire, 139 minutes]:
sync.(*WaitGroup).Wait(0xc220b15168)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc220b15140, 0x6bf56e8)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x216
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208081d40, 0xc220b15140)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 8757 [semacquire, 147 minutes]:
sync.(*WaitGroup).Wait(0xc2080f01b8)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/blockpool.func·011()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/status.go:105 +0x3e
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).syncing
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/status.go:109 +0x103
goroutine 35640 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22a4b06c0, 0x6bf56e8)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4d1
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc208081d40, 0xc22a4b06c0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:442 +0x379
created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/server.go:428 +0x6c9
goroutine 35643 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2258b8050, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc22a5f6000, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x6b75eb0, 0xc20b6541e0, 0x6b75ee0, 0xc2080fd520, 0x6b75f18, 0xc2080f00f0, 0xc22a4b06c0, 0x6bf5710, ...)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc22a4b06c0, 0x6bf5710, 0xc2258b8050, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 27645 [semacquire, 79 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddBlockHashes(0xc2080f00f0, 0xc2247918f0, 0xc21d745d50, 0x10)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:521 +0xda7
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc224ae6f50, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:231 +0x126c
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x6b75eb0, 0xc20b6541e0, 0x6b75ee0, 0xc2080fd520, 0x6b75f18, 0xc2080f00f0, 0xc20b1f9b60, 0x6bf5710, ...)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20b1f9b60, 0x6bf5710, 0xc2251eaa00, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 12072 [semacquire, 139 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddBlockHashes(0xc2080f00f0, 0xc22a3953b0, 0xc223b87d70, 0x10)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:521 +0xda7
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc22187e5b0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:231 +0x126c
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x6b75eb0, 0xc20b6541e0, 0x6b75ee0, 0xc2080fd520, 0x6b75f18, 0xc2080f00f0, 0xc220b15140, 0x6bf5710, ...)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc220b15140, 0x6bf5710, 0xc22952c640, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 34914 [syscall, 4 minutes]:
syscall.Syscall(0x3, 0x0, 0xc208118000, 0x1000, 0x1, 0x0, 0x0)
/usr/local/go/src/syscall/asm_darwin_amd64.s:20 +0x5
syscall.read(0x0, 0xc208118000, 0x1000, 0x1000, 0x1, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_darwin_amd64.go:970 +0x6e
syscall.Read(0x0, 0xc208118000, 0x1000, 0x1000, 0x1, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc208034000, 0xc208118000, 0x1000, 0x1000, 0xc22ae76958, 0x0, 0x0)
/usr/local/go/src/os/file_unix.go:191 +0x86
os.(*File).Read(0xc208034000, 0xc208118000, 0x1000, 0x1000, 0x18, 0x0, 0x0)
/usr/local/go/src/os/file.go:95 +0x91
bufio.(*Reader).fill(0xc208de59e0)
/usr/local/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadRune(0xc208de59e0, 0xc22ae76900, 0xc208145fc0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:227 +0xd7
github.com/peterh/liner.func·002()
/Users/bas/Development/go/src/github.com/peterh/liner/input.go:95 +0x5d
created by github.com/peterh/liner.(*State).restartPrompt
/Users/bas/Development/go/src/github.com/peterh/liner/input.go:103 +0xff
goroutine 10667 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc20a4e2580)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc20a4e2580)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 10835 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc20c056420)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc20c056420)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 35533 [IO wait]:
net.(*pollDesc).Wait(0xc20a1647d0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20a1647d0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20a164770, 0xc21d713c00, 0x20, 0x20, 0x0, 0x4e861c8, 0xc20a55f600)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc227d04150, 0xc21d713c00, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x6b7a210, 0xc227d04150, 0xc21d713c00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x6b7a210, 0xc227d04150, 0xc21d713c00, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b77ad80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc21deb8500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2203ee8a0, 0xc2203ee960)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97
goroutine 10714 [semacquire, 145 minutes]:
sync.(*Mutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc2080f0160)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*section).blockHashesRequest(0xc22adb46e0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:458 +0x5c
github.com/ethereum/go-ethereum/blockpool.(*section).run(0xc22adb46e0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:267 +0x1320
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).newSection
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/blockpool/section.go:95 +0x4fc
goroutine 35642 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc22a4b06c0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4
goroutine 35644 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2258b80a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20a57c070, 0xc22a4b06c0, 0x6bf5710, 0xc2258b80a0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:159 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc22a4b06c0, 0x6bf5710, 0xc2258b80a0, 0x0, 0x0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:64 +0x57
github.com/ethereum/go-ethereum/p2p.func·002()
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb
goroutine 35656 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2292a34a0)
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/bas/Development/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment