Skip to content

Instantly share code, notes, and snippets.

@obscuren
Last active August 29, 2015 14:18
Show Gist options
  • Save obscuren/89938c03717c859be4e4 to your computer and use it in GitHub Desktop.
Save obscuren/89938c03717c859be4e4 to your computer and use it in GitHub Desktop.
> fatal error: unexpected signal during runtime execution
[signal 0xa code=0x2 addr=0x6000003cb000 pc=0x4061e8b]
runtime stack:
runtime.gothrow(0x48a9350, 0x2a)
/usr/local/go/src/runtime/panic.go:503 +0x8e
runtime.sigpanic()
/usr/local/go/src/runtime/sigpanic_unix.go:14 +0x5e
runtime.mach_semaphore_wait(0x2903, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x405f02a, 0x4052ff0, 0x7fff5fbff4a8, ...)
/usr/local/go/src/runtime/sys_darwin_amd64.s:412 +0xb
semasleep()
/usr/local/go/src/runtime/os_darwin.c:438 +0x16c
runtime.onM(0x7fff5fbff4a8)
/usr/local/go/src/runtime/asm_amd64.s:273 +0x9a
runtime.semasleep(0xffffffffffffffff, 0x0)
/usr/local/go/src/runtime/os_darwin.c:457 +0x60
runtime.notesleep(0x4c4d5d8)
/usr/local/go/src/runtime/lock_sema.go:171 +0x114
stopm()
/usr/local/go/src/runtime/proc.c:1178 +0x119
findrunnable(0xc208012000)
/usr/local/go/src/runtime/proc.c:1487 +0x562
schedule()
/usr/local/go/src/runtime/proc.c:1575 +0x151
runtime.park_m(0xc208000b40)
/usr/local/go/src/runtime/proc.c:1654 +0x113
runtime.mcall(0x4055684)
/usr/local/go/src/runtime/asm_amd64.s:186 +0x5a
goroutine 1 [select]:
github.com/peterh/liner.(*State).readNext(0xc209f44140, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/peterh/liner/input.go:140 +0x2a1d
github.com/peterh/liner.(*State).Prompt(0xc209f44140, 0x47ae9b0, 0x2, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/peterh/liner/line.go:494 +0x443
main.(*jsre).interactive(0xc20b390000)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:171 +0x72
main.console(0xc2080c0700)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:282 +0x1d1
github.com/codegangsta/cli.Command.Run(0x47be270, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x48aabd0, 0x30, 0x4a2b0b0, ...)
/Users/jeffrey/go/src/github.com/codegangsta/cli/command.go:118 +0x104b
github.com/codegangsta/cli.(*App).Run(0xc2080ea000, 0xc20800a000, 0x8, 0x8, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/codegangsta/cli/app.go:177 +0xdf6
main.main()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:254 +0xb6
goroutine 5 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25
goroutine 17 [syscall, 7 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 6 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x4c4c920)
/Users/jeffrey/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/jeffrey/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77
goroutine 8 [syscall]:
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 36 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc20b990f00)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:278 +0xb53
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:180 +0x4a8
goroutine 37 [IO wait]:
net.(*pollDesc).Wait(0xc20b9c7fe0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b9c7fe0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc20b9c7f80, 0xc2080af000, 0x1000, 0x1000, 0x0, 0x0, 0x0, 0x4f121f0, 0xc20af41e08)
/usr/local/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc2081285d0, 0xc2080af000, 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(0xc20b990f00)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:372 +0x16d
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:181 +0x4c5
goroutine 34 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x4f12bd8, 0xc2080cd2b0, 0xc208120000, 0xc20801ef60)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176
goroutine 76 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20b391d40)
/Users/jeffrey/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/jeffrey/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 38 [IO wait]:
net.(*pollDesc).Wait(0xc20b8dc140, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b8dc140, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20b8dc0e0, 0x0, 0x4f121f0, 0xc208bb4e68)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20b83c008, 0xc20b738ec8, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc20b83c008, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc20ad830e0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:268 +0x228
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:223 +0x226
goroutine 245 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc209999c80)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 10 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081ba240)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 11 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081ba240)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 12 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081ba240)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 13 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081ba240)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 14 [select, 3 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081ba6c0)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 15 [select, 3 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081ba6c0)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 16 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081ba6c0)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 66 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081ba6c0)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 67 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081ba480)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 68 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081ba480)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 69 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081ba480)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 70 [select, 7 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081ba480)
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/jeffrey/go/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 71 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc20816f6c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:564 +0x60d
created by github.com/ethereum/go-ethereum/core.NewChainManager
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:115 +0x343
goroutine 72 [select, 7 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc20acb7280)
/Users/jeffrey/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/jeffrey/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:32 +0x32
goroutine 73 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc2081882a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/miner/worker.go:153 +0x919
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/miner/worker.go:102 +0x278
goroutine 74 [chan receive, 7 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc2081882a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/miner/worker.go:191 +0x6f
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/miner/worker.go:103 +0x292
goroutine 75 [select, 7 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4f12b98, 0xc2080abe00, 0xc20853c240, 0x47d0bb0, 0x3, 0x765f, 0x765f, 0x4825a50, 0x12)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:172 +0x2ce
goroutine 39 [select, 7 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4f12b98, 0xc2080abe00, 0xc20853c180, 0x47cf6f0, 0x3, 0x765f, 0x765f, 0x47f1c90, 0xc)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f
github.com/ethereum/go-ethereum/p2p.func·005()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:227 +0x8f
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:229 +0x309
goroutine 40 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop(0xc20ad830e0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:294 +0x646
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:204 +0xa3e
goroutine 41 [select]:
github.com/ethereum/go-ethereum/blockpool.func·001()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:236 +0x632
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:263 +0x7b3
goroutine 42 [select]:
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc20b966070)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:206 +0x104
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:73 +0x110
goroutine 43 [chan receive, 7 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).txBroadcastLoop(0xc208076300)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/backend.go:436 +0x96
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/backend.go:377 +0x2bd
goroutine 44 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).blockBroadcastLoop(0xc208076300)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/backend.go:444 +0x9f
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/backend.go:381 +0x3ff
goroutine 45 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc20b894200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd
created by github.com/ethereum/go-ethereum/xeth.New
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x511
goroutine 47 [IO wait, 7 minutes]:
net.(*pollDesc).Wait(0xc20b8dc1b0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b8dc1b0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc20b8dc150, 0x0, 0x4f121f0, 0xc20b8c6178)
/usr/local/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc20b83c038, 0xc20ce3d678, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc20b83c038, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
net/http.(*Server).Serve(0xc20a2e4480, 0x5fe0c48, 0xc20b83c038, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1728 +0x92
net/http.Serve(0x5fe0c48, 0xc20b83c038, 0x5fe0dc0, 0xc20b8da1c0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:1606 +0xa1
created by github.com/ethereum/go-ethereum/rpc.Start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/rpc/http.go:42 +0x5ac
goroutine 48 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc20b894300)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd
created by github.com/ethereum/go-ethereum/xeth.New
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x511
goroutine 23 [IO wait]:
net.(*pollDesc).Wait(0xc20b7cc370, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b7cc370, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20b7cc310, 0xc20a7a4000, 0x1000, 0x1000, 0x0, 0x4f121f0, 0xc209d880a0)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20ccb6058, 0xc20a7a4000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
net/http.(*liveSwitchReader).Read(0xc20a88e048, 0xc20a7a4000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:214 +0xab
io.(*LimitedReader).Read(0xc20a482380, 0xc20a7a4000, 0x1000, 0x1000, 0xc208028100, 0x0, 0x0)
/usr/local/go/src/io/io.go:408 +0xce
bufio.(*Reader).fill(0xc20a2e45a0)
/usr/local/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadSlice(0xc20a2e45a0, 0x403660a, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:295 +0x257
bufio.(*Reader).ReadLine(0xc20a2e45a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:324 +0x62
net/textproto.(*Reader).readLineSlice(0xc20b850390, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/textproto/reader.go:55 +0x9e
net/textproto.(*Reader).ReadLine(0xc20b850390, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/textproto/reader.go:36 +0x4f
net/http.ReadRequest(0xc20a2e45a0, 0xc20bcda270, 0x0, 0x0)
/usr/local/go/src/net/http/request.go:598 +0xcb
net/http.(*conn).readRequest(0xc20a88e000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:586 +0x26f
net/http.(*conn).serve(0xc20a88e000)
/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 22 [select, 1 minutes]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20b390040)
/Users/jeffrey/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/jeffrey/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 82 [syscall, 7 minutes]:
syscall.Syscall(0x3, 0x0, 0xc20a988000, 0x1000, 0xc20ce3eda0, 0xdeaddeaddeaddead, 0xc0ad6c991be0485b)
/usr/local/go/src/syscall/asm_darwin_amd64.s:20 +0x5
syscall.read(0x0, 0xc20a988000, 0x1000, 0x1000, 0xdeaddeaddeaddead, 0x0, 0x0)
/usr/local/go/src/syscall/zsyscall_darwin_amd64.go:970 +0x6e
syscall.Read(0x0, 0xc20a988000, 0x1000, 0x1000, 0xdeaddeaddeaddead, 0x0, 0x0)
/usr/local/go/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc208034000, 0xc20a988000, 0x1000, 0x1000, 0xdeaddeaddeaddead, 0x0, 0x0)
/usr/local/go/src/os/file_unix.go:191 +0x86
os.(*File).Read(0xc208034000, 0xc20a988000, 0x1000, 0x1000, 0xc20ce3eec0, 0x0, 0x0)
/usr/local/go/src/os/file.go:95 +0x91
bufio.(*Reader).fill(0xc20aa678c0)
/usr/local/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadRune(0xc20aa678c0, 0x21b463e3b52f6201, 0xc20ce3efa0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:227 +0xd7
github.com/peterh/liner.func·002()
/Users/jeffrey/go/src/github.com/peterh/liner/input.go:95 +0x5d
created by github.com/peterh/liner.(*State).restartPrompt
/Users/jeffrey/go/src/github.com/peterh/liner/input.go:103 +0xff
goroutine 1265 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc20ab61080)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 813 [semacquire, 1 minutes]:
sync.(*Mutex).Lock(0xc20a19c240)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20a19c240)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*peers).addPeer(0xc20b8c8050, 0xc208aec8e0, 0x39e56d47fffa53e4, 0x8de076261c4c901, 0xd3c35f2d92963505, 0x315d7870c180153a, 0xc20b93f2f0, 0x10, 0xc20b5284e0, 0xc20b5284f0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:268 +0xf5f
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddPeer(0xc20a2ff200, 0xc208aec8e0, 0x39e56d47fffa53e4, 0x8de076261c4c901, 0xd3c35f2d92963505, 0x315d7870c180153a, 0xc20b93f2f0, 0x10, 0xc20b5284e0, 0xc20b5284f0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:336 +0x86
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc20b7aa770, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:301 +0x292f
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fe0948, 0xc20a660f00, 0x5fe0978, 0xc20816f6c0, 0x5fe09b0, 0xc20a2ff200, 0xc20b3695c0, 0x5fe42d0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:160 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20b3695c0, 0x5fe42d0, 0xc20bfe6050, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:122 +0xa3
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 8115 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc20b1e03c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 365 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc209e94630)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 6647 [semacquire, 1 minutes]:
sync.(*Mutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*peers).removePeer(0xc20b8c8050, 0xc20b474290, 0x10)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:288 +0x41
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).RemovePeer(0xc20a2ff200, 0xc20b474290, 0x10)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:341 +0x40
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fe0948, 0xc20a660f00, 0x5fe0978, 0xc20816f6c0, 0x5fe09b0, 0xc20a2ff200, 0xc20b56dd40, 0x5fe42d0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x613
github.com/ethereum/go-ethereum/eth.func·002(0xc20b56dd40, 0x5fe42d0, 0xc208b34910, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:122 +0xa3
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 1290 [chan send]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc209985200, 0x17, 0x20a, 0x4f1e4a0, 0xc20a648420, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0x4b6
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc209985200, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x17e
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a
goroutine 230 [semacquire, 1 minutes]:
sync.(*Mutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*peers).suspended(0xc20b8c8050, 0xc2097b7530, 0x10, 0xc20b50a000)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:119 +0x4e
github.com/ethereum/go-ethereum/blockpool.(*peers).addPeer(0xc20b8c8050, 0xc20a322160, 0x6026d1c11b531b8e, 0xa5c8ac5122420c1d, 0x59b7aeb0df071788, 0x228d44724c1ce77a, 0xc2097b7530, 0x10, 0xc20ae857c0, 0xc20ae857e0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:209 +0x7c
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddPeer(0xc20a2ff200, 0xc20a322160, 0x6026d1c11b531b8e, 0xa5c8ac5122420c1d, 0x59b7aeb0df071788, 0x228d44724c1ce77a, 0xc2097b7530, 0x10, 0xc20ae857c0, 0xc20ae857e0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:336 +0x86
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc2080cfd50, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:301 +0x292f
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fe0948, 0xc20a660f00, 0x5fe0978, 0xc20816f6c0, 0x5fe09b0, 0xc20a2ff200, 0xc208c77f20, 0x5fe42d0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:160 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc208c77f20, 0x5fe42d0, 0xc20adced70, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:122 +0xa3
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 2836 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc20aa10d20)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 210 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc208c77f20, 0x5fe4200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20ad830e0, 0x5fe2980, 0xc20b83c108, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8
goroutine 2768 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20bf12d20, 0x5fe4200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20ad830e0, 0x5fe2980, 0xc20b83c1b0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8
goroutine 232 [chan send]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc208c77f20, 0x17, 0x20a, 0x4f1e4a0, 0xc20a2a8cf0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0x4b6
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc208c77f20, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x17e
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a
goroutine 1289 [chan receive, 6 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc208c68140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b966070, 0xc209985200, 0x5fe42d0, 0xc208c68140, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc209985200, 0x5fe42d0, 0xc208c68140, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 754 [chan receive, 7 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20bd23810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b966070, 0xc20bf12540, 0x5fe42d0, 0xc20bd23810, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc20bf12540, 0x5fe42d0, 0xc20bd23810, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 1151 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc209985200, 0x5fe4200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20ad830e0, 0x5fe2980, 0xc208128148, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8
goroutine 8048 [chan receive]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20bbe6be0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b966070, 0xc20a3b4720, 0x5fe42d0, 0xc20bbe6be0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc20a3b4720, 0x5fe42d0, 0xc20bbe6be0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 6479 [semacquire, 1 minutes]:
sync.(*Mutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*peers).suspended(0xc20b8c8050, 0xc20b5292a0, 0x10, 0xc209ce2100)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:119 +0x4e
github.com/ethereum/go-ethereum/blockpool.(*peers).addPeer(0xc20b8c8050, 0xc208aed820, 0x39e56d47fffa53e4, 0x8de076261c4c901, 0xd3c35f2d92963505, 0x315d7870c180153a, 0xc20b5292a0, 0x10, 0xc20b528830, 0xc20b528840, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:209 +0x7c
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddPeer(0xc20a2ff200, 0xc208aed820, 0x39e56d47fffa53e4, 0x8de076261c4c901, 0xd3c35f2d92963505, 0x315d7870c180153a, 0xc20b5292a0, 0x10, 0xc20b528830, 0xc20b528840, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:336 +0x86
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc20b68d110, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:301 +0x292f
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fe0948, 0xc20a660f00, 0x5fe0978, 0xc20816f6c0, 0x5fe09b0, 0xc20a2ff200, 0xc20bf14ba0, 0x5fe42d0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:160 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20bf14ba0, 0x5fe42d0, 0xc208b45450, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:122 +0xa3
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 750 [chan receive, 7 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc209a1b3b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b966070, 0xc20be15bc0, 0x5fe42d0, 0xc209a1b3b0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc20be15bc0, 0x5fe42d0, 0xc209a1b3b0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 852 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc20a3e2f30)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 231 [chan receive, 7 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20adcedc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b966070, 0xc208c77f20, 0x5fe42d0, 0xc20adcedc0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc208c77f20, 0x5fe42d0, 0xc20adcedc0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 8065 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20a3b4720, 0x5fe4200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20ad830e0, 0x5fe2980, 0xc20b83c1b8, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8
goroutine 6481 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc20bf14ba0, 0x17, 0x20a, 0x4f1e4a0, 0xc20abf2ba0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0x4b6
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20bf14ba0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x17e
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a
goroutine 305 [IO wait]:
net.(*pollDesc).Wait(0xc20b2f2060, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20b2f2060, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20b2f2000, 0xc20a93a8e0, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20af41dc8)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20ccb6a28, 0xc20a93a8e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x5fe2a08, 0xc20ccb6a28, 0xc20a93a8e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x5fe2a08, 0xc20ccb6a28, 0xc20a93a8e0, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b7019e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20ba1e2c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20b115200, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a
goroutine 815 [IO wait]:
net.(*pollDesc).Wait(0xc20a180ca0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20a180ca0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc20a180c40, 0xc20d025700, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20d01a830)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc208034018, 0xc20d025700, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x5fe2a08, 0xc208034018, 0xc20d025700, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x5fe2a08, 0xc208034018, 0xc20d025700, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20bc4a000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20ac18a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20b3695c0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a
goroutine 590 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b3695c0, 0x5fe4200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20ad830e0, 0x5fe2980, 0xc208034018, 0xc20a956a10)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc20ad830e0, 0xc20a956a10)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:337 +0x349
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:313 +0x44
created by github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:317 +0x504
goroutine 8049 [semacquire]:
sync.(*Mutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*peers).suspended(0xc20b8c8050, 0xc20af415a0, 0x10, 0x4e5c73c3c70dd200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:119 +0x4e
github.com/ethereum/go-ethereum/blockpool.(*peers).addPeer(0xc20b8c8050, 0xc208c89fe0, 0x2ffcc7792af94afd, 0x2e832e2f340dbfd8, 0x2d15b9855c484f1d, 0xcafd04c63be03920, 0xc20af415a0, 0x10, 0xc20a187db0, 0xc20a187dc0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:209 +0x7c
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddPeer(0xc20a2ff200, 0xc208c89fe0, 0x2ffcc7792af94afd, 0x2e832e2f340dbfd8, 0x2d15b9855c484f1d, 0xcafd04c63be03920, 0xc20af415a0, 0x10, 0xc20a187db0, 0xc20a187dc0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:336 +0x86
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handleStatus(0xc20b7cc2a0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:347 +0xeaa
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fe0948, 0xc20a660f00, 0x5fe0978, 0xc20816f6c0, 0x5fe09b0, 0xc20a2ff200, 0xc20a3b4720, 0x5fe42d0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:147 +0x40c
github.com/ethereum/go-ethereum/eth.func·002(0xc20a3b4720, 0x5fe42d0, 0xc20bbe6b90, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:122 +0xa3
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 755 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc20bf12540, 0x17, 0x20a, 0x4f1e4a0, 0xc20b7faa20, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0x4b6
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20bf12540, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x17e
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a
goroutine 6511 [semacquire, 1 minutes]:
sync.(*WaitGroup).Wait(0xc20b56dd68)
/usr/local/go/src/sync/waitgroup.go:132 +0x169
github.com/ethereum/go-ethereum/p2p.(*Peer).closeProtocols(0xc20b56dd40)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:273 +0xae
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b56dd40, 0x5fe4200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:158 +0x60b
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20ad830e0, 0x5fe2980, 0xc208128010, 0xc20bb5cd90)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc20ad830e0, 0xc20bb5cd90)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:337 +0x349
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:313 +0x44
created by github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:317 +0x504
goroutine 341 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b115200, 0x5fe4200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20ad830e0, 0x5fe2980, 0xc20ccb6a28, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8
goroutine 807 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc20be15bc0, 0x17, 0x20a, 0x4f1e4a0, 0xc20c68c810, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0x4b6
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20be15bc0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x17e
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a
goroutine 6612 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc209d36720, 0x5fe4200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:156 +0x50c
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20ad830e0, 0x5fe2980, 0xc208ea2048, 0xc20bb5c1c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc20ad830e0, 0xc20bb5c1c0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:337 +0x349
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:313 +0x44
created by github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:317 +0x504
goroutine 304 [chan receive, 7 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc209d1a280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b966070, 0xc20b115200, 0x5fe42d0, 0xc209d1a280, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc20b115200, 0x5fe42d0, 0xc209d1a280, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 809 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc208e362d0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 725 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20be15bc0, 0x5fe4200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20ad830e0, 0x5fe2980, 0xc208ea21d8, 0xc20b8dc9a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc20ad830e0, 0xc20b8dc9a0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:337 +0x349
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:313 +0x44
created by github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:317 +0x504
goroutine 6480 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc208b454a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b966070, 0xc20bf14ba0, 0x5fe42d0, 0xc208b454a0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc20bf14ba0, 0x5fe42d0, 0xc208b454a0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 593 [semacquire, 1 minutes]:
sync.(*Mutex).Lock(0xc20a19c240)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20a19c240)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddBlockHashes(0xc20a2ff200, 0xc20acbe2d0, 0xc20b93e6b0, 0x10)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:379 +0x294
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc20af81f80, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:230 +0x126c
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fe0948, 0xc20a660f00, 0x5fe0978, 0xc20816f6c0, 0x5fe09b0, 0xc20a2ff200, 0xc20bf12540, 0x5fe42d0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:160 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20bf12540, 0x5fe42d0, 0xc20bd237c0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:122 +0xa3
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 2751 [chan receive]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20bbe68c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc2085f8c40, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:167 +0xb9
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fe0948, 0xc20a660f00, 0x5fe0978, 0xc20816f6c0, 0x5fe09b0, 0xc20a2ff200, 0xc20bf12d20, 0x5fe42d0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:160 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20bf12d20, 0x5fe42d0, 0xc20bbe68c0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:122 +0xa3
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 757 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc20bbb9bc0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 2752 [chan receive, 5 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20bbe6910, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b966070, 0xc20bf12d20, 0x5fe42d0, 0xc20bbe6910, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc20bf12d20, 0x5fe42d0, 0xc20bbe6910, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 683 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20bf12540, 0x5fe4200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20ad830e0, 0x5fe2980, 0xc208ea2140, 0xc20a92d810)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc20ad830e0, 0xc20a92d810)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:337 +0x349
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:313 +0x44
created by github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:317 +0x504
goroutine 806 [semacquire, 1 minutes]:
sync.(*Mutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*peers).suspended(0xc20b8c8050, 0xc20bc5ac90, 0x10, 0xc20a069800)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:119 +0x4e
github.com/ethereum/go-ethereum/blockpool.(*peers).addPeer(0xc20b8c8050, 0xc20b724d80, 0x57205483289e5ece, 0xeb5da24516a8ae03, 0xacc81e2b85f7b2c7, 0x58abee601ff6cdec, 0xc20bc5ac90, 0x10, 0xc20b8c7480, 0xc20b8c7490, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:209 +0x7c
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddPeer(0xc20a2ff200, 0xc20b724d80, 0x57205483289e5ece, 0xeb5da24516a8ae03, 0xacc81e2b85f7b2c7, 0x58abee601ff6cdec, 0xc20bc5ac90, 0x10, 0xc20b8c7480, 0xc20b8c7490, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:336 +0x86
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc20c0197a0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:301 +0x292f
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fe0948, 0xc20a660f00, 0x5fe0978, 0xc20816f6c0, 0x5fe09b0, 0xc20a2ff200, 0xc20be15bc0, 0x5fe42d0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:160 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc20be15bc0, 0x5fe42d0, 0xc209a1b360, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:122 +0xa3
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 814 [chan receive, 7 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20bfe60a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b966070, 0xc20b3695c0, 0x5fe42d0, 0xc20bfe60a0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc20b3695c0, 0x5fe42d0, 0xc20bfe60a0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 1288 [semacquire, 1 minutes]:
sync.(*Mutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*peers).suspended(0xc20b8c8050, 0xc20b4741d0, 0x10, 0xc209fc8100)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:119 +0x4e
github.com/ethereum/go-ethereum/blockpool.(*peers).addPeer(0xc20b8c8050, 0xc20ca7d280, 0x21a5f2608ce468d1, 0x63b6c9ff5a6cc886, 0xe7939bd42c379819, 0x8f938d02c998371b, 0xc20b4741d0, 0x10, 0xc20ca71340, 0xc20ca71350, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:209 +0x7c
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddPeer(0xc20a2ff200, 0xc20ca7d280, 0x21a5f2608ce468d1, 0x63b6c9ff5a6cc886, 0xe7939bd42c379819, 0x8f938d02c998371b, 0xc20b4741d0, 0x10, 0xc20ca71340, 0xc20ca71350, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:336 +0x86
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc20b408000, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:301 +0x292f
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fe0948, 0xc20a660f00, 0x5fe0978, 0xc20816f6c0, 0x5fe09b0, 0xc20a2ff200, 0xc209985200, 0x5fe42d0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:160 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc209985200, 0x5fe42d0, 0xc208c680f0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:122 +0xa3
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 6628 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc20a96de30)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 6614 [semacquire, 1 minutes]:
sync.(*Mutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/mutex.go:66 +0xd3
sync.(*RWMutex).Lock(0xc20b8c8050)
/usr/local/go/src/sync/rwmutex.go:82 +0x33
github.com/ethereum/go-ethereum/blockpool.(*peers).suspended(0xc20b8c8050, 0xc20bc5a510, 0x10, 0xc20a069700)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:119 +0x4e
github.com/ethereum/go-ethereum/blockpool.(*peers).addPeer(0xc20b8c8050, 0xc20ac53340, 0x39e56d47fffa53e4, 0x8de076261c4c901, 0xd3c35f2d92963505, 0x315d7870c180153a, 0xc20bc5a510, 0x10, 0xc20b8c6e10, 0xc20b8c6e20, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:209 +0x7c
github.com/ethereum/go-ethereum/blockpool.(*BlockPool).AddPeer(0xc20a2ff200, 0xc20ac53340, 0x39e56d47fffa53e4, 0x8de076261c4c901, 0xd3c35f2d92963505, 0x315d7870c180153a, 0xc20bc5a510, 0x10, 0xc20b8c6e10, 0xc20b8c6e20, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:336 +0x86
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc20bfa61c0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:301 +0x292f
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fe0948, 0xc20a660f00, 0x5fe0978, 0xc20816f6c0, 0x5fe09b0, 0xc20a2ff200, 0xc209d36720, 0x5fe42d0, ...)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:160 +0x5e2
github.com/ethereum/go-ethereum/eth.func·002(0xc209d36720, 0x5fe42d0, 0xc209d3a320, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:122 +0xa3
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 6603 [select]:
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc209d33a40)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa
created by github.com/ethereum/go-ethereum/whisper.(*peer).start
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32
goroutine 6615 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc209d3a370, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b966070, 0xc209d36720, 0x5fe42d0, 0xc209d3a370, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:156 +0x11d
github.com/ethereum/go-ethereum/whisper.*Whisper.(github.com/ethereum/go-ethereum/whisper.msgHandler)·fm(0xc209d36720, 0x5fe42d0, 0xc209d3a370, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57
github.com/ethereum/go-ethereum/p2p.func·004()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad
goroutine 2753 [IO wait]:
net.(*pollDesc).Wait(0xc2085f8530, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2085f8530, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc2085f84d0, 0xc20a98de20, 0x20, 0x20, 0x0, 0x4f121f0, 0xc208bb5f40)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20b83c1b0, 0xc20a98de20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
io.ReadAtLeast(0x5fe2a08, 0xc20b83c1b0, 0xc20a98de20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/local/go/src/io/io.go:298 +0xf1
io.ReadFull(0x5fe2a08, 0xc20b83c1b0, 0xc20a98de20, 0x20, 0x20, 0x20, 0x0, 0x0)
/usr/local/go/src/io/io.go:316 +0x6d
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc209c31ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20ba1ea40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20bf12d20, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a
goroutine 8098 [chan send]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc20a3b4720, 0x12, 0x1, 0x4f1e4a0, 0xc20b1e06f0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0x4b6
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20a3b4720, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x17e
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a
goroutine 6467 [select]:
github.com/ethereum/go-ethereum/blockpool.(*peer).run(0xc20a19c240)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:538 +0x104b
github.com/ethereum/go-ethereum/blockpool.func·005()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:348 +0x38
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).switchPeer
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:353 +0x4e6
goroutine 6610 [chan receive, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20bf14ba0, 0x5fe4200)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:156 +0x50c
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc20ad830e0, 0x5fe2980, 0xc2080347d8, 0xc20a92c310)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc20ad830e0, 0xc20a92c310)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:337 +0x349
github.com/ethereum/go-ethereum/p2p.func·006()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:313 +0x44
created by github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/server.go:317 +0x504
goroutine 6616 [chan send, 1 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc209d36720, 0x17, 0x20a, 0x4f1e4a0, 0xc20ba6b4a0, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0x4b6
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc209d36720, 0x0, 0x0)
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:184 +0x17e
github.com/ethereum/go-ethereum/p2p.func·001()
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment