Created
April 9, 2015 17:23
-
-
Save zelig/2ba201b4461079b0abc4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SIGQUIT: quit | |
PC=0x40619ab | |
goroutine 0 [idle]: | |
runtime.mach_semaphore_wait(0x2d03, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x405eb4a, 0x4052b10, 0x7fff5fbff0c8, ...) | |
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/sys_darwin_amd64.s:412 +0xb | |
semasleep() | |
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/os_darwin.c:438 +0x16c | |
runtime.onM(0x7fff5fbff0c8) | |
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:273 +0x9a | |
runtime.semasleep(0xffffffffffffffff, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/os_darwin.c:457 +0x60 | |
runtime.notesleep(0x4c52638) | |
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/lock_sema.go:171 +0x114 | |
stopm() | |
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1178 +0x119 | |
findrunnable(0xc208102900) | |
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1487 +0x562 | |
schedule() | |
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1575 +0x151 | |
runtime.park_m(0xc20cab4b40) | |
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1654 +0x113 | |
runtime.mcall(0x40551a4) | |
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:186 +0x5a | |
goroutine 1 [select]: | |
github.com/peterh/liner.(*State).readNext(0xc20bc3c3c0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:140 +0x2a1d | |
github.com/peterh/liner.(*State).Prompt(0xc20bc3c3c0, 0x47aeed0, 0x2, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/line.go:494 +0x443 | |
main.(*jsre).interactive(0xc20af0ea40) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:172 +0x72 | |
main.console(0xc20806e8c0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:281 +0x1d1 | |
github.com/codegangsta/cli.Command.Run(0x47be790, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x48ab170, 0x30, 0x4a2ba50, ...) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0x104b | |
github.com/codegangsta/cli.(*App).Run(0xc2080fe000, 0xc20800a000, 0xd, 0xd, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0xdf6 | |
main.main() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:253 +0xb6 | |
goroutine 5 [select]: | |
github.com/ethereum/go-ethereum/logger.dispatchLoop() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x6d1 | |
created by github.com/ethereum/go-ethereum/logger.init·1 | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25 | |
goroutine 17 [syscall, 11 minutes, locked to thread]: | |
runtime.goexit() | |
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:2232 +0x1 | |
goroutine 6 [chan receive]: | |
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x4c51980) | |
/Users/tron/Work/ethereum/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/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77 | |
goroutine 8 [syscall, 11 minutes]: | |
os/signal.loop() | |
/usr/local/Cellar/go/1.4.1/libexec/src/os/signal/signal_unix.go:21 +0x1f | |
created by os/signal.init·1 | |
/usr/local/Cellar/go/1.4.1/libexec/src/os/signal/signal_unix.go:27 +0x35 | |
goroutine 666 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc229152120) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc229152120, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 36 [select, 11 minutes]: | |
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc20906e0a0) | |
/Users/tron/Work/ethereum/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/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:32 +0x32 | |
goroutine 102 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc209b51b00, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20933e0e8, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 131 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b302300, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20b470020, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 10 [chan receive]: | |
github.com/ethereum/go-ethereum/logger.sysLoop(0x4f12c80, 0xc208097740, 0xc20811a060, 0xc20801efa0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a | |
created by github.com/ethereum/go-ethereum/logger.func·001 | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176 | |
goroutine 37 [chan send (nil chan), 9 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*worker).push(0xc20c532000) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:228 +0x23e | |
github.com/ethereum/go-ethereum/miner.(*worker).commitNewWork(0xc20c532000) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:327 +0xa5a | |
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc20c532000) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:162 +0x391 | |
created by github.com/ethereum/go-ethereum/miner.newWorker | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:103 +0x2cb | |
goroutine 11 [select, 11 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208050fc0) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd | |
goroutine 12 [select, 11 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208050fc0) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821 | |
goroutine 13 [select, 11 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208050fc0) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b | |
goroutine 14 [select, 11 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208050fc0) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855 | |
goroutine 15 [select]: | |
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc2081583c0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e | |
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5 | |
goroutine 16 [select, 9 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208051680) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd | |
goroutine 50 [select, 9 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208051680) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821 | |
goroutine 51 [select, 11 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208051680) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b | |
goroutine 52 [select, 11 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208051680) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855 | |
goroutine 53 [select]: | |
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc20813b950) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e | |
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5 | |
goroutine 54 [select, 11 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2080518c0) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd | |
goroutine 55 [select, 11 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2080518c0) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821 | |
goroutine 56 [select, 11 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2080518c0) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b | |
goroutine 57 [select, 11 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2080518c0) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855 | |
goroutine 58 [select]: | |
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc2081588a0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e | |
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5 | |
goroutine 59 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20979ddb0, 0x46c8880, 0xc209f01ea0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x46c8880, 0xc209f01ea0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc2080f4270) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:567 +0x431 | |
created by github.com/ethereum/go-ethereum/core.NewChainManager | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:107 +0x343 | |
goroutine 38 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc20c532000) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:191 +0x6f | |
created by github.com/ethereum/go-ethereum/miner.newWorker | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:104 +0x2e5 | |
goroutine 39 [select, 11 minutes]: | |
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4f12c40, 0xc2080bff80, 0xc2095005a0, 0x47d1110, 0x3, 0x765c, 0x765c, 0x4825e50, 0x12) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:172 +0x2ce | |
goroutine 31 [IO wait]: | |
net.(*pollDesc).Wait(0xc20956a0d0, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc20956a0d0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc20956a070, 0xc20da297c0, 0x20, 0x20, 0x0, 0x4f121f0, 0xc2093d5300) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20b470020, 0xc20da297c0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20b470020, 0xc20da297c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20b470020, 0xc20da297c0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b4ceb40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20b0e2080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20b302300, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 415 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc21faa8de0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 44 [IO wait]: | |
net.(*pollDesc).Wait(0xc2085b34f0, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc2085b34f0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc2085b3490, 0xc20f65e760, 0x20, 0x20, 0x0, 0x4f121f0, 0xc209070fe0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20933e0e8, 0xc20f65e760, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20933e0e8, 0xc20f65e760, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20933e0e8, 0xc20f65e760, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc209b51740, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20b144900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc209b51b00, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 69 [select]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc2095060a0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:278 +0xb53 | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:180 +0x4a8 | |
goroutine 43 [chan receive, 11 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20acd4320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc209b51b00, 0x5fd6c88, 0xc20acd4320, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc209b51b00, 0x5fd6c88, 0xc20acd4320, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 42 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20acd42d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc20ac7c000, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc209b51b00, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc209b51b00, 0x5fd6c88, 0xc20acd42d0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 70 [IO wait]: | |
net.(*pollDesc).Wait(0xc20956abc0, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc20956abc0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).readFrom(0xc20956ab60, 0xc20cce2000, 0x1000, 0x1000, 0x0, 0x0, 0x0, 0x4f121f0, 0xc2090716e8) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:269 +0x4a1 | |
net.(*UDPConn).ReadFromUDP(0xc20cce6208, 0xc20cce2000, 0x1000, 0x1000, 0x3, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/udpsock_posix.go:67 +0x124 | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc2095060a0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:372 +0x16d | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:181 +0x4c5 | |
goroutine 71 [IO wait]: | |
net.(*pollDesc).Wait(0xc2085b31e0, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc2085b31e0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).accept(0xc2085b3180, 0x0, 0x4f121f0, 0xc209071600) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:419 +0x40b | |
net.(*TCPListener).AcceptTCP(0xc20933e048, 0xc21e1d3ec8, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:234 +0x4e | |
net.(*TCPListener).Accept(0xc20933e048, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:244 +0x4c | |
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc208161320) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:268 +0x228 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:223 +0x226 | |
goroutine 72 [select, 11 minutes]: | |
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4f12c40, 0xc2080bff80, 0xc2095004e0, 0x47cfc10, 0x3, 0x765c, 0x765c, 0x47f2170, 0xc) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f | |
github.com/ethereum/go-ethereum/p2p.func·005() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:227 +0x8f | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:229 +0x309 | |
goroutine 73 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop(0xc208161320) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:294 +0x646 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:204 +0xa3e | |
goroutine 74 [select]: | |
github.com/ethereum/go-ethereum/blockpool.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:237 +0x632 | |
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/blockpool.go:264 +0x7b3 | |
goroutine 75 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc20b582310) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:206 +0x104 | |
created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:73 +0x110 | |
goroutine 76 [chan receive, 11 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).txBroadcastLoop(0xc2080a6000) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:436 +0x96 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:377 +0x2bd | |
goroutine 77 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).blockBroadcastLoop(0xc2080a6000) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:459 +0x9f | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:381 +0x3ff | |
goroutine 78 [select]: | |
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc20b9b4200) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd | |
created by github.com/ethereum/go-ethereum/xeth.New | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x511 | |
goroutine 94 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22e0e0300, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc208184178, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 80 [IO wait, 9 minutes]: | |
net.(*pollDesc).Wait(0xc2085b3250, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc2085b3250, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).accept(0xc2085b31f0, 0x0, 0x4f121f0, 0xc242b8f970) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:419 +0x40b | |
net.(*TCPListener).AcceptTCP(0xc20933e078, 0xc20c82ce78, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:234 +0x4e | |
net.(*TCPListener).Accept(0xc20933e078, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/tcpsock_posix.go:244 +0x4c | |
net/http.(*Server).Serve(0xc20b47a060, 0x5fd56c8, 0xc20933e078, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1728 +0x92 | |
net/http.Serve(0x5fd56c8, 0xc20933e078, 0x5fd57f0, 0xc2085b1e80, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1606 +0xa1 | |
created by github.com/ethereum/go-ethereum/rpc.Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/http.go:42 +0x5af | |
goroutine 82 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20bd1c080) | |
/Users/tron/Work/ethereum/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/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32 | |
goroutine 30 [chan receive, 11 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20a826140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc20b302300, 0x5fd6c88, 0xc20a826140, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc20b302300, 0x5fd6c88, 0xc20a826140, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 372 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21ed2a900, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20b471258, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 282 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc21442c450) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc21442c450, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 84 [runnable]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc20af86030) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 29 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20a8260f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc209e48000, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc20b302300, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc20b302300, 0x5fd6c88, 0xc20a8260f0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 266 [IO wait]: | |
net.(*pollDesc).Wait(0xc210bd38e0, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc210bd38e0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc210bd3880, 0xc20f69c880, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20b349508) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20abc0eb0, 0xc20f69c880, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20abc0eb0, 0xc20f69c880, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20abc0eb0, 0xc20f69c880, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc21fa9cae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc21fa9b880, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21fa9cf60, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 33 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc20813b500) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 105 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20af0ea80) | |
/Users/tron/Work/ethereum/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/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32 | |
goroutine 49 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b478cc0, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20abc0090, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 163 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20979c780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc2085b2700, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc20b478cc0, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc20b478cc0, 0x5fd6c88, 0xc20979c780, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 164 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20979c7d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc20b478cc0, 0x5fd6c88, 0xc20979c7d0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc20b478cc0, 0x5fd6c88, 0xc20979c7d0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 165 [IO wait]: | |
net.(*pollDesc).Wait(0xc2085b25a0, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc2085b25a0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc2085b2540, 0xc20da38920, 0x20, 0x20, 0x0, 0x4f121f0, 0xc208ecdb08) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20abc0090, 0xc20da38920, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20abc0090, 0xc20da38920, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20abc0090, 0xc20da38920, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc208f34960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20c0b8a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20b478cc0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 133 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c1a11c0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
goroutine 134 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c1a1200) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
goroutine 135 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c1a1240) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
goroutine 136 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c1a12c0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
goroutine 137 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c1a1300) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
goroutine 138 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c1a1340) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
goroutine 139 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c1a1380) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
goroutine 140 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20c1a13c0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
goroutine 141 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).run(0xc20b12fdd0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:48 +0x149 | |
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:35 +0xac | |
goroutine 142 [select]: | |
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc20ad68300) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd | |
created by github.com/ethereum/go-ethereum/xeth.New | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x511 | |
goroutine 170 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc20db9b9b0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc20db9b9b0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 308 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc212d21ec0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc212d21ec0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 904 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc22a0f2ab0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 3660 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc241cafdd0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc241cafdd0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 464 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22187a050, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc221770a20, 0x5fd6c88, 0xc22187a050, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc221770a20, 0x5fd6c88, 0xc22187a050, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 296 [semacquire, 9 minutes]: | |
sync.(*Mutex).Lock(0xc20c5320a0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3 | |
github.com/ethereum/go-ethereum/miner.(*worker).pendingBlock(0xc20c532000, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:119 +0x40 | |
github.com/ethereum/go-ethereum/miner.(*Miner).PendingBlock(0xc20c1a1180, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/miner.go:74 +0x2b | |
github.com/ethereum/go-ethereum/xeth.(*XEth).getBlockByHeight(0xc20b9b4200, 0xfffffffffffffffe, 0xc2085b1e68) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:172 +0x3d | |
github.com/ethereum/go-ethereum/xeth.(*XEth).EthBlockByNumber(0xc20b9b4200, 0xfffffffffffffffe, 0x10) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:232 +0x32 | |
github.com/ethereum/go-ethereum/rpc.(*EthereumApi).GetRequestReply(0xc2085b1e60, 0xc21108adc0, 0xc2116dde10, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/api.go:120 +0x29ca | |
github.com/ethereum/go-ethereum/rpc.RpcResponse(0xc2085b1e60, 0xc21108adc0, 0x200) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/http.go:98 +0x7e | |
github.com/ethereum/go-ethereum/rpc.func·001(0x63d83b8, 0xc20ab19680, 0xc21242e410) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/http.go:72 +0x496 | |
net/http.HandlerFunc.ServeHTTP(0xc2093d5ce0, 0x63d83b8, 0xc20ab19680, 0xc21242e410) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1265 +0x41 | |
github.com/rs/cors.func·001(0x63d83b8, 0xc20ab19680, 0xc21242e410) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x1a0 | |
net/http.HandlerFunc.ServeHTTP(0xc2085b1e80, 0x63d83b8, 0xc20ab19680, 0xc21242e410) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1265 +0x41 | |
net/http.serverHandler.ServeHTTP(0xc20b47a060, 0x63d83b8, 0xc20ab19680, 0xc21242e410) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1703 +0x19a | |
net/http.(*conn).serve(0xc2100dd0e0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1204 +0xb57 | |
created by net/http.(*Server).Serve | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1751 +0x35e | |
goroutine 11175 [syscall]: | |
syscall.Syscall(0x3, 0x0, 0xc20cce3000, 0x1000, 0x1, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/syscall/asm_darwin_amd64.s:20 +0x5 | |
syscall.read(0x0, 0xc20cce3000, 0x1000, 0x1000, 0x1, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/syscall/zsyscall_darwin_amd64.go:970 +0x6e | |
syscall.Read(0x0, 0xc20cce3000, 0x1000, 0x1000, 0x1, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/syscall/syscall_unix.go:136 +0x58 | |
os.(*File).read(0xc208030000, 0xc20cce3000, 0x1000, 0x1000, 0xc21dae09b8, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/os/file_unix.go:191 +0x86 | |
os.(*File).Read(0xc208030000, 0xc20cce3000, 0x1000, 0x1000, 0x18, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/os/file.go:95 +0x91 | |
bufio.(*Reader).fill(0xc20abc8c60) | |
/usr/local/Cellar/go/1.4.1/libexec/src/bufio/bufio.go:97 +0x1ce | |
bufio.(*Reader).ReadRune(0xc20abc8c60, 0xc21dae0960, 0xc20c82dfc0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/bufio/bufio.go:227 +0xd7 | |
github.com/peterh/liner.func·002() | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:95 +0x5d | |
created by github.com/peterh/liner.(*State).restartPrompt | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:103 +0xff | |
goroutine 463 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22187a000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc22176cb60, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc221770a20, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc221770a20, 0x5fd6c88, 0xc22187a000, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 862 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc31930f170) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc31930f170, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 152 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc20c228f30) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 897 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2350ac600, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20941f918, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 7486 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc2247dee40) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc2247dee40, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 737 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc229cba910, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc229cce230, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc229d0a420, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc229d0a420, 0x5fd6c88, 0xc229cba910, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 4193 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc21f166f00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc21f166f00, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 264 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21faa4c80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc21fa9ea80, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc21fa9cf60, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc21fa9cf60, 0x5fd6c88, 0xc21faa4c80, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 260 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21fa9cf60, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20abc0eb0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 663 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22456d800, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20933e0b8, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 698 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc221a96f30) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 678 [IO wait]: | |
net.(*pollDesc).Wait(0xc2232c61b0, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc2232c61b0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc2232c6150, 0xc240a0c0e0, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20abbd660) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20933e0b8, 0xc240a0c0e0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20933e0b8, 0xc240a0c0e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20933e0b8, 0xc240a0c0e0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc223c57e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc224580400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22456d800, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 399 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2209fcba0, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc2080d5e70, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 835 [IO wait]: | |
net.(*pollDesc).Wait(0xc224bd76b0, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc224bd76b0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc224bd7650, 0xc20f68fa00, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20b349238) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20abc1640, 0xc20f68fa00, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20abc1640, 0xc20f68fa00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20abc1640, 0xc20f68fa00, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc229993a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc229d061c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc229d0a420, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 395 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc21ed297a0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 885 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc226b72ab0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 11746 [select]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc320bac6f0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc320bac6f0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 8050 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc22de1eab0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc22de1eab0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 265 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21faa4cd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc21fa9cf60, 0x5fd6c88, 0xc21faa4cd0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc21fa9cf60, 0x5fd6c88, 0xc21faa4cd0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 332 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc221770a20, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20941f150, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 273 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21faa5860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc220a6e690, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc2209fcba0, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc2209fcba0, 0x5fd6c88, 0xc21faa5860, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 10023 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc230c66ae0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc230c66ae0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 3624 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc229555170) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc229555170, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 882 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc226909360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc22e0e0300, 0x5fd6c88, 0xc226909360, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc22e0e0300, 0x5fd6c88, 0xc226909360, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 2034 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc320ee95f0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc320ee95f0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 335 [runnable]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc221774d20) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 375 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21ed340f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc21e1c4230, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc21ed2a900, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc21ed2a900, 0x5fd6c88, 0xc21ed340f0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 376 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21ed34140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc21ed2a900, 0x5fd6c88, 0xc21ed34140, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc21ed2a900, 0x5fd6c88, 0xc21ed34140, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 377 [IO wait]: | |
net.(*pollDesc).Wait(0xc21d7a65a0, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc21d7a65a0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc21d7a6540, 0xc20f68f920, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20b3491c0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20b471258, 0xc20f68f920, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20b471258, 0xc20f68f920, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20b471258, 0xc20f68f920, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc21ed2a5a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc21ed2eec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21ed2a900, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 834 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc229cba960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc229d0a420, 0x5fd6c88, 0xc229cba960, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc229d0a420, 0x5fd6c88, 0xc229cba960, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 704 [IO wait]: | |
net.(*pollDesc).Wait(0xc224b3ab50, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc224b3ab50, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc224b3aaf0, 0xc20f6a0040, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20c072d20) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20941f6b0, 0xc20f6a0040, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20941f6b0, 0xc20f6a0040, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20941f6b0, 0xc20f6a0040, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22570baa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc22490a880, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2258580c0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 506 [runnable]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc220977080) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 808 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc229d0a420, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20abc1640, 0xc20d855e30) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc208161320, 0xc20d855e30) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:337 +0x349 | |
github.com/ethereum/go-ethereum/p2p.func·006() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:313 +0x44 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:317 +0x504 | |
goroutine 5793 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc214208c60) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc214208c60, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 356 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21b541810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc226906380, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc21b543680, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc21b543680, 0x5fd6c88, 0xc21b541810, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 10147 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc223307080) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc223307080, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 625 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc22305ad20, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20cce6518, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 12263 [select]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc319fb2540) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc319fb2540, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 733 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc21b543680, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20933e0d0, 0xc20956a150) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc208161320, 0xc20956a150) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:337 +0x349 | |
github.com/ethereum/go-ethereum/p2p.func·006() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:313 +0x44 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:317 +0x504 | |
goroutine 7475 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc23f468d50) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc23f468d50, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 9554 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc21ef25dd0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc21ef25dd0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 703 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc221e2fe50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc2258580c0, 0x5fd6c88, 0xc221e2fe50, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc2258580c0, 0x5fd6c88, 0xc221e2fe50, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 483 [IO wait]: | |
net.(*pollDesc).Wait(0xc20bd4b9c0, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc20bd4b9c0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc20bd4b960, 0xc31da98ec0, 0x20, 0x20, 0x0, 0x4f121f0, 0xc209ab8400) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc2080d5e70, 0xc31da98ec0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc2080d5e70, 0xc31da98ec0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc2080d5e70, 0xc31da98ec0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22096cc60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc220a0a500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2209fcba0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 4110 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc23b15d2c0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc23b15d2c0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 874 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc235493290) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc235493290, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 473 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc2217753e0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 5245 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc20caa58f0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc20caa58f0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 482 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21faa58b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc2209fcba0, 0x5fd6c88, 0xc21faa58b0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc2209fcba0, 0x5fd6c88, 0xc21faa58b0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 8514 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc31de10de0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc31de10de0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 755 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2258580c0, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20941f6b0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 9578 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc23f55ea50) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc23f55ea50, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 502 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc221771620, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20b4713f8, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 2798 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc20c477bf0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc20c477bf0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 11769 [select]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc222d90c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc222d90c00, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 6050 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc319c39a40) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc319c39a40, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 3084 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc221ae4870) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc221ae4870, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 486 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc21faa9aa0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 465 [IO wait]: | |
net.(*pollDesc).Wait(0xc21e1c4610, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc21e1c4610, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc21e1c45b0, 0xc20f64d220, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20a0367b0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20941f150, 0xc20f64d220, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20941f150, 0xc20f64d220, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20941f150, 0xc20f64d220, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2217706c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc22173ff00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc221770a20, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 646 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc221e2ebe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc22305ad20, 0x5fd6c88, 0xc221e2ebe0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc22305ad20, 0x5fd6c88, 0xc221e2ebe0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 728 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc220977c50) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 702 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc221e2fe00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc22307de30, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc2258580c0, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc2258580c0, 0x5fd6c88, 0xc221e2fe00, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 890 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2339f9a90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc233a01680, 0x5fd6c88, 0xc2339f9a90, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc233a01680, 0x5fd6c88, 0xc2339f9a90, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 677 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22457c230, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc22456d800, 0x5fd6c88, 0xc22457c230, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc22456d800, 0x5fd6c88, 0xc22457c230, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 883 [IO wait]: | |
net.(*pollDesc).Wait(0xc22f856140, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc22f856140, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc22f8560e0, 0xc20cc51e60, 0x20, 0x20, 0x0, 0x4f121f0, 0xc208ecd520) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc208184178, 0xc20cc51e60, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc208184178, 0xc20cc51e60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc208184178, 0xc20cc51e60, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2304f90e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc22690cac0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22e0e0300, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 518 [IO wait]: | |
net.(*pollDesc).Wait(0xc2218c2370, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc2218c2370, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc2218c2310, 0xc20f69d880, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20b349900) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20b4713f8, 0xc20f69d880, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20b4713f8, 0xc20f69d880, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20b4713f8, 0xc20f69d880, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22237e120, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc221884480, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc221771620, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 563 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20979ddb0, 0x46c8dc0, 0xc22237f380) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x46c8dc0, 0xc22237f380, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*TxPool).add | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:146 +0x6c5 | |
goroutine 676 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22457c1e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc22457aa80, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc22456d800, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc22456d800, 0x5fd6c88, 0xc22457c1e0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 647 [IO wait]: | |
net.(*pollDesc).Wait(0xc222a31560, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc222a31560, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc222a31500, 0xc20f69c9e0, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20b3495d8) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20cce6518, 0xc20f69c9e0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20cce6518, 0xc20f69c9e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20cce6518, 0xc20f69c9e0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc22456d3e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc220a0b740, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc22305ad20, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 892 [IO wait]: | |
net.(*pollDesc).Wait(0xc232a67640, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc232a67640, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc232a675e0, 0xc319f79fc0, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20af21128) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20941f8d0, 0xc319f79fc0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20941f8d0, 0xc319f79fc0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20941f8d0, 0xc319f79fc0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc233a01320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc233a10300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc233a01680, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 10194 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc2422a38c0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc2422a38c0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 516 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22187a960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc221771620, 0x5fd6c88, 0xc22187a960, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc221771620, 0x5fd6c88, 0xc22187a960, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 517 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc22187a910, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc22176d260, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc221771620, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc221771620, 0x5fd6c88, 0xc22187a910, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 848 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc23133c060) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc23133c060, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 813 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc21b54cc00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 645 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc221e2eb90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc22307ca10, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc22305ad20, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc22305ad20, 0x5fd6c88, 0xc221e2eb90, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 2600 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc230fe9140) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc230fe9140, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 11694 [select]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc235262930) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc235262930, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 891 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2339f9a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc2313321c0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc233a01680, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc233a01680, 0x5fd6c88, 0xc2339f9a40, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 10748 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc211f4c960) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc211f4c960, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 357 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc21b541860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc21b543680, 0x5fd6c88, 0xc21b541860, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc21b543680, 0x5fd6c88, 0xc21b541860, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 358 [IO wait]: | |
net.(*pollDesc).Wait(0xc225a8cc30, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc225a8cc30, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc225a8cbd0, 0xc319fbf400, 0x20, 0x20, 0x0, 0x4f121f0, 0xc209070bf8) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20933e0d0, 0xc319fbf400, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20933e0d0, 0xc319fbf400, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20933e0d0, 0xc319fbf400, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2298bc360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc21b547bc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc21b543680, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 7178 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc23ede4510) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc23ede4510, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 364 [runnable]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc21b54cae0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 889 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc233a01680, 0x5fd6c00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:132 +0x66c | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc20941f8d0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:394 +0x9f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 873 [select]: | |
github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc22a0f2c90) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:54 +0x2aa | |
created by github.com/ethereum/go-ethereum/whisper.(*peer).start | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/peer.go:40 +0x32 | |
goroutine 908 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc235091540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/whisper.(*Whisper).msgHandler(0xc20b582310, 0xc2350ac600, 0x5fd6c88, 0xc235091540, 0x0, 0x0) | |
/Users/tron/Work/ethereum/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(0xc2350ac600, 0x5fd6c88, 0xc235091540, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/whisper/whisper.go:61 +0x57 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 909 [chan receive, 9 minutes]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2350914f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:307 +0x72 | |
github.com/ethereum/go-ethereum/eth.(*ethProtocol).handle(0xc23508d340, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:168 +0xb9 | |
github.com/ethereum/go-ethereum/eth.runEthProtocol(0x3c, 0x0, 0x5fd4f70, 0xc2095ea240, 0x5fd4fa0, 0xc2080f4270, 0x5fd4fd8, 0xc20a346540, 0xc2350ac600, 0x5fd6c88, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:161 +0x5e2 | |
github.com/ethereum/go-ethereum/eth.func·002(0xc2350ac600, 0x5fd6c88, 0xc2350914f0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/protocol.go:123 +0xa3 | |
github.com/ethereum/go-ethereum/p2p.func·004() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:242 +0x88 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:254 +0x2ad | |
goroutine 910 [IO wait]: | |
net.(*pollDesc).Wait(0xc232a67790, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc232a67790, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc232a67730, 0xc319f79720, 0x20, 0x20, 0x0, 0x4f121f0, 0xc20af20be8) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc20941f918, 0xc319f79720, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc20941f918, 0xc319f79720, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc20941f918, 0xc319f79720, 0x20, 0x20, 0x20, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc235081b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc23507fdc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/message.go:109 +0x16b | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2350ac600, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:180 +0x10e | |
github.com/ethereum/go-ethereum/p2p.func·001() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x33 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/peer.go:123 +0x17a | |
goroutine 950 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc23ba17110) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc23ba17110, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 5246 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc20caa5ad0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc20caa5ad0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 4088 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc319cc35c0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc319cc35c0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 2981 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc22a1a06f0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc22a1a06f0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 6919 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc225cbf7a0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc225cbf7a0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 4195 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc31a17bf20) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc31a17bf20, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 1076 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc23f37ae70) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc23f37ae70, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 7971 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc234c03830) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc234c03830, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 10152 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc2422bc9c0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc2422bc9c0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 12276 [IO wait]: | |
net.(*pollDesc).Wait(0xc20c89ddb0, 0x72, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:84 +0x47 | |
net.(*pollDesc).WaitRead(0xc20c89ddb0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_poll_runtime.go:89 +0x43 | |
net.(*netFD).Read(0xc20c89dd50, 0xc2101aa968, 0x8b, 0x8b, 0x0, 0x4f121f0, 0xc20c073348) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/fd_unix.go:242 +0x40f | |
net.(*conn).Read(0xc2081193b0, 0xc2101aa968, 0x8b, 0x8b, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/net.go:121 +0xdc | |
io.ReadAtLeast(0x5fd5290, 0xc2081193b0, 0xc2101aa8c0, 0x133, 0x133, 0x133, 0xa8, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:298 +0xf1 | |
io.ReadFull(0x5fd5290, 0xc2081193b0, 0xc2101aa8c0, 0x133, 0x133, 0x133, 0x0, 0x0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:316 +0x6d | |
github.com/ethereum/go-ethereum/p2p.receiverEncHandshake(0x5fd5940, 0xc2081193b0, 0xc20b922f00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:285 +0x10d | |
github.com/ethereum/go-ethereum/p2p.setupInboundConn(0x5fd51e0, 0xc2081193b0, 0xc20b922f00, 0xc20b9b4180, 0x4c51140, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:80 +0xa8 | |
github.com/ethereum/go-ethereum/p2p.setupConn(0x5fd51e0, 0xc2081193b0, 0xc20b922f00, 0xc20b9b4180, 0x0, 0x0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/handshake.go:73 +0x67 | |
github.com/ethereum/go-ethereum/p2p.(*Server).startPeer(0xc208161320, 0x5fd51e0, 0xc2081193b0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:365 +0x10a | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:274 +0x3d8 | |
goroutine 4675 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc241ea1080) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc241ea1080, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 4087 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc320b476b0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc320b476b0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 6394 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc234aef170) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc234aef170, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 1443 [semacquire, 9 minutes]: | |
sync.(*Mutex).Lock(0xc20c5320a0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/sync/mutex.go:66 +0xd3 | |
github.com/ethereum/go-ethereum/miner.(*worker).pendingBlock(0xc20c532000, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:119 +0x40 | |
github.com/ethereum/go-ethereum/miner.(*Miner).PendingBlock(0xc20c1a1180, 0xc200000000) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/miner.go:74 +0x2b | |
github.com/ethereum/go-ethereum/xeth.(*XEth).getBlockByHeight(0xc20b9b4200, 0xfffffffffffffffe, 0xc2085b1e68) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:172 +0x3d | |
github.com/ethereum/go-ethereum/xeth.(*XEth).EthBlockByNumber(0xc20b9b4200, 0xfffffffffffffffe, 0x10) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:232 +0x32 | |
github.com/ethereum/go-ethereum/rpc.(*EthereumApi).GetRequestReply(0xc2085b1e60, 0xc242b13950, 0xc2429b08c0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/api.go:120 +0x29ca | |
github.com/ethereum/go-ethereum/rpc.RpcResponse(0xc2085b1e60, 0xc242b13950, 0x200) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/http.go:98 +0x7e | |
github.com/ethereum/go-ethereum/rpc.func·001(0x63d83b8, 0xc242b0d5e0, 0xc242d68000) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/rpc/http.go:72 +0x496 | |
net/http.HandlerFunc.ServeHTTP(0xc2093d5ce0, 0x63d83b8, 0xc242b0d5e0, 0xc242d68000) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1265 +0x41 | |
github.com/rs/cors.func·001(0x63d83b8, 0xc242b0d5e0, 0xc242d68000) | |
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x1a0 | |
net/http.HandlerFunc.ServeHTTP(0xc2085b1e80, 0x63d83b8, 0xc242b0d5e0, 0xc242d68000) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1265 +0x41 | |
net/http.serverHandler.ServeHTTP(0xc20b47a060, 0x63d83b8, 0xc242b0d5e0, 0xc242d68000) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1703 +0x19a | |
net/http.(*conn).serve(0xc2405297c0) | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1204 +0xb57 | |
created by net/http.(*Server).Serve | |
/usr/local/Cellar/go/1.4.1/libexec/src/net/http/server.go:1751 +0x35e | |
goroutine 10062 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc32276ef60) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc32276ef60, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 1446 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc247b4c660) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc247b4c660, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 2577 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc2115782d0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc2115782d0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 5807 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc214256ab0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc214256ab0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 1541 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc311a96bd0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc311a96bd0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 8002 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc229ade060) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc229ade060, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 1519 [select, 9 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc312624210) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc312624210, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 4147 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc31a156db0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc31a156db0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 11706 [select]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc240614450) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc240614450, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 3637 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc2295db7d0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc2295db7d0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 3656 [select, 7 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc22968ef00) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc22968ef00, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 12316 [select]: | |
github.com/ethereum/go-ethereum/blockpool.(*peer).run(0xc21eddb320) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:546 +0x11cd | |
github.com/ethereum/go-ethereum/blockpool.func·005() | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:350 +0x38 | |
created by github.com/ethereum/go-ethereum/blockpool.(*BlockPool).switchPeer | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/blockpool/peers.go:355 +0x4e6 | |
goroutine 6948 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc242b6b650) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc242b6b650, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 9080 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc3248350e0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc3248350e0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 5830 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc21413e090) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc21413e090, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 10659 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc226cfc8a0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc226cfc8a0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 8000 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc20d683230) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc20d683230, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 5837 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc22df915f0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc22df915f0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 12298 [select]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc20f690330) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc20f690330, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 4770 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc2101606c0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc2101606c0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 7984 [select, 3 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc23f03ef30) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc23f03ef30, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 10623 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc23ffdd680) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc23ffdd680, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 10759 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc2122b8180) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc2122b8180, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 6381 [select, 5 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc32294baa0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc32294baa0, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 10234 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc31dd38210) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc31dd38210, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 11073 [select]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc2090cfc80) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc2090cfc80, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
goroutine 11186 [select]: | |
github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc20a434000, 0x4723020, 0xc31dd7a150) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:178 +0x135 | |
github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc208158d20, 0x4723020, 0xc31dd7a150, 0x0, 0x0) | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/event.go:78 +0x1b9 | |
created by github.com/ethereum/go-ethereum/core.(*ChainManager).InsertChain | |
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:547 +0x234 | |
rax 0xe | |
rbx 0x4c52560 | |
rcx 0x7fff5fbff070 | |
rdx 0x7fff5fbff0c8 | |
rdi 0x2d03 | |
rsi 0x2905 | |
rbp 0x1 | |
rsp 0x7fff5fbff070 | |
r8 0x40 | |
r9 0x7fff5fbfe910 | |
r10 0x7fff5fbfe928 | |
r11 0x286 | |
r12 0x2f3e0fb83ad0a | |
r13 0x33fbcc07ef800 | |
r14 0x13d3679ba573ca00 | |
r15 0xc20cce2020 | |
rip 0x40619ab | |
rflags 0x286 | |
cs 0x7 | |
fs 0x0 | |
gs 0x0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment